| Age | Commit message (Expand) | Author | Lines |
| 2014-07-09 | Register new snapshots | Alex Crichton | -140/+0 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -151/+158 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -3/+3 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -20/+160 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -20/+160 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -6/+15 |
| 2014-07-07 | Improve non-exhaustive pattern witnesses for structs with multiple fields | Jakub Wieczorek | -2/+4 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -5/+8 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -2/+2 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -1/+5 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+5 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -5/+3 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -13/+3 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -0/+6 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -1/+1 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -3/+6 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -6/+21 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -8/+3 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -1/+1 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -189/+193 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -2/+2 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -5/+0 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -16/+75 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -5/+0 |
| 2014-06-07 | Implement ToSource and ToToken for ast::Arg | Hanno Braun | -0/+4 |
| 2014-06-04 | syntax: methodify the lexer | Corey Richardson | -1/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-29 | auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton | bors | -1/+1 |
| 2014-05-28 | Add AST node for pattern macros | Keegan McAllister | -0/+1 |
| 2014-05-27 | Rename PatUniq to PatBox. Fixes part of #13910. | Ahmed Charles | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -14/+14 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -31/+31 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+4 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -2/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -12/+24 |
| 2014-05-13 | syntax: Improve --pretty normal slightly | Alex Crichton | -2/+8 |
| 2014-05-13 | syntax: Fix printing INT64_MIN | Alex Crichton | -2/+4 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -22/+1 |
| 2014-05-13 | pprust: Remove unnecessary && of `print_tt` | klutzy | -4/+4 |
| 2014-05-13 | pprust: Print `&&e` instead of `& &e` | klutzy | -5/+0 |
| 2014-05-13 | pprust: Fix asm output | klutzy | -14/+19 |
| 2014-05-13 | pprust: Add parentheses to some Expr | klutzy | -3/+45 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -3/+3 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -63/+75 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -8/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -8/+8 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -8/+1 |