| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-06-26 | Add `LazyTokenStream`. | Jeffrey Seyfried | -2/+2 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -1/+1 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -1/+0 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -0/+1 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -1/+11 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -1/+8 |
| 2017-04-15 | Implementation of the `vis` macro matcher. | Daniel Keep | -0/+1 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+10 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -1/+1 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -3/+4 |
| 2017-03-14 | Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakis | bors | -0/+1 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -3/+4 |
| 2017-03-12 | Rollup merge of #40369 - petrochenkov:segspan, r=eddyb | Corey Farwell | -1/+2 |
| 2017-03-11 | Add catch expr to AST and disallow catch as a struct name | Taylor Cramer | -0/+1 |
| 2017-03-10 | Give spans to individual path segments in AST | Vadim Petrochenkov | -1/+2 |
| 2017-03-10 | Avoid using `Mark` and `Invocation` for macro defs. | Jeffrey Seyfried | -2/+1 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -7/+4 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -18/+14 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -1/+0 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -7/+0 |