| Age | Commit message (Expand) | Author | Lines |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -5/+5 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | Auto merge of #21730 - Manishearth:rollup, r=alexcrichton | bors | -14/+7 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -1/+1 |
| 2015-01-29 | Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichton | Manish Goregaokar | -13/+6 |
| 2015-01-29 | Rollup merge of #21640 - retep998:rmdir, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -140/+140 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -72/+72 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -68/+68 |
| 2015-01-26 | Make Unix and Windows impls consistent | Flavio Percoco | -4/+0 |
| 2015-01-26 | Make Unix and Windows impls consistent | Flavio Percoco | -9/+6 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -6/+1501 |
| 2015-01-25 | wrmdir -> RemoveDirectoryW | Peter Atashian | -1/+1 |
| 2015-01-25 | Auto merge of #20613 - dgriffen:master, r=alexcrichton | bors | -1/+40 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -29/+34 |
| 2015-01-24 | Add ffi::OsString and OsStr | Aaron Turon | -5/+1461 |
| 2015-01-24 | Implement winsize() for unix. | Daniel Griffen | -1/+40 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+2 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -2/+2 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -2/+2 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -12/+12 |
| 2015-01-21 | Test fixes and rebase conflicts | Alex Crichton | -0/+2 |
| 2015-01-21 | rollup merge of #21444: petrochenkov/null | Alex Crichton | -13/+16 |
| 2015-01-21 | rollup merge of #21414: ejjeong/aarch64-linux-android | Alex Crichton | -2/+2 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21389: retep998/timer | Alex Crichton | -1/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -12/+12 |
| 2015-01-21 | Rollup merge of #21387 - retep998:hmodule, r=alexcrichton | Barosl LEE | -1/+1 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -1/+1 |
| 2015-01-20 | Initial support for aarch64-linux-android | Eunji Jeong | -2/+2 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -1/+1 |
| 2015-01-19 | Impl Send for Timer on Windows | Peter Atashian | -1/+1 |
| 2015-01-19 | Fix HMODULE | Peter Atashian | -1/+1 |
| 2015-01-19 | Replace `0 as *const/mut T` with `ptr::null/null_mut()` | we | -13/+16 |
| 2015-01-19 | std::dynamic_lib: Fix Windows error handling | klutzy | -0/+7 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -8/+6 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -1/+1 |
| 2015-01-17 | auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton | bors | -20/+212 |
| 2015-01-16 | Rewrite Condvar::wait_timeout and make it public | Steven Fackler | -20/+212 |
| 2015-01-15 | auto merge of #20980 : richo/rust/final-power, r=alexcrichton | bors | -6/+28 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -1/+1 |
| 2015-01-12 | Change Mutex to use SRWLock on Windows. | Peter Atashian | -83/+49 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -1/+1 |
| 2015-01-12 | auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton | bors | -8/+8 |
| 2015-01-11 | powerpc: pthread support | Richo Healey | -3/+6 |
| 2015-01-11 | powerpc: Fixup more stack work | Richo Healey | -0/+1 |