| Age | Commit message (Expand) | Author | Lines |
| 2015-02-20 | Register new snapshots | Alex Crichton | -194/+0 |
| 2015-02-20 | std: Tidy up some `unsafe impl`s for `sync` | Alex Crichton | -7/+20 |
| 2015-02-20 | std: Ensure fs::{DirEntry, ReadDir} are Send/Sync | Alex Crichton | -12/+27 |
| 2015-02-19 | Round 8 tex fixes | Manish Goregaokar | -1/+1 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -2/+31 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -2/+166 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -8/+8 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -8/+8 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -2/+2 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -1/+2 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -3/+5 |
| 2015-02-17 | Revise std::thread semantics | Aaron Turon | -3/+5 |
| 2015-02-17 | fix windows | Manish Goregaokar | -2/+2 |
| 2015-02-16 | Implement ExactSizeIterator for Args and ArgsOs | Simonas Kazlauskas | -0/+4 |
| 2015-02-13 | Add std::process | Aaron Turon | -18/+604 |
| 2015-02-11 | More test fixes and rebase conflicts | Alex Crichton | -1/+43 |
| 2015-02-11 | std: Add a `net` module for TCP/UDP | Alex Crichton | -0/+133 |
| 2015-02-10 | Auto merge of #21936 - alexcrichton:fsv2, r=aturon | bors | -7/+525 |
| 2015-02-09 | std: Add a new `fs` module | Alex Crichton | -7/+525 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -6/+5 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -2/+2 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-03 | rollup merge of #21835: alexcrichton/iov2 | Alex Crichton | -0/+29 |
| 2015-02-03 | Add new path module | Aaron Turon | -1/+1 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -2/+2 |
| 2015-02-03 | std: Add `io` module again | Alex Crichton | -0/+29 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -5/+5 |
| 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 | -5/+5 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -349/+568 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -3/+3 |
| 2015-01-30 | rollup merge of #21678: vojtechkral/threads-native-names | Alex Crichton | -0/+7 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -3/+3 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -2/+2 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -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 | -70/+70 |
| 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/+7 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -70/+70 |
| 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 | -2/+115 |
| 2015-01-25 | wrmdir -> RemoveDirectoryW | Peter Atashian | -1/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -11/+13 |