| Age | Commit message (Expand) | Author | Lines |
| 2015-02-20 | Register new snapshots | Alex Crichton | -479/+0 |
| 2015-02-20 | std: Tidy up some `unsafe impl`s for `sync` | Alex Crichton | -9/+33 |
| 2015-02-20 | std: Ensure fs::{DirEntry, ReadDir} are Send/Sync | Alex Crichton | -25/+47 |
| 2015-02-20 | unbreak openbsd build after 1860ee52 | Sébastien Marie | -1/+1 |
| 2015-02-19 | Round 8 tex fixes | Manish Goregaokar | -1/+1 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -3/+32 |
| 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 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -4/+4 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -4/+5 |
| 2015-02-18 | rollup merge of #22482: alexcrichton/cstr-changes | Alex Crichton | -86/+94 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -86/+94 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -2/+2 |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -2/+3 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -2/+277 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -4/+4 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -16/+34 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -1/+1 |
| 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 | -11/+15 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -5/+5 |
| 2015-02-17 | rollup merge of #22024: alexcrichton/ascii | Alex Crichton | -1/+6 |
| 2015-02-17 | Revise std::thread semantics | Aaron Turon | -6/+10 |
| 2015-02-17 | std: Stabilize the `ascii` module | Alex Crichton | -1/+6 |
| 2015-02-18 | Update the libraries to reflect Send loosing the 'static bound. | Huon Wilson | -1/+1 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -1/+9 |
| 2015-02-17 | fix windows | Manish Goregaokar | -2/+2 |
| 2015-02-17 | Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis | Manish Goregaokar | -0/+8 |
| 2015-02-17 | Auto merge of #22397 - Manishearth:rollup, r=huonw | bors | -1/+4 |
| 2015-02-17 | Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichton | bors | -2/+2 |
| 2015-02-16 | Implement ExactSizeIterator for Args and ArgsOs | Simonas Kazlauskas | -0/+8 |
| 2015-02-15 | openbsd: disable test_file_desc test | Sébastien Marie | -1/+4 |
| 2015-02-13 | Add std::process | Aaron Turon | -36/+1211 |
| 2015-02-11 | More test fixes and rebase conflicts | Alex Crichton | -1/+44 |
| 2015-02-11 | rollup merge of #22015: alexcrichton/netv2 | Alex Crichton | -6/+621 |
| 2015-02-11 | std: Add a `net` module for TCP/UDP | Alex Crichton | -6/+621 |
| 2015-02-11 | Test fixes and rebase conflicts | Alex Crichton | -3/+5 |
| 2015-02-11 | fixing PR review comments | Dave Huseby | -9/+4 |
| 2015-02-11 | PR review fixes | Dave Huseby | -12/+2 |
| 2015-02-11 | fixing more trailing whitespace | Dave Huseby | -1/+1 |
| 2015-02-11 | fixing trailing whitespace errors | Dave Huseby | -9/+9 |
| 2015-02-11 | bitrig integration | Dave Huseby | -16/+159 |
| 2015-02-11 | rollup merge of #22186: GuillaumeGomez/fix-fs | Alex Crichton | -1/+3 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -6/+6 |
| 2015-02-11 | Add read and write rights to group and other when creating file | GuillaumeGomez | -1/+3 |
| 2015-02-10 | rollup merge of #21920: vojtechkral/main-thread-name | Alex Crichton | -4/+0 |
| 2015-02-10 | Fix aarch64 test issues (same level to arm32) | Eunji Jeong | -1/+9 |
| 2015-02-10 | Auto merge of #21936 - alexcrichton:fsv2, r=aturon | bors | -13/+1055 |
| 2015-02-09 | std: Add a new `fs` module | Alex Crichton | -13/+1055 |