| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | std: Stabilize parts of std::os::platform::io | Alex Crichton | -30/+117 |
| 2015-03-26 | Revise use of conversion traits | Aaron Turon | -4/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -44/+44 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+7 |
| 2015-03-25 | Bug fixes | Nick Cameron | -1/+1 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -8/+3 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -4/+6 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -4/+6 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -2/+2 |
| 2015-03-20 | Auto merge of #23267 - alexcrichton:issue-20012, r=aturon | bors | -5/+12 |
| 2015-03-20 | Revert "Revert "std: Re-enable at_exit()"" | Alex Crichton | -5/+12 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -2/+2 |
| 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 |