| Age | Commit message (Expand) | Author | Lines |
| 2020-01-17 | Change `next_point` when `shrink_to_hi` is more appropriate | Esteban Küber | -1/+1 |
| 2019-12-13 | Address review comments | Oliver Scherer | -1/+1 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -1/+5 |
| 2019-12-12 | Remove the `DelimSpan` from `NamedMatch::MatchedSeq`. | Nicholas Nethercote | -20/+11 |
| 2019-12-07 | Make `ForeignItem` an alias of `Item`. | Mazdak Farrokhzad | -0/+1 |
| 2019-12-06 | parse_meta: ditch parse_in_attr | Mazdak Farrokhzad | -5/+5 |
| 2019-12-06 | derive: avoid parse_in_attr | Mazdak Farrokhzad | -25/+62 |
| 2019-12-03 | Remove dead cfg method | Mark Rousskov | -1/+0 |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -2/+2 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -6/+6 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for attributes | Vadim Petrochenkov | -23/+9 |
| 2019-12-02 | syntax: Remove redundant span from `ast::Mac` | Vadim Petrochenkov | -4/+3 |
| 2019-12-02 | syntax: Introduce a struct `MacArgs` for macro arguments | Vadim Petrochenkov | -11/+2 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -13/+15 |
| 2019-11-30 | move is_builtin_attr to syntax::attr | Mazdak Farrokhzad | -2/+2 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -3/+5 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -1/+2 |
| 2019-11-25 | Tweak duplicate matcher binding error | Esteban Küber | -1/+2 |
| 2019-11-25 | Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasper | bors | -4/+23 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -1/+1 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -1/+1 |
| 2019-11-24 | rustc_plugin: Remove support for syntactic plugins | Vadim Petrochenkov | -2/+0 |
| 2019-11-24 | expand: Fully preserve visibilities on unnamed fields with attributes | Vadim Petrochenkov | -4/+23 |
| 2019-11-22 | Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov | Mazdak Farrokhzad | -4/+7 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -8/+3 |
| 2019-11-19 | Move syntax_expand::config to rustc_parse::config | Mark Rousskov | -367/+2 |
| 2019-11-16 | expand: Stop marking derive helper attributes as known | Vadim Petrochenkov | -34/+5 |
| 2019-11-11 | syntactically allow visibility on trait item & enum variant | Mazdak Farrokhzad | -4/+7 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -34/+34 |
| 2019-11-10 | move config.rs to libsyntax_expand | Mazdak Farrokhzad | -2/+2445 |
| 2019-11-09 | move attr meta grammar to parse::validate_atr + ast_validation | Mazdak Farrokhzad | -1/+3 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | move syntax::parse::lexer::comments -> syntax::util::comments | Mazdak Farrokhzad | -2/+2 |
| 2019-11-07 | move PResult to librustc_errors | Mazdak Farrokhzad | -4/+4 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -13/+14 |
| 2019-11-07 | Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkov | Mazdak Farrokhzad | -2/+15 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -1/+0 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -10/+12 |
| 2019-11-06 | Remove unnecessary `Deref` impl for `Attribute`. | Nicholas Nethercote | -6/+6 |
| 2019-11-06 | rollback gating for failing macro matchers | Mazdak Farrokhzad | -2/+15 |
| 2019-11-06 | legacy_directory_ownership -> error | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -3/+3 |
| 2019-11-06 | Rollup merge of #66086 - RalfJung:smallvec, r=nagisa | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov | Mazdak Farrokhzad | -12/+1 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #66054 - petrochenkov:delspan, r=estebank | Mazdak Farrokhzad | -20/+10 |
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -3/+3 |
| 2019-11-05 | Review feedback: Remove more stuff! Simplify simplify simplify! | Felix S. Klock II | -4/+3 |