| Age | Commit message (Expand) | Author | Lines |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -4/+2 |
| 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 | 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 #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -5/+0 |
| 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-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 | -5/+5 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -26/+26 |
| 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 | -11/+21 |
| 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 | -50/+62 |
| 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 | -6/+6 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -8/+1 |
| 2014-05-04 | auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichto | bors | -2/+4 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -2/+4 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -2/+1 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -7/+2 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -1/+1 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -1/+6 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -1/+1 |
| 2014-04-23 | Review changes | Nick Cameron | -1/+2 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -1/+7 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -0/+10 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-17 | Drive-by: `pprust::*_to_str` for TypeMethod, Method, and FnDecl. | Felix S. Klock II | -0/+12 |
| 2014-04-16 | auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonw | bors | -2/+0 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -2/+0 |