| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -1/+1 |
| 2014-04-15 | Remove usage of private enum variants | Alex Crichton | -13/+23 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -30/+30 |
| 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 | -3/+3 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -5/+5 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -5/+5 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -1/+3 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+3 |
| 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 | -4/+4 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |