| Age | Commit message (Expand) | Author | Lines |
| 2015-02-02 | Test fixes and rebase conflicts | Alex Crichton | -6/+12 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -19/+8 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -502/+945 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -7/+7 |
| 2015-02-02 | register snapshots | Jorge Aparicio | -11/+0 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -501/+945 |
| 2015-02-01 | openbsd: rebase to master | Sébastien Marie | -3/+6 |
| 2015-02-01 | openbsd: incoporate remarks | Sébastien Marie | -39/+26 |
| 2015-02-01 | openbsd support | Sébastien Marie | -28/+144 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -7/+7 |
| 2015-01-30 | rollup merge of #21733: mneumann/fix-io-rename-df | Alex Crichton | -1/+1 |
| 2015-01-30 | rollup merge of #21678: vojtechkral/threads-native-names | Alex Crichton | -2/+52 |
| 2015-01-30 | smoke out remaining bugs | Jorge Aparicio | -1/+1 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -7/+7 |
| 2015-01-30 | Rename FullRange to RangeFull | Nick Cameron | -0/+11 |
| 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 | Fix wrong use std::io -> old_io | Michael Neumann | -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-28 | Thread native name setting, fix #10302 | Vojtech Kral | -1/+1 |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -1/+1 |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -15/+18 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -140/+140 |
| 2015-01-27 | Thread native name setting, fix #10302 | Vojtech Kral | -4/+4 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-27 | Thread native name setting, fix #10302 | Vojtech Kral | -0/+47 |
| 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 |