| Age | Commit message (Expand) | Author | Lines |
| 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 | -7/+6 |
| 2015-04-19 | std::rand::os: Fix race condition of atomics | klutzy | -11/+10 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | rand: Delete all doc tests | Alex Crichton | -168/+0 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -267/+8 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -150/+43 |
| 2015-04-01 | iOS: os::last_os_error() fallout | Valerii Hiora | -2/+2 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -17/+16 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -25/+25 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+8 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -8/+0 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+4 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -2/+2 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -2/+2 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -3/+3 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -20/+20 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -2/+2 |
| 2015-03-03 | Accommodate arith-overflow in `rand` and `std::rand`. | Felix S. Klock II | -2/+2 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -8/+7 |
| 2015-02-24 | iOS: Sync/Send fallout | Valerii Hiora | -4/+1 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -7/+7 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -1/+1 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -7/+7 |
| 2015-02-18 | Remove usage of .map(|&foo| foo) | Kevin Butler | -1/+1 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -6/+6 |
| 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 | -5/+5 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+3 |
| 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/+3 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -2/+2 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -14/+14 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -10/+10 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -1/+1 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -1/+1 |
| 2015-01-28 | Rollup merge of #21676 - Victory:fix-deprication-in-random, r=alexcrichton | Manish Goregaokar | -31/+31 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -7/+7 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-26 | Don't use if we can avoid it | Victory | -23/+23 |
| 2015-01-26 | cleanup depricated `uint` in rand mod and rand os | Victory | -31/+31 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -7/+7 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -1/+1 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+1 |