| Age | Commit message (Expand) | Author | Lines |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -3/+7 |
| 2014-06-28 | auto merge of #15191 : pcwalton/rust/variance-in-trait-matching, r=huonw | bors | -1/+2 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -1/+2 |
| 2014-06-28 | auto merge of #15233 : jbclements/rust/match-var-hygiene-etc, r=cmr | bors | -155/+232 |
| 2014-06-27 | comments only | John Clements | -1/+3 |
| 2014-06-27 | adjust fold to fold over interpolated items/exprs/etc. | John Clements | -19/+70 |
| 2014-06-27 | removed incomplete comment | John Clements | -17/+0 |
| 2014-06-27 | added unit and standalone test for 15221, extra debugging output | John Clements | -5/+26 |
| 2014-06-27 | undo helpful attempt to spell-check | John Clements | -1/+1 |
| 2014-06-27 | remove trailing whitespace | John Clements | -1/+1 |
| 2014-06-27 | hygiene for match-bound vars now implemented | John Clements | -24/+33 |
| 2014-06-27 | improve match test case to include guard | John Clements | -4/+4 |
| 2014-06-27 | remove unnecessary abstraction | John Clements | -10/+5 |
| 2014-06-27 | cleanup and shiny new more-functional interface | John Clements | -55/+36 |
| 2014-06-27 | WIP match hygiene, compiles | John Clements | -12/+12 |
| 2014-06-27 | get rid of needless wrapper function | John Clements | -14/+8 |
| 2014-06-27 | make fold_attribute part of Folder trait | John Clements | -23/+25 |
| 2014-06-27 | working on hygiene | John Clements | -12/+51 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -32/+26 |
| 2014-06-25 | don't expand subexprs of for loop, just re-expand whole thing. | John Clements | -5/+6 |
| 2014-06-25 | remove misleading and unnecessary underscores | John Clements | -2/+3 |
| 2014-06-25 | remove unneccessary pubs, shorten names | John Clements | -9/+9 |
| 2014-06-25 | remove unneeded visit_ty methods | John Clements | -9/+0 |
| 2014-06-25 | add unit test for match var hygiene | John Clements | -0/+12 |
| 2014-06-25 | enrich and rename crate_idents test case | John Clements | -6/+12 |
| 2014-06-25 | comments only | John Clements | -4/+9 |
| 2014-06-25 | revive old commented-out test cases as ignored test cases for hygiene | John Clements | -6/+59 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+5 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -11/+1 |
| 2014-06-24 | Make parse_expr_res public | Keegan McAllister | -1/+1 |
| 2014-06-24 | Allow splicing more things in quotes | Keegan McAllister | -0/+16 |
| 2014-06-24 | Use macros to implement syntax::ext::quote::ToSource | Keegan McAllister | -125/+74 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -40/+23 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -11/+1 |
| 2014-06-24 | auto merge of #15118 : stepancheg/rust/concat, r=alexcrichton | bors | -2/+5 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -1/+2 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -1/+2 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -4/+17 |
| 2014-06-24 | auto merge of #15105 : alexcrichton/rust/snapshots, r=luqmana | bors | -1/+0 |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -14/+16 |
| 2014-06-23 | Allow trailing comma in `concat!` | Stepan Koltsov | -2/+5 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-22 | libsyntax: don't allow enum structs with no fields | Benjamin Herr | -0/+5 |
| 2014-06-21 | auto merge of #15062 : pcwalton/rust/trailing-plus, r=brson | bors | -0/+6 |
| 2014-06-21 | auto merge of #15029 : aturon/rust/stability-index, r=brson | bors | -1/+2 |
| 2014-06-20 | libsyntax: Stop parsing `+` with no bounds after it. | Patrick Walton | -0/+6 |
| 2014-06-20 | auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcr... | bors | -2/+3 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -2/+3 |
| 2014-06-20 | syntax: Parse GT tokens from `>=` and `>>=` | Alex Crichton | -1/+13 |