| Age | Commit message (Expand) | Author | Lines |
| 2015-07-01 | Hide SampleRange trait from docs | Ulrik Sverdrup | -0/+1 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -2/+2 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -2/+2 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -1/+0 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -7/+5 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-14 | rand: Delete all doc tests | Alex Crichton | -121/+0 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -5/+5 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -5/+5 |
| 2015-03-30 | Fallout where types must be specified. | Niko Matsakis | -2/+2 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -13/+13 |
| 2015-03-27 | rollup merge of #23776: nrc/allow_trivial_cast | Alex Crichton | -2/+0 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -2/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -13/+13 |
| 2015-03-26 | Deprecate as_mut_slice methods | Erick Tryzelaar | -1/+1 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -0/+2 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+9 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -9/+9 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -1/+1 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -9/+9 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -2/+0 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -9/+9 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -10/+10 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -2/+3 |
| 2015-03-03 | Accommodate arith-overflow in `rand` and `std::rand`. | Felix S. Klock II | -1/+1 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+2 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-02-18 | Fallout: add phantom data to librand | Niko Matsakis | -2/+9 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-03 | Auto merge of #21613 - alfie:suffix-small, r=alexcrichton | bors | -14/+14 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -14/+14 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -3/+3 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -27/+27 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -16/+16 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+1 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-07 | fallout | Nick Cameron | -4/+4 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -4/+4 |
| 2015-01-05 | Modernize macro_rules! invocations | Keegan McAllister | -6/+6 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -6/+6 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -8/+8 |