| Age | Commit message (Expand) | Author | Lines |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -2/+2 |
| 2018-04-30 | Auto merge of #50092 - abonander:issue-49934, r=petrochenkov | bors | -1/+1 |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -1/+1 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-18 | Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton | bors | -2/+2 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -6/+1 |
| 2018-04-12 | Change the hashcounts in raw `Lit` variants from usize to u16. | Nicholas Nethercote | -2/+2 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -16/+8 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -9/+7 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -12/+8 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -1/+1 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -0/+3 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+3 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -3/+0 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -0/+7 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -1/+1 |
| 2018-03-17 | Add some docs + Fix rebase | Vadim Petrochenkov | -0/+6 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -9/+8 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -3/+14 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -1/+1 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -0/+19 |
| 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 | -1/+3 |
| 2018-02-27 | add lint to detect ignored generic bounds; this subsumes the previous 'generi... | Ralf Jung | -0/+19 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -2/+2 |
| 2018-02-23 | Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkov | bors | -2/+4 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -3/+5 |
| 2018-02-18 | Add a span field to Visibility::Restricted | Seiichi Uchida | -1/+1 |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -1/+0 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -6/+18 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+8 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -6/+18 |
| 2018-01-15 | Move `ExprPrecedence` to `libsyntax/util/parser.rs` | Esteban Küber | -135/+1 |
| 2018-01-15 | Use single source of truth for expr precedence | Esteban Küber | -0/+180 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -6/+1 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -6/+6 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -2/+2 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+1 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+1 |
| 2017-12-21 | Auto merge of #45930 - jplatte:generics_refactoring, r=eddyb | bors | -18/+43 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -18/+43 |
| 2017-12-20 | Move impls for qpath recovery trait from `ast.rs` | Vadim Petrochenkov | -56/+25 |
| 2017-12-17 | syntax: recovery for incorrect associated item paths like `[T; N]::clone` | Vadim Petrochenkov | -0/+94 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -0/+5 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -37/+10 |