| Age | Commit message (Expand) | Author | Lines |
| 2012-02-12 | (core::str) move push_byte, push_bytes, pop_byte, and shift_byte into str::un... | Kevin Cantu | -3/+3 |
| 2012-02-11 | using str::rindex... | Kevin Cantu | -17/+20 |
| 2012-02-11 | using str::index... | Kevin Cantu | -6/+4 |
| 2012-02-11 | core::str rename [r]index -> [r]index_bytes | Kevin Cantu | -5/+5 |
| 2012-02-10 | create serialization lib and update serializer to use it | Niko Matsakis | -13/+268 |
| 2012-02-10 | put serializer into the build and encode full item paths | Niko Matsakis | -6/+12 |
| 2012-02-10 | update ebml interface | Niko Matsakis | -2/+22 |
| 2012-02-09 | Remove some pointless imports | Marijn Haverbeke | -2/+2 |
| 2012-02-09 | Increase precedence of as operator | Marijn Haverbeke | -38/+36 |
| 2012-02-07 | std: Use correct split function in generic_os::env | Brian Anderson | -1/+1 |
| 2012-02-07 | Make process-spawning take environments and working directories, remove procs... | Graydon Hoare | -36/+127 |
| 2012-02-07 | core: make str::substr use char positions (and replace other uses) | Kevin Cantu | -7/+9 |
| 2012-02-07 | String split renaming: | Kevin Cantu | -5/+11 |
| 2012-02-05 | std: Use ctypes::c_int in path_is_dir | Brian Anderson | -4/+1 |
| 2012-02-05 | Merge remote-tracking branch 'erickt/master' | Brian Anderson | -2/+3 |
| 2012-02-03 | core: rename str::lteq to str::le | Tom Lee | -1/+1 |
| 2012-02-03 | std: rename sort::lteq to sort::le. | Tom Lee | -17/+17 |
| 2012-02-02 | Update libuv. | Graydon Hoare | -112/+96 |
| 2012-02-02 | Win32 warning police. | Graydon Hoare | -115/+116 |
| 2012-02-01 | Rename str::char_slice -> str::slice | Kevin Cantu | -9/+9 |
| 2012-02-01 | Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and | Kevin Cantu | -4/+5 |
| 2012-02-01 | Propagating unsafe::slice 2 | Kevin Cantu | -6/+6 |
| 2012-02-01 | Propagating unsafe::slice 1 | Kevin Cantu | -3/+3 |
| 2012-02-01 | Remove native types from stdlib | Marijn Haverbeke | -56/+67 |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -59/+59 |
| 2012-01-31 | Rename str::loop_chars to str::all, | Kevin Cantu | -2/+2 |
| 2012-01-31 | Require alts to be exhaustive | Tim Chevalier | -13/+28 |
| 2012-01-30 | Change all ternary ops to if/then/else | Paul Woolcock | -1/+1 |
| 2012-01-28 | std: Whitespace cleanup. | Erick Tryzelaar | -1/+2 |
| 2012-01-28 | core: rename vec::position* functions | Erick Tryzelaar | -1/+1 |
| 2012-01-27 | Merge remote-tracking branch 'killerswan/fixing_strings_2' | Brian Anderson | -13/+20 |
| 2012-01-27 | std: Long lines | Brian Anderson | -1/+2 |
| 2012-01-27 | Re-apply fixes brson made. | Donovan Preston | -4/+4 |
| 2012-01-27 | Implement timers. | Donovan Preston | -7/+18 |
| 2012-01-27 | Make occurs check in ty::fixup_vars more reliable | Marijn Haverbeke | -1/+1 |
| 2012-01-26 | std: Fix types in uvtmp tests | Brian Anderson | -4/+4 |
| 2012-01-26 | Shuffle around to work with rust-spidermonkey | Donovan Preston | -14/+21 |
| 2012-01-25 | (TEMPORARY) Break something by making io::mem_buffer_str UTF-8 safe | Kevin Cantu | -1/+1 |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 6) | Kevin Cantu | -1/+4 |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 5) | Kevin Cantu | -3/+3 |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 1) | Kevin Cantu | -9/+13 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -32/+32 |
| 2012-01-22 | std: Add some hacks to use libuv | Brian Anderson | -1/+151 |
| 2012-01-21 | use u64 and not uint; otherwise shift results are undef. in 32 bit | Niko Matsakis | -7/+7 |
| 2012-01-21 | update to use u64; u32 has undefined results | Niko Matsakis | -1/+6 |
| 2012-01-21 | std: Remove extfmt. Has been moved to core. Closes #1600 | Brian Anderson | -455/+1 |
| 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 | -18/+18 |
| 2012-01-21 | fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting... | Graham Fawcett | -2/+2 |
| 2012-01-19 | Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos... | Graydon Hoare | -7/+7 |