| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-09 | std: Convert to rustdoc | Brian Anderson | -27/+7 | |
| 2012-02-23 | Various cleanups and optimizations in core::str | Marijn Haverbeke | -1/+1 | |
| 2012-02-22 | Make the various from_str functions return options | Marijn Haverbeke | -3/+6 | |
| So that they can be used with user input without causing task failures. Closes #1335 | ||||
| 2012-02-07 | String split renaming: | Kevin Cantu | -1/+2 | |
| * 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 | ||||
| 2012-01-19 | lib: ";" to "," in enums | Patrick Walton | -1/+1 | |
| 2012-01-19 | stdlib: "tag" -> "enum" | Patrick Walton | -2/+2 | |
| 2012-01-17 | libstd: Move std tests into libstd | Brian Anderson | -0/+10 | |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -1/+1 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+56 | |
