1. 28 9月, 2013 6 次提交
    • B
      auto merge of #9549 : catamorphism/rust/rustpkg-test-command, r=catamorphism,metajack · e699d914
      bors 提交于
      r? @metajack Towards #7401
      e699d914
    • B
      auto merge of #9544 : alexcrichton/rust/clean-docs, r=pnkfelix · 76e8f082
      bors 提交于
      This purges doc/{std,extra} entirely during a `make clean` instead of just the
      html files in some top level directories. This should help old documentation
      from showing up on static.rust-lang.org
      76e8f082
    • A
      mk: Fully clean out old documentation · d8db96cb
      Alex Crichton 提交于
      This purges doc/{std,extra} entirely during a `make clean` instead of just the
      html files in some top level directories. This should help old documentation
      from showing up on static.rust-lang.org
      d8db96cb
    • B
      auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestinger · 78c3fac8
      bors 提交于
      As mentioned in #9456, the format! syntax extension would previously consider an
      empty format as a 'Unknown' format which could then also get coerced into a
      different style of format on another argument.
      
      This is unusual behavior because `{}` is a very common format and if you have
      `{0} {0:?}` you wouldn't expect them both to be coereced to the `Poly`
      formatter. This commit removes this coercion, but still retains the requirement
      that each argument has exactly one format specified for it (an empty format now
      counts as well).
      
      Perhaps at a later date we can add support for multiple formats of one argument,
      but this puts us in at least a backwards-compatible situation if we decide to do
      that.
      78c3fac8
    • A
      Remove the notion of an "unknown format" · b74663e0
      Alex Crichton 提交于
      As mentioned in #9456, the format! syntax extension would previously consider an
      empty format as a 'Unknown' format which could then also get coerced into a
      different style of format on another argument.
      
      This is unusual behavior because `{}` is a very common format and if you have
      `{0} {0:?}` you wouldn't expect them both to be coereced to the `Poly`
      formatter. This commit removes this coercion, but still retains the requirement
      that each argument has exactly one format specified for it (an empty format now
      counts as well).
      
      Perhaps at a later date we can add support for multiple formats of one argument,
      but this puts us in at least a backwards-compatible situation if we decide to do
      that.
      b74663e0
    • T
      rustpkg: Implement `rustpkg test` · 96bdcd07
      Tim Chevalier 提交于
      Towards #7401
      96bdcd07
  2. 27 9月, 2013 34 次提交