| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+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 | -22/+52 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -22/+52 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -22/+22 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+2 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+0 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-17 | term: update example to be right (thanks @SiegeLord) | Corey Richardson | -2/+5 |
| 2014-05-16 | term: Don't run the code example, just compile it | Alex Crichton | -1/+1 |
| 2014-05-16 | Fix example | Corey Richardson | -4/+4 |
| 2014-05-16 | Add a bang | Corey Richardson | -1/+1 |
| 2014-05-16 | Update for Box | Corey Richardson | -22/+22 |
| 2014-05-16 | term: add docs and windows support | Corey Richardson | -179/+107 |
| 2014-05-14 | libterm: Remove all uses of `~str` from `libterm` | Patrick Walton | -3/+6 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-13 | Make Result::{unwrap, unwrap_err} require Show | Steven Fackler | -12/+13 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -3/+1 |
| 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-03-31 | term: Switch field privacy as necessary | Alex Crichton | -4/+7 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -10/+10 |
| 2014-03-24 | Documentation sprint: Terminfo | Olle Jonsson | -6/+25 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -9/+19 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -12/+0 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -0/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -7/+3 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -0/+6 |
| 2014-02-03 | extra: Remove io_error usage | Alex Crichton | -21/+25 |
| 2014-02-02 | Move term, terminfo out of extra. | xales | -0/+262 |