1. 18 7月, 2013 6 次提交
  2. 17 7月, 2013 2 次提交
  3. 15 7月, 2013 1 次提交
  4. 12 7月, 2013 2 次提交
  5. 10 7月, 2013 1 次提交
  6. 08 7月, 2013 1 次提交
  7. 07 7月, 2013 1 次提交
  8. 05 7月, 2013 1 次提交
  9. 03 7月, 2013 1 次提交
  10. 01 7月, 2013 2 次提交
  11. 30 6月, 2013 1 次提交
  12. 29 6月, 2013 1 次提交
  13. 27 6月, 2013 1 次提交
    • P
      Remove many shared pointers · 7295a6da
      Philipp Brüschweiler 提交于
      Mostly just low-haning fruit, i.e. function arguments that were @ even
      though & would work just as well.
      
      Reduces librustc.so size by 200k when compiling without -O, by 100k when
      compiling with -O.
      7295a6da
  14. 26 6月, 2013 1 次提交
  15. 25 6月, 2013 1 次提交
  16. 24 6月, 2013 2 次提交
  17. 23 6月, 2013 1 次提交
    • D
      vec: remove BaseIter implementation · d2e9912a
      Daniel Micay 提交于
      I removed the `static-method-test.rs` test because it was heavily based
      on `BaseIter` and there are plenty of other more complex uses of static
      methods anyway.
      d2e9912a
  18. 21 6月, 2013 1 次提交
  19. 15 6月, 2013 1 次提交
  20. 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
  21. 12 6月, 2013 4 次提交
  22. 10 6月, 2013 3 次提交
  23. 02 6月, 2013 1 次提交
  24. 31 5月, 2013 1 次提交
  25. 30 5月, 2013 2 次提交