| Age | Commit message (Expand) | Author | Lines |
| 2015-02-25 | Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichton | Manish Goregaokar | -2/+19 |
| 2015-02-25 | Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichton | Manish Goregaokar | -31/+37 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -3/+3 |
| 2015-02-24 | Improve readability of an error check in `set_non_blocking` | Tobias Bucher | -5/+5 |
| 2015-02-24 | Revert a wrong replace of "fail" to "panic" | Tobias Bucher | -1/+1 |
| 2015-02-24 | Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar... | Eunji Jeong | -2/+19 |
| 2015-02-24 | Rollup merge of #22594 - alexcrichton:issue-22577, r=aturon | Manish Goregaokar | -25/+47 |
| 2015-02-23 | std: Expose a `mode` accessor for Permissions on unix | Alex Crichton | -0/+4 |
| 2015-02-23 | Hide unnecessary error checking from the user | Tobias Bucher | -29/+35 |
| 2015-02-23 | Test fixes and rebase conflicts | Alex Crichton | -2/+0 |
| 2015-02-23 | Fix windows failure (fixup #22538) | Manish Goregaokar | -2/+2 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -10/+16 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -479/+0 |
| 2015-02-22 | Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -22/+150 |
| 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 |