| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | restore emplacement syntax (obsolete) | Niko Matsakis | -0/+3 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -5/+0 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Make lifetime nonterminals closer to identifier nonterminals | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -7/+2 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -15/+11 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -3/+3 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -3/+17 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -3/+17 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -3/+0 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -2/+3 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -1/+2 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -1/+1 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -19/+24 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -2/+2 |
| 2018-03-01 | Support parentheses in patterns under feature gate | Vadim Petrochenkov | -0/+1 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -4/+4 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -2/+2 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -8/+9 |
| 2018-02-18 | Add a span field to Visibility::Restricted | Seiichi Uchida | -2/+3 |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -2/+1 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -19/+24 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+2 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -19/+24 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -3/+0 |
| 2017-12-28 | Resurrecting #33135 | Michael Hewson | -0/+1 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -1/+2 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -1/+2 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -12/+25 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -0/+3 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -27/+15 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+2 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+1 |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -1/+2 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -2/+2 |
| 2017-09-01 | Implement RFC 1925 | Matt Ickstadt | -1/+3 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -15/+15 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -15/+15 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -6/+14 |
| 2017-07-29 | Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc | Mark Simulacrum | -2/+3 |
| 2017-07-28 | syntax: Capture a `TokenStream` when parsing items | Alex Crichton | -5/+8 |
| 2017-07-29 | Add Span to ast::WhereClause | topecongiro | -2/+3 |
| 2017-07-28 | syntax: Add `tokens: Option<TokenStream>` to Item | Alex Crichton | -2/+6 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -1/+0 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+2 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -2/+3 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -3/+8 |