| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -2/+1 |
| 2015-04-14 | Fallout: move from scoped to spawn | Aaron Turon | -2/+2 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -3/+2 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+2 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -1/+1 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -1/+1 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2015-02-16 | Replace some uses of deprecated os functions | Simonas Kazlauskas | -4/+3 |
| 2015-02-13 | Cleanup getenv from tests and benchmarks | Simonas Kazlauskas | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-01-21 | Fix type inference problems in tests and docs | Aaron Turon | -15/+17 |
| 2015-01-10 | Improvement of shootout-binarytrees.rs | Guillaume Pinot | -17/+21 |
| 2015-01-08 | bench: fix a few compiler warnings | Tshepang Lekhonkhobe | -1/+1 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2015-01-02 | Rollup test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-01 | std: Second pass stabilization of sync | Alex Crichton | -5/+5 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -1/+1 |
| 2014-11-18 | auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjz | bors | -2/+2 |
| 2014-11-18 | libcore: add num::Int::pow() and deprecate num::pow(). | NODA, Kai | -2/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -6/+6 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-17 | auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brson | bors | -8/+38 |
| 2014-06-12 | Relicense shootout-binarytrees.rs | Guillaume Pinot | -8/+38 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -2/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+1 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -3/+3 |
| 2014-05-08 | Handle fallout in bench tests | Kevin Ballard | -0/+1 |
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -1/+1 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -2/+2 |
| 2014-01-29 | auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichton | bors | -2/+2 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -2/+2 |
| 2014-01-29 | extra: move arena to libarena | David Manescu | -1/+2 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -1/+1 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -1/+1 |
| 2014-01-07 | libextra: Introduce typed arenas. | Patrick Walton | -11/+12 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -2/+2 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -2/+2 |
| 2013-10-29 | rewrite shootout-binarytrees.rs to match shootout directives | Guillaume Pinot | -50/+46 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -3/+3 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -1/+1 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+89 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -89/+0 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |