1. 24 2月, 2012 4 次提交
  2. 22 2月, 2012 1 次提交
  3. 15 2月, 2012 1 次提交
  4. 13 2月, 2012 2 次提交
  5. 12 2月, 2012 2 次提交
  6. 09 2月, 2012 1 次提交
  7. 08 2月, 2012 2 次提交
    • K
      2b0396c3
    • K
      String split renaming: · a3f5626a
      Kevin Cantu 提交于
      * Renamed str::split -> str::split_byte
      * Renamed str::splitn -> str::splitn_byte
      * Renamed str::split_func -> str::split
      * Renamed str::split_char -> str::split_char
      * Renamed str::split_chars_iter -> str::split_char_iter
      * Added u8::is_ascii
      * Fixed the behavior of str::split_str, so that it matches split_chars
        and split (i.e. ["", "XXX", "YYY", ""] == split_str(".XXX.YYY.", "."))
      * Fixed str::split_byte and str::splitn_byte so that they handle
        splitting UTF-8 strings on a given UTF-8/ASCII byte and also handle ""
        as the others do
      a3f5626a
  8. 07 2月, 2012 2 次提交
  9. 03 2月, 2012 1 次提交
  10. 02 2月, 2012 3 次提交
  11. 01 2月, 2012 2 次提交
    • M
      Get rid of native types in LLVM module · c6aead72
      Marijn Haverbeke 提交于
      Code is still somewhat kludgy because we don't have 32-bit enums.
      
      Issue #1673
      c6aead72
    • 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
  12. 27 1月, 2012 1 次提交
  13. 20 1月, 2012 2 次提交
  14. 19 1月, 2012 4 次提交
  15. 18 1月, 2012 1 次提交
  16. 13 1月, 2012 3 次提交
  17. 04 1月, 2012 1 次提交
  18. 02 1月, 2012 4 次提交
  19. 23 12月, 2011 2 次提交
  20. 19 12月, 2011 1 次提交