| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | syntax: Remove #[feature(path_ext)] | Erick Tryzelaar | -2/+3 |
| 2015-04-21 | syntax: replace Vec::push_all with stable Vec::extend | Erick Tryzelaar | -9/+14 |
| 2015-04-21 | syntax: Replace String::from_str with the stable String::from | Erick Tryzelaar | -1/+1 |
| 2015-04-21 | syntax: remove #![feature(box_syntax, box_patterns)] | Erick Tryzelaar | -3/+3 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -9/+9 |
| 2015-04-15 | Rollup merge of #24438 - nrc:tuple-span, r=sfackler | Steve Klabnik | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -7/+7 |
| 2015-04-15 | Fix the span for tuple expressions | Nick Cameron | -1/+1 |
| 2015-04-13 | syntax: Publically expose printing where clauses, and add attr_to_string | Erick Tryzelaar | -1/+1 |
| 2015-04-12 | Fix spans for macros | Nick Cameron | -9/+11 |
| 2015-04-09 | Fix the span for `for` expressions | Nick Cameron | -1/+1 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -1219/+1275 |
| 2015-04-02 | Fix parsing of patterns in macros | Vadim Petrochenkov | -1/+3 |
| 2015-04-02 | syntax: Rewrite parsing of patterns | Vadim Petrochenkov | -225/+127 |
| 2015-04-01 | Fallout in libsyntax | Niko Matsakis | -2/+2 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -37/+10 |
| 2015-03-27 | rustc: Remove support for hyphens in crate names | Alex Crichton | -37/+10 |
| 2015-03-27 | rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntax | Alex Crichton | -38/+5 |
| 2015-03-26 | Auto merge of #23359 - erickt:quote, r=pnkfelix | bors | -16/+23 |
| 2015-03-26 | syntax: Remove parsing of old slice syntax | Alex Crichton | -38/+5 |
| 2015-03-24 | rollup merge of #23546: alexcrichton/hyphens | Alex Crichton | -20/+12 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -20/+12 |
| 2015-03-24 | syntax: Allow where strings to be parsed independent from generics | Erick Tryzelaar | -16/+23 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | rollup merge of #23506: alexcrichton/remove-some-deprecated-things | Alex Crichton | -260/+16 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+2 |
| 2015-03-19 | Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichto | Manish Goregaokar | -14/+22 |
| 2015-03-18 | rustc: Remove some long deprecated features: | Alex Crichton | -260/+16 |
| 2015-03-18 | Require braces when a closure has an explicit return type. This is a | Niko Matsakis | -14/+22 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -8/+0 |
| 2015-03-16 | impl f{32,64} | Jorge Aparicio | -0/+1 |
| 2015-03-16 | Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakis | bors | -439/+272 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -2/+1 |
| 2015-03-13 | syntax: use lookahead to distinguish inner and outer attributes, instead of p... | Eduard Burtescu | -439/+272 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -7/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -7/+1 |
| 2015-03-12 | Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis | bors | -82/+73 |
| 2015-03-12 | Rollup merge of #23297 - steveklabnik:examples, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -14/+17 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -22/+17 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -64/+57 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -13/+13 |
| 2015-03-11 | Remove ProcType and ProcExp | Guillaume Gomez | -29/+0 |
| 2015-03-10 | Remove proc keyword | Guillaume Gomez | -28/+1 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -6/+9 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -9/+19 |