| Age | Commit message (Expand) | Author | Lines |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -37/+31 |
| 2015-11-06 | std: Refactor process exit code handling slightly | Alex Crichton | -13/+8 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -0/+2 |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -17/+5 |
| 2015-05-29 | Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon | bors | -1/+16 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+2 |
| 2015-05-16 | std: Implement lowering and raising for process IO | Alex Crichton | -1/+16 |
| 2015-05-16 | std: Add an unstable method Child::id | Alex Crichton | -0/+6 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -0/+429 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -518/+0 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -5/+11 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+5 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -1/+1 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+1 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -3/+0 |
| 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/+1 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -194/+0 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -0/+29 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -1/+165 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -5/+4 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -4/+4 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -3/+3 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -12/+12 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -7/+7 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -3/+6 |
| 2015-01-07 | std: prevent `CreateProcess()` race on Windows | klutzy | -0/+7 |
| 2015-01-05 | More test fixes! | Alex Crichton | -8/+6 |
| 2015-01-05 | std: Redesign c_str and c_vec | Alex Crichton | -16/+15 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-02 | Properly deal with Ordering in the guide | Steve Klabnik | -0/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -3/+4 |
| 2014-12-31 | std: unbox closures used in let bindings | Jorge Aparicio | -1/+1 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -1/+1 |
| 2014-12-20 | Fix the fallout of removing feature(import_shadowing). | Eduard Burtescu | -1/+0 |
| 2014-12-13 | Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN` | Jorge Aparicio | -2/+2 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -4/+5 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -5/+5 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -2/+2 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -17/+13 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -1/+1 |