| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | Initial support for aarch64-linux-android | Eunji Jeong | -4/+66 |
| 2015-01-19 | Remove unsupported test features from libtest. | Ahmed Charles | -117/+6 |
| 2015-01-19 | Remove unsupported test features from compiletest. | Ahmed Charles | -34/+4 |
| 2015-01-19 | Remove ratchet-bench from configure. | Ahmed Charles | -1/+0 |
| 2015-01-20 | Fix up some ‘help’ messages | P1start | -16/+16 |
| 2015-01-20 | Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichton | bors | -99/+389 |
| 2015-01-20 | Auto merge of #21287 - alexcrichton:issue-19872, r=huonw | bors | -5/+11 |
| 2015-01-20 | Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix | bors | -13/+71 |
| 2015-01-19 | Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturon | bors | -108/+105 |
| 2015-01-20 | Remove onceness & bounds - they don't do anything. | Ariel Ben-Yehuda | -76/+7 |
| 2015-01-20 | Kill TraitStore | Ariel Ben-Yehuda | -566/+14 |
| 2015-01-19 | Updates of the fix | GuillaumeGomez | -43/+43 |
| 2015-01-19 | Auto merge of #19490 - oli-obk:json_non_string_key_maps, r=alexcrichton | bors | -91/+201 |
| 2015-01-19 | impl Hash for arrays | Jorge Aparicio | -0/+25 |
| 2015-01-19 | Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale... | bors | -26/+87 |
| 2015-01-19 | Fix `make check PLEASE_BENCH=1` | Kevin Ballard | -3/+1 |
| 2015-01-19 | Auto merge of #20082 - pczarn:btree-bounded-iter, r=Gankro | bors | -194/+605 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -70/+70 |
| 2015-01-19 | Fix flaky condvar test | Steven Fackler | -4/+5 |
| 2015-01-19 | Fixes #21033 with accompanying test. | Tom Chittenden | -26/+87 |
| 2015-01-19 | Implement range and range_mut for BTree | Piotr Czarnecki | -194/+605 |
| 2015-01-20 | Change the title of if statement in trpl book. | Logan Chien | -1/+1 |
| 2015-01-19 | Add test for #21328 | Adolfo Ochagavía | -1/+13 |
| 2015-01-19 | Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix | bors | -308/+341 |
| 2015-01-19 | impl Iterator for &mut Iterator and Box<Iterator> | Jorge Aparicio | -0/+63 |
| 2015-01-19 | Add a Drain iterator to VecMap | Adolfo Ochagavía | -6/+55 |
| 2015-01-19 | rt: Remove libtime wrappers | klutzy | -138/+0 |
| 2015-01-19 | ugly hack to convert BadHashMapKey error to general fmt::Error | Oliver 'ker' Schneider | -5/+20 |
| 2015-01-19 | add unit test for non string/numeric map keys | Oliver 'ker' Schneider | -1/+20 |
| 2015-01-19 | lower FnMut to FnOnce since json-hack is no longer required | Oliver 'ker' Schneider | -7/+7 |
| 2015-01-19 | json-encoder: report error when hash map key is not string or numeric | Oliver 'ker' Schneider | -78/+154 |
| 2015-01-19 | Auto merge of #21282 - Aatch:init-memzero, r=alexcrichton | bors | -5/+29 |
| 2015-01-19 | Impl Send for Timer on Windows | Peter Atashian | -1/+7 |
| 2015-01-19 | Auto merge of #20874 - klutzy:windows-dynamic-lib, r=alexcrichton | bors | -43/+105 |
| 2015-01-19 | Make VecMap::into_iter consume the VecMap | Adolfo Ochagavía | -4/+3 |
| 2015-01-19 | Fix HMODULE | Peter Atashian | -2/+3 |
| 2015-01-19 | Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichton | bors | -85/+76 |
| 2015-01-19 | Ranges implement Clone where possible | Diggory Blake | -4/+31 |
| 2015-01-19 | Replace `0 as *const/mut T` with `ptr::null/null_mut()` | we | -55/+65 |
| 2015-01-18 | libsyntax: 0u -> 0us, 0i -> 0is | Paul Collier | -156/+156 |
| 2015-01-18 | libsyntax: int types -> isize | Paul Collier | -40/+40 |
| 2015-01-18 | libsyntax: int => i32 in appropriate places | Paul Collier | -48/+48 |
| 2015-01-18 | std: Stabilize TypeId and tweak BoxAny | Alex Crichton | -108/+105 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -204/+180 |
| 2015-01-18 | rustc_resolve: Do not allow mods to shadow types | Alex Crichton | -16/+73 |
| 2015-01-18 | rustc_resolve: De-indent by breaking out of match | Alex Crichton | -101/+101 |
| 2015-01-18 | Make date of nightly in rustup match server TZ | Earl St Sauver | -3/+8 |
| 2015-01-19 | Auto merge of #21267 - danslapman:master, r=alexcrichton | bors | -4/+4 |
| 2015-01-19 | doc: typo fix | Tshepang Lekhonkhobe | -1/+1 |
| 2015-01-18 | Use 'in' instead of 'find()' in tidy.py | Kevin Yap | -8/+8 |