| Age | Commit message (Expand) | Author | Lines |
| 2019-11-07 | move syntax::{parse::literal -> util::literal} | Mazdak Farrokhzad | -4/+2 |
| 2019-11-07 | move syntax::parse::lexer::comments -> syntax::util::comments | Mazdak Farrokhzad | -25/+27 |
| 2019-11-07 | syntax::attr: remove usage of lexer | Mazdak Farrokhzad | -5/+11 |
| 2019-11-07 | move parse::classify -> util::classify | Mazdak Farrokhzad | -5/+6 |
| 2019-11-07 | move PResult to librustc_errors | Mazdak Farrokhzad | -36/+33 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -26/+26 |
| 2019-11-07 | move unescape_error_reporting to lexer/ | Mazdak Farrokhzad | -2/+2 |
| 2019-11-07 | syntax: simplify imports | Mazdak Farrokhzad | -5/+6 |
| 2019-11-07 | move parse/parser.rs -> parse/parser/mod.rs | Mazdak Farrokhzad | -0/+0 |
| 2019-11-07 | Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkov | Mazdak Farrokhzad | -71/+77 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -155/+174 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -52/+63 |
| 2019-11-07 | parser: allow ABIs from literal macro fragments | Mazdak Farrokhzad | -22/+33 |
| 2019-11-07 | cleanup can_begin_const_arg | Mazdak Farrokhzad | -3/+1 |
| 2019-11-07 | parser: don't hardcode ABIs into grammar | Mazdak Farrokhzad | -84/+83 |
| 2019-11-07 | Auto merge of #66175 - JohnTitor:rollup-ihqk5vn, r=JohnTitor | bors | -11/+10 |
| 2019-11-07 | Rollup merge of #65794 - Centril:unimpl-internal, r=varkor | Yuki Okushi | -11/+10 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -77/+153 |
| 2019-11-06 | Remove unnecessary `Deref` impl for `Attribute`. | Nicholas Nethercote | -23/+17 |
| 2019-11-06 | rollback gating for failing macro matchers | Mazdak Farrokhzad | -4/+13 |
| 2019-11-06 | revamp pre-expansion gating infra | Mazdak Farrokhzad | -68/+65 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -11/+10 |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -8/+8 |
| 2019-11-06 | Rollup merge of #66086 - RalfJung:smallvec, r=nagisa | Mazdak Farrokhzad | -2/+2 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -12/+12 |
| 2019-11-06 | Rollup merge of #66098 - estebank:path-asciption-typo, r=Centril | Mazdak Farrokhzad | -4/+12 |
| 2019-11-06 | Rollup merge of #66068 - euclio:null-emitter, r=estebank | Mazdak Farrokhzad | -1/+7 |
| 2019-11-06 | Rollup merge of #66054 - petrochenkov:delspan, r=estebank | Mazdak Farrokhzad | -17/+7 |
| 2019-11-06 | Rollup merge of #65892 - pnkfelix:trim-special-derives, r=petrochenkov | Mazdak Farrokhzad | -10/+0 |
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -8/+8 |
| 2019-11-05 | Account for typo in turbofish and suggest `::` | Esteban Küber | -4/+10 |
| 2019-11-05 | Review feedback: Remove more stuff! Simplify simplify simplify! | Felix S. Klock II | -8/+0 |
| 2019-11-05 | Remove `PartialEq` and `Eq` from the `SpecialDerives`. | Felix S. Klock II | -2/+0 |
| 2019-11-05 | Rollup merge of #66025 - petrochenkov:lohi, r=eddyb | Pietro Albini | -14/+6 |
| 2019-11-04 | Detect `::` -> `:` typo when involving turbofish | Esteban Küber | -1/+3 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -2/+2 |
| 2019-11-03 | use silent emitter for rustdoc highlighting pass | Andy Russell | -1/+7 |
| 2019-11-04 | Auto merge of #65838 - estebank:resilient-recovery, r=Centril | bors | -48/+96 |
| 2019-11-03 | syntax: Avoid span arithmetics for delimiter tokens | Vadim Petrochenkov | -17/+7 |
| 2019-11-02 | Auto merge of #66004 - eddyb:revert-early-gate, r=petrochenkov | bors | -2/+110 |
| 2019-11-02 | Remove the `AsRef` impl for `SymbolStr`. | Nicholas Nethercote | -4/+4 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -5/+5 |
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -3/+3 |
| 2019-11-01 | `Span` cannot represent `span.hi < span.lo` | Vadim Petrochenkov | -14/+6 |
| 2019-11-01 | Rollup merge of #65995 - GuillaumeGomez:add-err-code-E0743, r=estebank | Tyler Mandry | -3/+19 |
| 2019-10-31 | syntax: disable the new early feature-gatings added in #65742. | Eduard-Mihai Burtescu | -0/+15 |
| 2019-10-31 | Revert "pre-expansion gate trait_alias." | Eduard-Mihai Burtescu | -0/+9 |
| 2019-10-31 | Revert "pre-expansion gate associated_type_bounds" | Eduard-Mihai Burtescu | -1/+14 |
| 2019-10-31 | Revert "pre-expansion gate crate_visibility_modifier" | Eduard-Mihai Burtescu | -0/+8 |
| 2019-10-31 | Revert "pre-expansion gate const_generics" | Eduard-Mihai Burtescu | -1/+11 |