| Age | Commit message (Expand) | Author | Lines |
| 2015-05-11 | Add a reason to the libc & rand instability. | Huon Wilson | -1/+2 |
| 2015-04-23 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -1/+0 |
| 2015-04-23 | std: Remove deprecated/unstable num functionality | Alex Crichton | -9/+5 |
| 2015-04-23 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -2/+0 |
| 2015-04-14 | More test fixes | Alex Crichton | -3/+3 |
| 2015-04-14 | rand: Delete all doc tests | Alex Crichton | -288/+0 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -62/+6 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -5/+3 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -6/+6 |
| 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 | -6/+6 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -4/+4 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -6/+7 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -6/+7 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -4/+4 |
| 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 | -31/+30 |
| 2015-03-27 | rollup merge of #23776: nrc/allow_trivial_cast | Alex Crichton | -3/+0 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -3/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -31/+30 |
| 2015-03-26 | Deprecate as_mut_slice methods | Erick Tryzelaar | -1/+1 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -2/+2 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -0/+3 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+22 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -20/+21 |
| 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 | -20/+21 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -2/+0 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -22/+22 |
| 2015-03-09 | rand: Use wrapping operations everywhere | Alex Crichton | -121/+125 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -10/+10 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -9/+9 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -1/+0 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -74/+78 |
| 2015-03-03 | Accommodate arith-overflow in `rand` and `std::rand`. | Felix S. Klock II | -36/+39 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -38/+39 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -7/+7 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -1/+0 |
| 2015-03-01 | Fix errors, remove unused files | GuillaumeGomez | -12/+12 |
| 2015-02-26 | Revert hacks and add test for LLVM aborts due to empty aggregates. | Eduard Burtescu | -5/+1 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -0/+2 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -3/+12 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -2/+2 |
| 2015-02-18 | Fallout: add phantom data to librand | Niko Matsakis | -3/+12 |