| Age | Commit message (Expand) | Author | Lines |
| 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 | -10/+11 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -0/+2 |
| 2015-02-25 | Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichton | Manish Goregaokar | -1/+9 |
| 2015-02-24 | Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar... | Eunji Jeong | -1/+9 |
| 2015-02-23 | Hide unnecessary error checking from the user | Tobias Bucher | -3/+3 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -258/+0 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -0/+1 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -258/+0 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -0/+249 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -1/+9 |
| 2015-02-17 | Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichton | bors | -1/+1 |
| 2015-02-13 | Add std::process | Aaron Turon | -0/+6 |
| 2015-02-11 | bitrig integration | Dave Huseby | -0/+1 |
| 2015-02-10 | Fix aarch64 test issues (same level to arm32) | Eunji Jeong | -1/+9 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -3/+3 |
| 2015-02-04 | std::os::errno returns platform specific value. fixes #21898 | Jormundir | -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 | -1/+1 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -13/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -13/+1 |
| 2015-02-01 | openbsd support | Sébastien Marie | -2/+3 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -1/+1 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -2/+2 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -2/+2 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-19 | Replace `0 as *const/mut T` with `ptr::null/null_mut()` | we | -1/+1 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -4/+5 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -7/+7 |
| 2015-01-05 | std: Redesign c_str and c_vec | Alex Crichton | -3/+3 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -3/+3 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -8/+8 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -9/+10 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -3/+3 |
| 2014-12-31 | std: unbox closures used in let bindings | Jorge Aparicio | -1/+1 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -8/+8 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -9/+10 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -1/+1 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -2/+2 |
| 2014-12-14 | Rewrite threading infrastructure, introducing `Thunk` to represent | Niko Matsakis | -5/+11 |
| 2014-12-13 | libstd: use tuple indexing | Jorge Aparicio | -4/+4 |
| 2014-12-05 | libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2). | NODA, Kai | -10/+33 |
| 2014-11-21 | sys: reveal std::io representation to sys module | Aaron Turon | -3/+3 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -2/+2 |
| 2014-11-08 | Runtime removal: refactor process | Aaron Turon | -0/+587 |