1. 14 12月, 2012 2 次提交
  2. 11 12月, 2012 1 次提交
    • T
      Remove un-needed code for obsolete classes · 0046ed94
      Tim Chevalier 提交于
      and rename "class" to "struct" everywhere possible (except local
      vars, I was too lazy for that) -- that is why this commit is so
      big.
      
      No review, just dead code removal and renaming.
      
      Closes #3515
      0046ed94
  3. 08 12月, 2012 1 次提交
  4. 05 12月, 2012 2 次提交
  5. 04 12月, 2012 1 次提交
  6. 30 11月, 2012 1 次提交
  7. 17 11月, 2012 1 次提交
  8. 16 11月, 2012 2 次提交
  9. 15 11月, 2012 1 次提交
  10. 08 11月, 2012 1 次提交
  11. 07 11月, 2012 1 次提交
  12. 06 11月, 2012 1 次提交
  13. 02 11月, 2012 2 次提交
  14. 31 10月, 2012 1 次提交
  15. 27 10月, 2012 1 次提交
  16. 26 10月, 2012 2 次提交
  17. 25 10月, 2012 3 次提交
  18. 24 10月, 2012 2 次提交
  19. 23 10月, 2012 2 次提交
    • P
      ec1c60c4
    • T
      Simplify the AST representation of ty param bounds · 46d4bbba
      Tim Chevalier 提交于
      Change ast::ty_param_bound so that all ty param bounds are represented
      as traits, with no special cases for Copy/Send/Owned/Const.
      typeck::collect generates the special cases.
      
      A consequence of this is that code using the #[no_core] attribute
      can't use the Copy kind/trait. Probably not a big deal?
      
      As a side effect, any user-defined traits that happen to be called
      Copy, etc. in the same module override the built-in Copy trait.
      
      r=nmatsakis
      
      Closes #2284
      46d4bbba
  20. 16 10月, 2012 2 次提交
  21. 13 10月, 2012 2 次提交
  22. 09 10月, 2012 1 次提交
  23. 08 10月, 2012 1 次提交
  24. 29 9月, 2012 1 次提交
  25. 24 9月, 2012 1 次提交
  26. 22 9月, 2012 1 次提交
  27. 20 9月, 2012 2 次提交
  28. 19 9月, 2012 1 次提交