| Age | Commit message (Expand) | Author | Lines |
| 2013-02-13 | core: add min and max to cmp, re-export various places. | Graydon Hoare | -10/+13 |
| 2013-02-13 | retabbing | John Clements | -59/+60 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -108/+81 |
| 2013-02-13 | RIMOV core::hash | Ben Striegel | -2/+2 |
| 2013-02-13 | RIMOV core::io | Ben Striegel | -4/+4 |
| 2013-02-13 | RIMOV core::rand | Ben Striegel | -1/+1 |
| 2013-02-13 | RIMOV core::run | Ben Striegel | -2/+2 |
| 2013-02-13 | Partially de-vec-mut librustc | Ben Striegel | -6/+6 |
| 2013-02-13 | librustc: Make monomorphic newtype structs work cross-crate | Patrick Walton | -36/+138 |
| 2013-02-12 | auto merge of #4900 : luqmana/rust/core_os_errors, r=graydon | bors | -69/+148 |
| 2013-02-12 | auto merge of #4914 : nikomatsakis/rust/issue-4856, r=nikomatsakis | bors | -572/+1043 |
| 2013-02-12 | Adjust borrow checker algorithm to address #4856 unsoundness, | Niko Matsakis | -572/+1043 |
| 2013-02-13 | libsyntax: don't parse ////, /***/ as doc comments | Kang Seonghoon | -44/+88 |
| 2013-02-12 | auto merge of #4896 : pcwalton/rust/move-speedup, r=pcwalton | bors | -0/+4 |
| 2013-02-12 | added rather elaborate test framework | John Clements | -17/+126 |
| 2013-02-12 | auto merge of #4881 : bjz/rust/incoming, r=catamorphism | bors | -91/+1044 |
| 2013-02-12 | librustc: Speed up moves a lot. r=nmatsakis | Patrick Walton | -0/+4 |
| 2013-02-12 | auto merge of #4880 : erickt/rust/hashmap-cleanup, r=catamorphism | bors | -33/+98 |
| 2013-02-12 | auto merge of #4858 : z0w0/rust/rm_weak_task_count, r=graydon | bors | -45/+26 |
| 2013-02-12 | auto merge of #4876 : brson/rust/debuginfo, r=brson | bors | -10/+145 |
| 2013-02-12 | auto merge of #4874 : thestinger/rust/option, r=catamorphism | bors | -6/+6 |
| 2013-02-12 | auto merge of #4867 : z0w0/rust/pruneprelude, r=catamorphism | bors | -4/+4 |
| 2013-02-12 | Revert "librustc: Make monomorphic newtype structs work cross-crate" | Graydon Hoare | -109/+37 |
| 2013-02-12 | rt: remove last_os_error from rustrt.def.in | Luqman Aden | -1/+0 |
| 2013-02-11 | Long lines. | Luqman Aden | -2/+3 |
| 2013-02-11 | rt: remove last_os_error and adjust tests. | Luqman Aden | -59/+14 |
| 2013-02-11 | core: Rewrite last_os_error in Rust for windows as well. | Luqman Aden | -3/+33 |
| 2013-02-11 | core: Rewrite last_os_error in Rust for unix and provide access to errno (uni... | Luqman Aden | -9/+103 |
| 2013-02-11 | librustc: Make monomorphic newtype structs work cross-crate | Patrick Walton | -37/+109 |
| 2013-02-11 | std: Fix uv_tcp_t size on i686-apple-darwin | Brian Anderson | -19/+66 |
| 2013-02-12 | core: Fix dec/inc_kernel_live_count mixup | Zack Corr | -4/+4 |
| 2013-02-11 | Merge remote-tracking branch 'thestinger/treemap' | Brian Anderson | -39/+53 |
| 2013-02-11 | Fix license block | Brian Anderson | -2/+2 |
| 2013-02-11 | Merge remote-tracking branch 'cyndis/expansion-span' | Brian Anderson | -10/+34 |
| 2013-02-11 | Merge pull request #4873 from jld/rust-mode-wants-cl-when | Brian Anderson | -0/+1 |
| 2013-02-11 | Update copyright years | Mikko Perttunen | -2/+2 |
| 2013-02-11 | Add test for using line! in a macro | Mikko Perttunen | -1/+4 |
| 2013-02-11 | Use topmost span for macro expansion location. Fixes behaviour of file!, line... | Mikko Perttunen | -7/+28 |
| 2013-02-10 | treemap: cut down on swap_unwrap in remove | Daniel Micay | -15/+21 |
| 2013-02-10 | avoid explicit reborrow in heir_swap | Daniel Micay | -1/+1 |
| 2013-02-11 | core: Fix files that needed GenericChan/Port from prelude | Zack Corr | -3/+4 |
| 2013-02-10 | treemap: avoid swap_unwrap in insert | Daniel Micay | -12/+11 |
| 2013-02-10 | treemap: use an &mut parameter for skew and split | Daniel Micay | -19/+28 |
| 2013-02-11 | Add NumCast trait for generic numeric type casts | Brendan Zabarauskas | -91/+1044 |
| 2013-02-10 | core: add LinearMap::find_or_insert{,_with} | Erick Tryzelaar | -13/+81 |
| 2013-02-10 | core: rename hashmap test functions | Erick Tryzelaar | -10/+10 |
| 2013-02-10 | libcore: LinearMap doesn't need to pass around the bucket vec | Erick Tryzelaar | -10/+7 |
| 2013-02-10 | std: fix libuv structs on macos | Jeff Olson | -2/+35 |
| 2013-02-10 | make Option's iter method use a lifetime | Daniel Micay | -6/+6 |
| 2013-02-10 | build: change libuv to point at joyent's repo and make unpatched build libuv ... | Jeff Olson | -0/+0 |