| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-30 | Include ChaCha pseudorandom generator | Samuel Neves | -0/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -14/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+16 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -2/+4 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -1/+1 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -3/+3 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -3/+3 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -17/+2 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -2/+17 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | Rename OSRng to OsRng | Piotr Jawniak | -1/+1 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -560/+113 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -5/+5 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -23/+0 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -23/+0 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-20 | Remove Rng.choose(), rename Rng.choose_option() to .choose() | Kevin Ballard | -22/+16 |
| 2014-05-14 | librand: Remove all uses of `~str` from `librand` | Patrick Walton | -2/+2 |
| 2014-05-12 | auto merge of #14164 : alexcrichton/rust/rollup, r=alexcrichton | bors | -1/+1 |
| 2014-05-12 | auto merge of #13820 : klutzy/rust/urandom, r=alexcrichton | bors | -14/+21 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-10 | librand: Revise crypto part of document | klutzy | -14/+21 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -8/+10 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+6 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -15/+15 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -3/+3 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -1/+1 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -2/+2 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-02 | rand: replace Rng.shuffle's functionality with .shuffle_mut. | Huon Wilson | -25/+29 |
| 2014-04-02 | rand: remove (almost) all ~[]'s from Vec. | Huon Wilson | -24/+22 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -19/+36 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -22/+36 |
| 2014-04-01 | rand: bubble up IO errors when creating an OSRng. | Huon Wilson | -1/+4 |
| 2014-03-31 | Switch some tuple structs to pub fields | Alex Crichton | -2/+2 |