| Age | Commit message (Expand) | Author | Lines |
| 2015-02-06 | Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton | Manish Goregaokar | -14/+14 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-05 | complete openbsd support for `std::env` | Sébastien Marie | -7/+3 |
| 2015-02-05 | unbreak tree for openbsd after #21787 | Sébastien Marie | -7/+11 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -7/+7 |
| 2015-02-03 | rollup merge of #21893: vhbit/ios-build-fix | Alex Crichton | -14/+17 |
| 2015-02-03 | rollup merge of #21835: alexcrichton/iov2 | Alex Crichton | -1/+31 |
| 2015-02-03 | Add new path module | Aaron Turon | -1/+1 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-03 | std: Add `io` module again | Alex Crichton | -1/+31 |
| 2015-02-03 | iOS: fixed build | Valerii Hiora | -14/+17 |
| 2015-02-02 | Test fixes and rebase conflicts | Alex Crichton | -6/+12 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -1/+1 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -139/+377 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -138/+377 |
| 2015-02-01 | openbsd: rebase to master | Sébastien Marie | -3/+6 |
| 2015-02-01 | openbsd: incoporate remarks | Sébastien Marie | -2/+9 |
| 2015-02-01 | openbsd support | Sébastien Marie | -26/+125 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -4/+4 |
| 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/+41 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -4/+4 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | Fix wrong use std::io -> old_io | Michael Neumann | -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/+14 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -58/+58 |
| 2015-01-27 | Thread native name setting, fix #10302 | Vojtech Kral | -2/+2 |
| 2015-01-27 | Thread native name setting, fix #10302 | Vojtech Kral | -0/+40 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -2/+2 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -56/+56 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+161 |
| 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 | -9/+11 |
| 2015-01-24 | Add ffi::OsString and OsStr | Aaron Turon | -1/+121 |
| 2015-01-24 | Implement winsize() for unix. | Daniel Griffen | -1/+40 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -2/+2 |
| 2015-01-21 | rollup merge of #21444: petrochenkov/null | Alex Crichton | -5/+7 |
| 2015-01-21 | rollup merge of #21414: ejjeong/aarch64-linux-android | Alex Crichton | -2/+2 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 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 | Replace `0 as *const/mut T` with `ptr::null/null_mut()` | we | -5/+7 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -6/+4 |