1. 16 6月, 2013 1 次提交
  2. 13 6月, 2013 1 次提交
    • H
      Use @str instead of @~str in libsyntax and librustc. Fixes #5048. · 096f6f56
      Huon Wilson 提交于
      This almost removes the StringRef wrapper, since all strings are
      Equiv-alent now. Removes a lot of `/* bad */ copy *`'s, and converts
      several things to be &'static str (the lint table and the intrinsics
      table).
      
      There are many instances of .to_managed(), unfortunately.
      096f6f56
  3. 09 6月, 2013 1 次提交
  4. 04 6月, 2013 1 次提交
  5. 31 5月, 2013 1 次提交
    • D
      Remove unnecessary 'use' forms · aef1e10e
      Daniel Farina 提交于
      Fix a laundry list of warnings involving unused imports that glutted
      up compilation output.  There are more, but there seems to be some
      false positives (where 'remedy' appears to break the build), but this
      particular set of fixes seems safe.
      aef1e10e
  6. 30 5月, 2013 1 次提交
  7. 23 5月, 2013 1 次提交
  8. 19 5月, 2013 1 次提交
  9. 28 4月, 2013 1 次提交
  10. 20 4月, 2013 1 次提交
  11. 19 4月, 2013 1 次提交
  12. 30 3月, 2013 1 次提交
  13. 29 3月, 2013 1 次提交
  14. 28 3月, 2013 1 次提交
  15. 27 3月, 2013 1 次提交
  16. 08 3月, 2013 1 次提交
  17. 07 3月, 2013 1 次提交
  18. 05 3月, 2013 1 次提交
  19. 03 3月, 2013 1 次提交
  20. 26 2月, 2013 1 次提交
  21. 22 2月, 2013 1 次提交
  22. 15 2月, 2013 3 次提交
  23. 07 2月, 2013 1 次提交
  24. 04 2月, 2013 2 次提交
  25. 02 2月, 2013 1 次提交
  26. 01 2月, 2013 1 次提交
  27. 31 1月, 2013 5 次提交
  28. 30 1月, 2013 1 次提交
    • P
      libstd: Remove "dual impls" from the language and enforce coherence rules. r=brson · eb4d39e1
      Patrick Walton 提交于
      "Dual impls" are impls that are both type implementations and trait
      implementations. They can lead to ambiguity and so this patch removes them
      from the language.
      
      This also enforces coherence rules. Without this patch, records can implement
      traits not defined in the current crate. This patch fixes this, and updates
      all of rustc to adhere to the new enforcement. Most of this patch is fixing
      rustc to obey the coherence rules, which involves converting a bunch of records
      to structs.
      eb4d39e1
  29. 09 1月, 2013 3 次提交
  30. 30 12月, 2012 1 次提交
  31. 28 12月, 2012 1 次提交