| Age | Commit message (Expand) | Author | Lines |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -9/+5 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -1/+1 |
| 2015-03-17 | Auto merge of #23330 - alexcrichton:thread-sleep, r=aturon | bors | -30/+36 |
| 2015-03-17 | std: Implement `thread::sleep` | Alex Crichton | -0/+16 |
| 2015-03-17 | Auto merge of #23104 - japaric:inherent, r=nikomatsakis | bors | -0/+1 |
| 2015-03-16 | preemptively fix windows compilation errors | Jorge Aparicio | -0/+1 |
| 2015-03-17 | Auto merge of #23352 - alexcrichton:stabilize-net, r=aturon | bors | -4/+4 |
| 2015-03-15 | std: Clean up the sys::thread modules | Alex Crichton | -30/+20 |
| 2015-03-15 | std: Stabilize portions of `std::os::$platform` | Alex Crichton | -149/+178 |
| 2015-03-13 | std: Stabilize the `net` module | Alex Crichton | -4/+4 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -7/+38 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -3/+10 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -3/+10 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -36/+12 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-06 | rollup merge of #22813: alexcrichton/deprecate-net | Alex Crichton | -0/+9 |
| 2015-03-06 | std: Deprecate the std::old_io::net primitives | Alex Crichton | -0/+9 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -0/+2 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -1/+2 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -2/+3 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-02-28 | std: Implement stdio for `std::io` | Alex Crichton | -2/+171 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -1/+1 |
| 2015-02-27 | Rollup merge of #22788 - vadimcn:fix-precise_time_ns, r=pnkfelix | Manish Goregaokar | -2/+25 |
| 2015-02-25 | Fix overflow in precise_time_ns() on Windows, | Vadim Chugunov | -2/+25 |
| 2015-02-25 | Fix type inference error (fixup #22739) | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -30/+34 |
| 2015-02-25 | Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw | Manish Goregaokar | -7/+20 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -30/+34 |
| 2015-02-25 | Rollup merge of #22772 - tbu-:pr_panic_fail, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichton | Manish Goregaokar | -7/+18 |
| 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 | Rollup merge of #22594 - alexcrichton:issue-22577, r=aturon | Manish Goregaokar | -12/+27 |
| 2015-02-23 | Hide unnecessary error checking from the user | Tobias Bucher | -5/+16 |
| 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 | -4/+7 |
| 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 |