| Age | Commit message (Expand) | Author | Lines |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -18/+18 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+10 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -18/+18 |
| 2018-01-15 | Use single source of truth for expr precedence | Esteban Küber | -1/+1 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -12/+0 |
| 2017-12-28 | Resurrecting #33135 | Michael Hewson | -0/+1 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -67/+44 |
| 2017-12-20 | Fix whitespacing issues in pretty-printing of bounds | Vadim Petrochenkov | -17/+18 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -0/+21 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -3/+3 |
| 2017-12-12 | Improve pretty printing `$crate::` paths. | Jeffrey Seyfried | -1/+19 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -28/+22 |
| 2017-11-10 | Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkov | bors | -1/+1 |
| 2017-11-07 | Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytm | kennytm | -0/+9 |
| 2017-11-06 | Inclusive range updated to `..=` syntax | Badel2 | -1/+1 |
| 2017-11-05 | Pretty print parens around casts on the LHS of '<' | Alec Theriault | -0/+9 |
| 2017-11-03 | Fix unsafe auto trait pretty print. | leonardo.yvens | -1/+1 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+9 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+7 |
| 2017-10-24 | Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=niko... | bors | -1/+4 |
| 2017-10-22 | `crate` shorthand visibility modifier | Zack M. Davis | -1/+4 |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -3/+4 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -2/+3 |
| 2017-09-22 | Add information about the syntax used in ranges | Badel2 | -2/+3 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -0/+2 |
| 2017-09-06 | pprust: fix parenthesization of exprs | Stuart Pernsteiner | -65/+82 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -26/+26 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -4/+4 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+2 |
| 2017-07-29 | Add Span to ast::WhereClause | topecongiro | -0/+2 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -3/+0 |
| 2017-07-28 | Fix printing | John Kåre Alsaker | -5/+3 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+15 |
| 2017-07-11 | Make a few functions non-public | Mark Simulacrum | -9/+4 |
| 2017-07-11 | Refactor cur_cmnt_and_lit away. | Mark Simulacrum | -46/+38 |
| 2017-07-11 | Refactor methods onto Printer struct. | Mark Simulacrum | -316/+311 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -10/+6 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -2/+2 |
| 2017-06-29 | Make `$crate` a keyword | Vadim Petrochenkov | -2/+2 |
| 2017-06-26 | Add `LazyTokenStream`. | Jeffrey Seyfried | -1/+1 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -1/+0 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 |
| 2017-06-12 | Add a sig module to save-analysis | Nick Cameron | -7/+20 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -1/+1 |
| 2017-05-16 | (hopefully) fix pprust error | Andre Bogus | -1/+3 |
| 2017-05-15 | adressed comments by @kennytm and @petrochenkov | Andre Bogus | -1/+1 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -165/+144 |