| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -14/+14 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -3/+3 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -26/+26 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -7/+0 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+1 |
| 2015-03-16 | impl str | Jorge Aparicio | -0/+1 |
| 2015-03-16 | impl char | Jorge Aparicio | -0/+3 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -7/+7 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -4/+5 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2015-03-03 | Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`. | Felix S. Klock II | -4/+5 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -2/+2 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -3/+3 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -7/+7 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -2/+2 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-05 | Merge `UnicodeChar` and `CharExt`. | Huon Wilson | -1/+1 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -3/+3 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -1/+1 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -1/+1 |
| 2014-12-31 | std: unbox closures used in let bindings | Jorge Aparicio | -2/+2 |
| 2014-12-23 | Rename and namespace `FPCategory` | Tobias Bucher | -4/+5 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -1/+1 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -3/+3 |
| 2014-12-19 | libstd: use `#[deriving(Copy)]` | Jorge Aparicio | -7/+3 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -5/+3 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -1/+5 |
| 2014-12-09 | Rollback accidental documentation changes | Tobias Bucher | -29/+21 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -19/+32 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -8/+8 |
| 2014-11-27 | Documentation fix for std::num::strconv | Barosl Lee | -41/+35 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -25/+26 |
| 2014-11-21 | Fix various deprecation warnings from char changes | Brian Anderson | -1/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+4 |
| 2014-11-16 | Move ToString to collections::string | Brendan Zabarauskas | -1/+1 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -232/+21 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -6/+6 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -9/+9 |
| 2014-11-13 | Deprecate Bounded trait | Brendan Zabarauskas | -3/+2 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -4/+4 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -6/+6 |
| 2014-11-07 | Fixing #18659 | juxiliary | -1/+17 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-04 | Simplify float string conversion function further | Brendan Zabarauskas | -151/+105 |