| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-03 | rollup merge of #17387 : sneves/master | Alex Crichton | -0/+287 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -3/+3 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -3/+3 |
| 2014-09-30 | Include ChaCha pseudorandom generator | Samuel Neves | -0/+287 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-09-08 | rand: inform the optimiser that indexing is never out-of-bounds. | Huon Wilson | -2/+18 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -22/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -3/+25 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -11/+13 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -3/+1 |
| 2014-08-13 | core: Rename ImmutableSlice::unsafe_ref to unsafe_get | Brian Anderson | -6/+6 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 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 | -5/+7 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -5/+5 |
| 2014-06-29 | Impl Rand for tuples of arity 11 and 12 | Adolfo OchagavĂa | -0/+2 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-25 | make macros hygienic | John Clements | -62/+65 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -77/+107 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -3/+3 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -17/+2 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -2/+0 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -2/+17 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -2/+0 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | Rename OSRng to OsRng | Piotr Jawniak | -3/+3 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1073/+303 |
| 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-13 | io: Add .read_at_least() to Reader | Kevin Ballard | -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/+22 |
| 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 | -12/+12 |
| 2014-05-10 | librand: Revise crypto part of document | klutzy | -14/+22 |
| 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 | -6/+8 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+4 |