| Age | Commit message (Expand) | Author | Lines |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -0/+4 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -3/+3 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -2/+2 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-08 | Add a reason to the libc & rand instability. | Huon Wilson | -1/+2 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -5/+5 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -10/+5 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -2/+0 |
| 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 | -9/+5 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-17 | 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 |