1. 19 4月, 2012 1 次提交
  2. 27 3月, 2012 1 次提交
  3. 26 3月, 2012 1 次提交
  4. 23 3月, 2012 1 次提交
  5. 21 3月, 2012 1 次提交
  6. 15 3月, 2012 1 次提交
  7. 14 3月, 2012 1 次提交
  8. 11 3月, 2012 2 次提交
  9. 10 3月, 2012 1 次提交
  10. 09 3月, 2012 1 次提交
  11. 06 3月, 2012 1 次提交
  12. 03 3月, 2012 1 次提交
  13. 24 2月, 2012 5 次提交
  14. 13 2月, 2012 2 次提交
  15. 08 2月, 2012 1 次提交
  16. 01 2月, 2012 2 次提交
    • T
      Change option::t to option · e5d095d6
      Tim Chevalier 提交于
      Now that core exports "option" as a synonym for option::t, search-and-
      replace option::t with option.
      
      The only place that still refers to option::t are the modules in libcore
      that use option, because fixing this requires a new snapshot
      (forthcoming).
      e5d095d6
    • K
      Rename str::loop_chars to str::all, · 685a434e
      Kevin Cantu 提交于
      rename str::loop_chars_sub to str::substr_all, and
      propagate this change to std::rope and rustdoc's calls to these
      685a434e
  17. 24 1月, 2012 1 次提交
  18. 22 1月, 2012 1 次提交
  19. 20 1月, 2012 2 次提交
  20. 19 1月, 2012 1 次提交
  21. 18 1月, 2012 2 次提交
    • B
      libstd: Move std tests into libstd · 6e27b27c
      Brian Anderson 提交于
      6e27b27c
    • T
      Allow omission of the '.' after nullary tag patterns · c3bc8fad
      Tim Chevalier 提交于
      This commit allows patterns like:
      
      alt x { some(_) { ... } none { } }
      
      without the '.' after none. The parser suspends judgment about
      whether a bare ident is a tag or a new bound variable; instead,
      the resolver disambiguates.
      
      This means that any code after resolution that pattern-matches on
      patterns needs to call pat_util::normalize_pat, which consults
      an environment to do this disambiguation.
      
      In addition, local variables are no longer allowed to shadow
      tag names, so this required changing some code (e.g. renaming
      variables named "mut", and renaming ast::sub to subtract).
      
      The parser currently accepts patterns with and without the '.'.
      Once the compiler and libraries are changed, it will no longer
      accept the '.'.
      c3bc8fad
  22. 06 1月, 2012 1 次提交
  23. 04 1月, 2012 1 次提交
  24. 19 12月, 2011 1 次提交
  25. 17 12月, 2011 1 次提交
  26. 14 12月, 2011 1 次提交
  27. 07 12月, 2011 1 次提交
  28. 15 11月, 2011 1 次提交
  29. 07 11月, 2011 3 次提交