| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -1/+1 |
| 2019-11-04 | Auto merge of #66078 - petrochenkov:gateout, r=Centril | bors | -16/+50 |
| 2019-11-04 | expand: Feature gate out-of-line modules in proc macro input | Vadim Petrochenkov | -16/+50 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -2/+2 |
| 2019-11-03 | syntax: Avoid span arithmetics for delimiter tokens | Vadim Petrochenkov | -20/+10 |
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -1/+1 |
| 2019-10-30 | caller_location: point to macro invocation sites, like file!/line!. | Eduard-Mihai Burtescu | -12/+1 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -95/+4 |
| 2019-10-27 | syntax/attr: reduce reliance on parser | Mazdak Farrokhzad | -1/+8 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -1/+1 |
| 2019-10-19 | Avoid ICE when include! is used by stdin crate | Nika Layzell | -5/+19 |
| 2019-10-19 | Fix rebase | Vadim Petrochenkov | -1/+2 |
| 2019-10-19 | expand: Simplify expansion of derives | Vadim Petrochenkov | -23/+24 |
| 2019-10-16 | mbe: leave a FIXME | Mazdak Farrokhzad | -0/+3 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -0/+8388 |