| Age | Commit message (Expand) | Author | Lines |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -213/+0 |
| 2015-04-14 | Fallout: move from scoped to spawn | Aaron Turon | -2/+2 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -4/+4 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+2 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -0/+1 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -8/+8 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -8/+10 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -10/+10 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -7/+7 |
| 2015-01-05 | rollup merge of #20488: ltratt/nondeterministic_tempdir | Alex Crichton | -1/+1 |
| 2015-01-05 | fix rpass tests | Jorge Aparicio | -1/+1 |
| 2015-01-05 | Make temporary directory names non-deterministic. | Laurence Tratt | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -11/+11 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -5/+5 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -0/+1 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -7/+7 |
| 2014-11-19 | Make os::change_dir() return IoResult<()> | Barosl Lee | -1/+1 |
| 2014-11-19 | Make os::getcwd() return IoResult<Path> | Barosl Lee | -2/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -8/+8 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -4/+2 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -7/+7 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-08-31 | Have std::io::TempDir::new and new_in return IoResult | Simon Sapin | -3/+3 |
| 2014-08-12 | Replace "ignore-win32" in tests with "ignore-windows" | Vadim Chugunov | -1/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -1/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+2 |
| 2014-05-15 | std: Modify TempDir to not fail on drop. Closes #12628 | Brian Anderson | -0/+59 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -3/+3 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -4/+4 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -4/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -3/+3 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -3/+3 |
| 2014-01-03 | test: Make all the run-pass tests use `pub fn main` | Patrick Walton | -1/+1 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -1/+1 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -5/+3 |
| 2013-12-06 | Made Results API more composable | Marvin Löbel | -1/+1 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -6/+6 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -6/+6 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -3/+3 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -1/+1 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -3/+3 |
| 2013-11-14 | test: Clean up xfail-{fast,win32} tests | klutzy | -1/+2 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -13/+13 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -32/+33 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -6/+6 |
| 2013-10-16 | Implement new methods vec.starts_with()/vec.ends_with() | Kevin Ballard | -4/+1 |