| Age | Commit message (Expand) | Author | Lines |
| 2012-01-31 | Add str::split_chars_iter and str::splitn_chars_iter | Kevin Cantu | -5/+59 |
| 2012-01-31 | Rename str::iter_chars -> str::chars_iter | Kevin Cantu | -35/+6 |
| 2012-01-31 | Rename str::to_chars -> str::chars | Kevin Cantu | -6/+13 |
| 2012-01-31 | Rename str::loop_chars to str::all, | Kevin Cantu | -33/+7 |
| 2012-01-31 | Comment fixes in str | Kevin Cantu | -17/+11 |
| 2012-01-31 | Rename str::from_byte(s) to str::unsafe::from_byte(s), | Kevin Cantu | -41/+46 |
| 2012-01-30 | core: Add ctypes::c_char | Brian Anderson | -1/+4 |
| 2012-01-30 | Change all ternary ops to if/then/else | Paul Woolcock | -4/+4 |
| 2012-01-29 | core: Remove sys::set_min_stack | Brian Anderson | -17/+0 |
| 2012-01-28 | Adding a function to concatanate vectors with a separator | Erick Tryzelaar | -0/+22 |
| 2012-01-28 | core: Flesh out vec find functions. | Erick Tryzelaar | -3/+125 |
| 2012-01-28 | core: add vec spliting functions. | Erick Tryzelaar | -0/+146 |
| 2012-01-28 | core: add (,r)position(,_from) functions | Erick Tryzelaar | -3/+137 |
| 2012-01-28 | core: rename vec::position* functions | Erick Tryzelaar | -17/+20 |
| 2012-01-27 | Merge remote-tracking branch 'killerswan/fixing_strings_2' | Brian Anderson | -26/+52 |
| 2012-01-27 | Allow moving out of mutable unsafe pointers | Marijn Haverbeke | -0/+8 |
| 2012-01-26 | core: Long lines | Brian Anderson | -2/+4 |
| 2012-01-26 | rustdocs for f32.rs and f64.rs | Roland Tanglao | -245/+134 |
| 2012-01-26 | rustc: Switch the --no-core switch to a #[no_core] attribute | Brian Anderson | -1/+6 |
| 2012-01-25 | Change FIXME comments in str | Kevin Cantu | -2/+2 |
| 2012-01-25 | Making str::from_cstr UTF-8 safe | Kevin Cantu | -3/+3 |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 2) | Kevin Cantu | -2/+2 |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 1) | Kevin Cantu | -0/+1 |
| 2012-01-24 | Replace uses of str::unsafe_from_byte | Kevin Cantu | -3/+3 |
| 2012-01-24 | Changed type of str::from_bytes and added str::from_byte | Kevin Cantu | -18/+43 |
| 2012-01-24 | Reorganizing str.rs to group and document strings better (no functional chang... | Kevin Cantu | -676/+837 |
| 2012-01-24 | core: Document the log levels | Brian Anderson | -0/+5 |
| 2012-01-23 | Add export{} syntax to encapsulate things that should be abstract | Tim Chevalier | -3/+3 |
| 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 |