1. 21 11月, 2017 1 次提交
  2. 04 11月, 2017 1 次提交
    • L
      Remove unused AsciiExt imports and fix tests related to ascii methods · da575807
      Lukas Kalbertodt 提交于
      Many AsciiExt imports have become useless thanks to the inherent ascii
      methods added in the last commits. These were removed. In some places, I
      fully specified the ascii method being called to enforce usage of the
      AsciiExt trait. Note that some imports are not removed but tagged with
      a `#[cfg(stage0)]` attribute. This is necessary, because certain ascii
      methods are not yet available in stage0. All those imports will be
      removed later.
      
      Additionally, failing tests were fixed. The test suite should exit
      successfully now.
      da575807
  3. 09 10月, 2017 1 次提交
  4. 02 10月, 2017 1 次提交
  5. 25 9月, 2017 1 次提交
  6. 19 9月, 2017 1 次提交
  7. 17 9月, 2017 1 次提交
  8. 13 9月, 2017 2 次提交
  9. 12 9月, 2017 1 次提交
  10. 06 9月, 2017 2 次提交
  11. 16 8月, 2017 1 次提交
  12. 12 8月, 2017 1 次提交
  13. 02 8月, 2017 1 次提交
  14. 25 7月, 2017 1 次提交
  15. 23 7月, 2017 2 次提交
  16. 19 7月, 2017 1 次提交
  17. 04 7月, 2017 2 次提交
    • S
      Minor fix in docs for Vec · 558ce91e
      Stjepan Glavina 提交于
      558ce91e
    • A
      Document unintuitive argument order for Vec::dedup_by relation · d68c3ab1
      Anders Kaseorg 提交于
      When trying to use dedup_by to merge some auxiliary information from
      removed elements into kept elements, I was surprised to observe that
      vec.dedup_by(same_bucket) calls same_bucket(a, b) where b appears
      before a in the vector, and discards a when true is returned.  This
      argument order is probably a bug, but since it has already been
      stabilized, I guess we should document it as a feature and move on.
      
      (Vec::dedup also uses == with this unexpected argument order, but I
      figure that’s not important since == is expected to be symmetric with
      no side effects.)
      Signed-off-by: NAnders Kaseorg <andersk@mit.edu>
      d68c3ab1
  18. 01 7月, 2017 1 次提交
  19. 25 6月, 2017 1 次提交
  20. 23 6月, 2017 1 次提交
    • K
      Removed as many "```ignore" as possible. · 47119823
      kennytm 提交于
      Replaced by adding extra imports, adding hidden code (`# ...`), modifying
      examples to be runnable (sorry Homura), specifying non-Rust code, and
      converting to should_panic, no_run, or compile_fail.
      
      Remaining "```ignore"s received an explanation why they are being ignored.
      47119823
  21. 18 6月, 2017 1 次提交
  22. 14 6月, 2017 1 次提交
  23. 03 6月, 2017 1 次提交
  24. 20 5月, 2017 1 次提交
  25. 12 5月, 2017 1 次提交
  26. 05 5月, 2017 2 次提交
  27. 25 4月, 2017 2 次提交
  28. 24 4月, 2017 4 次提交
  29. 20 4月, 2017 1 次提交
  30. 16 4月, 2017 2 次提交