| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -1/+2 |
| 2014-06-19 | auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmr | bors | -68/+195 |
| 2014-06-18 | Handle CRLF properly in the lexer | Kevin Ballard | -23/+140 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Revert bytes!() docstring change, and fix a typo. | Simon Sapin | -1/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -0/+8 |
| 2014-06-18 | Don't require mutable StringReader to emit lexer errors | Kevin Ballard | -42/+52 |
| 2014-06-18 | Fix spans for doc comments | Kevin Ballard | -3/+3 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-18 | auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton | bors | -96/+230 |
| 2014-06-18 | auto merge of #14869 : nick29581/rust/tstore, r=nmatsakis | bors | -2/+6 |
| 2014-06-17 | auto merge of #14956 : nathantypanski/rust/master, r=alexcrichton | bors | -15/+0 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -2/+6 |
| 2014-06-18 | Fix some violations of stronger guarantees for mutable borrows. | Simon Sapin | -9/+17 |
| 2014-06-17 | Refactor backslash-escape parsing to share similar code. | Simon Sapin | -151/+69 |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -3/+61 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -66/+128 |