| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -11/+0 |
| 2015-02-18 | Remove usage of .map(|&foo| foo) | Kevin Butler | -2/+2 |
| 2015-02-16 | tests: work around #21721 some more by replacing some unit types with [u8; 0]. | Eduard Burtescu | -1/+5 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -0/+1 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -1/+2 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -14/+15 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -2/+2 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+4 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -1/+0 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+4 |
| 2015-02-03 | Auto merge of #21613 - alfie:suffix-small, r=alexcrichton | bors | -35/+35 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -35/+35 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -3/+3 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -6/+6 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -30/+30 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -0/+2 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -30/+30 |
| 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 | -30/+30 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -9/+9 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+1 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -2/+2 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -3/+3 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -2/+2 |