| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | restore emplacement syntax (obsolete) | Niko Matsakis | -0/+4 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -3/+0 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -20/+20 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -5/+5 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -1/+1 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -0/+1 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+1 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -4/+0 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -3/+4 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -3/+3 |
| 2018-03-01 | Support parentheses in patterns under feature gate | Vadim Petrochenkov | -1/+2 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -4/+4 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -1/+1 |
| 2018-02-18 | Add a span field to Visibility::Restricted | Seiichi Uchida | -1/+1 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -33/+25 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+1 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -33/+25 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -3/+0 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -20/+22 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -0/+4 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -23/+20 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+1 |
| 2017-10-26 | Auto merge of #45464 - sinkuu:ice_44851, r=jseyfried | bors | -1/+30 |
| 2017-10-26 | Add FIXME | sinkuu | -0/+1 |
| 2017-10-23 | Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor` | sinkuu | -1/+29 |
| 2017-10-17 | Removed Generics from FnKind::ItemFn in libsyntax | Sunjay Varma | -4/+4 |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -3/+3 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -1/+1 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -1/+0 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+4 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -3/+2 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -2/+1 |
| 2017-05-17 | Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -5/+3 |
| 2017-05-16 | Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov | Mark Simulacrum | -5/+3 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -1/+5 |
| 2017-05-13 | Extend the libsyntax visitor to work over macro defs | est31 | -1/+5 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -5/+3 |
| 2017-05-12 | Pass crate attributes in visit.rs | Nick Cameron | -3/+5 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -1/+1 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+6 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -1/+1 |
| 2017-03-11 | Add catch expr to AST and disallow catch as a struct name | Taylor Cramer | -0/+3 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -9/+1 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -22/+27 |
| 2017-01-19 | add exclusive range patterns under a feature gate | Oliver Schneider | -2/+2 |