| Age | Commit message (Expand) | Author | Lines |
| 2012-01-23 | s/fn&/fn/ | Kevin Cantu | -8/+8 |
| 2012-01-23 | Added str::from_bytes (which is UTF-8 safe) | Kevin Cantu | -0/+31 |
| 2012-01-23 | improved test case for str::any | Kevin Cantu | -1/+1 |
| 2012-01-23 | Added str::lines_iter | Kevin Cantu | -3/+27 |
| 2012-01-23 | fixing indentation | Kevin Cantu | -29/+29 |
| 2012-01-23 | Added str::words_iter | Kevin Cantu | -2/+34 |
| 2012-01-23 | Added str::any, str::bytes_iter, str::windowed, and vec::windowed functions | Kevin Cantu | -7/+158 |
| 2012-01-23 | Added str::map and str::all functions | Kevin Cantu | -1/+43 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -36/+36 |
| 2012-01-23 | core: Format comm docs correctly | Brian Anderson | -16/+20 |
| 2012-01-23 | core: Write docs that format correctly in markdown or pandoc | Brian Anderson | -4/+2 |
| 2012-01-23 | core: More doc tweaks | Brian Anderson | -5/+5 |
| 2012-01-23 | core: Reformat the crate docs to look nicer | Brian Anderson | -14/+14 |
| 2012-01-23 | wip | Brian Anderson | -5/+7 |
| 2012-01-23 | core: Add crate docs | Brian Anderson | -0/+16 |
| 2012-01-22 | core: Reexport all the imports in f32/64 | Brian Anderson | -0/+31 |
| 2012-01-21 | issue #1352: change param order on {std,core}::extfmt::str_init_elt to mirror... | Graham Fawcett | -4/+4 |
| 2012-01-21 | issue #1352: change param order on vec::init_elt, putting block in final posi... | Graham Fawcett | -5/+5 |
| 2012-01-21 | fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting... | Graham Fawcett | -6/+6 |
| 2012-01-21 | core: Shuffle around a #fmt test | Brian Anderson | -9/+0 |
| 2012-01-21 | [core] extfmt: support %% to escape a % | Elly Jones | -1/+12 |
| 2012-01-19 | Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos... | Graydon Hoare | -4/+4 |
| 2012-01-19 | lib: ';' to ',' in enums in more places | Patrick Walton | -4/+4 |
| 2012-01-19 | lib: ";" to "," in enums | Patrick Walton | -37/+37 |
| 2012-01-19 | libcore: "tag" -> "enum" | Patrick Walton | -20/+20 |
| 2012-01-19 | Remove support for the '.' after a nullary tag in a pattern | Tim Chevalier | -1/+1 |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -29/+29 |
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -10/+10 |
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+1990 |
| 2012-01-17 | build: Start running libcore tests | Brian Anderson | -0/+7 |
| 2012-01-17 | Merge pull request #1554 from rtanglao/master | Graydon Hoare | -267/+165 |
| 2012-01-17 | Remove un-needed < | Roland Tanglao | -3/+3 |
| 2012-01-17 | libcore: Remove bogus FIXME from core::tuple | Brian Anderson | -1/+0 |
| 2012-01-17 | libstd => libcore | Lenny222 | -0/+30 |
| 2012-01-16 | Forgot to add some spaces before backslashes | Roland Tanglao | -9/+9 |
| 2012-01-16 | add spaces before newlines in rustdocs | Roland Tanglao | -40/+40 |
| 2012-01-16 | convert comments to rustdocs for box, char, comm and cytpes.rs | Roland Tanglao | -267/+165 |
| 2012-01-16 | Make str::replace smarter. | Josh Matthews | -2/+7 |
| 2012-01-16 | add lgamma functions for FreeBSD | Jyun-Yan You | -0/+2 |
| 2012-01-15 | Added string functions: split_func, split_char, lines, lines_any, words, | Kevin Cantu | -9/+97 |
| 2012-01-14 | libcore: Add sys::set_min_stack | Brian Anderson | -0/+17 |
| 2012-01-14 | libcore: Remove void declaration from comm::rustrt | Brian Anderson | -1/+0 |
| 2012-01-14 | libcore: Make ctypes::void an unconstructable, undestructurable tag | Brian Anderson | -5/+20 |
| 2012-01-13 | libcore: Add task::try | Brian Anderson | -0/+25 |
| 2012-01-13 | libcore: Add core::logging::console_on/off functions | Brian Anderson | -1/+28 |
| 2012-01-13 | make "native fn" the type for bare functions, remove fn exprs | Niko Matsakis | -1/+1 |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -5/+5 |
| 2012-01-12 | libcore: Add sys::set_exit_status | Brian Anderson | -0/+13 |
| 2012-01-11 | libcore: Fix long lines | Brian Anderson | -2/+4 |
| 2012-01-11 | make rustdocs more terse for bool.rs where it is obvious to programmers as pe... | Roland Tanglao | -45/+13 |