| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | rollup merge of #23939: nikomatsakis/fn-box | Alex Crichton | -2/+1 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -1/+1 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -2/+1 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-27 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -7/+4 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -16/+15 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -16/+15 |
| 2015-03-25 | Add iOS triple mapping so tests can run | Tamir Duberstein | -0/+1 |
| 2015-03-25 | Alphabetize | Tamir Duberstein | -16/+16 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -10/+11 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -7/+9 |
| 2015-03-23 | rustdoc: Replace no-pretty-expanded with pretty-expanded | Brian Anderson | -10/+11 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -2/+3 |
| 2015-03-20 | Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichton | bors | -0/+29 |
| 2015-03-19 | RUST_TEST_TASKS -> RUST_TEST_THREADS | Steve Klabnik | -3/+3 |
| 2015-03-19 | Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-android | Sae-bom Kim | -0/+29 |
| 2015-03-19 | Rm unused feature | Manish Goregaokar | -1/+0 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -9/+9 |
| 2015-03-13 | std: Stabilize the `net` module | Alex Crichton | -1/+0 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -5/+10 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+2 |
| 2015-03-10 | Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon | bors | -2/+1 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -2/+1 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-06 | rollup merge of #22975: alexcrichton/stabilize-ffi | Alex Crichton | -6/+4 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -1/+1 |
| 2015-03-05 | std: Stabilize the `ffi` module | Alex Crichton | -6/+4 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -232/+258 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -3/+3 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+0 |
| 2015-02-23 | Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichton | Manish Goregaokar | -6/+6 |
| 2015-02-23 | Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=Manishearth | Manish Goregaokar | -1/+13 |
| 2015-02-23 | runtest: update slicing syntax where [] becomes [..] | Tshepang Lekhonkhobe | -6/+6 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -4/+4 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -0/+1 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -5/+5 |
| 2015-02-20 | Refactored code into Searcher traits with naive implementations | Marvin Löbel | -1/+1 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -1/+1 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -1/+2 |
| 2015-02-18 | rollup merge of #22118: fhahn/separate-parse-fail-2 | Alex Crichton | -3/+7 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -4/+4 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -2/+2 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+2 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -27/+40 |
| 2015-02-16 | Add pfail targets for parse-fail tests | Florian Hahn | -3/+7 |
| 2015-02-16 | Handle RUST_TEST_NOCAPTURE in compiletest and set add if to run env | Florian Hahn | -1/+13 |