| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -1/+1 | |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -12/+17 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -3/+3 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -19/+19 | |
| #2907. | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -1/+1 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -6/+6 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -5/+6 | |
| 2012-04-18 | Fix use of wrong block context in return-from-loop code | Marijn Haverbeke | -3/+2 | |
| Closes #2142 | ||||
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -5/+4 | |
| Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619 | ||||
| 2012-04-05 | Explicitly use version 0.2 of crates | Brian Anderson | -2/+0 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -8/+5 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-02-23 | Adjust fuzzer and cargo to changes in core::str API | Marijn Haverbeke | -1/+1 | |
| 2012-02-07 | String split renaming: | Kevin Cantu | -1/+1 | |
| * 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 | ||||
| 2011-12-20 | cargo: syntax fixes | Elly Jones | -1/+2 | |
| 2011-12-20 | cargo: support optional signing of packages.json files. | Elly Jones | -0/+102 | |
