| Age | Commit message (Expand) | Author | Lines |
| 2019-11-24 | Auto merge of #66647 - petrochenkov:nosynt, r=Centril | bors | -10/+5 |
| 2019-11-24 | Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj | bors | -3/+4 |
| 2019-11-24 | rustc_plugin: Remove support for syntactic plugins | Vadim Petrochenkov | -10/+5 |
| 2019-11-24 | expand: Fully preserve visibilities on unnamed fields with attributes | Vadim Petrochenkov | -0/+3 |
| 2019-11-24 | def_collector: Do not forget to save indices of fields with multiple attributes | Vadim Petrochenkov | -9/+7 |
| 2019-11-23 | review comments | Esteban Küber | -1/+1 |
| 2019-11-23 | Rework raw ident suggestions | Esteban Küber | -3/+4 |
| 2019-11-23 | Move def collector from `rustc` to `rustc_resolve` | Vadim Petrochenkov | -3/+358 |
| 2019-11-22 | resolve: more declarative fresh_binding | Mazdak Farrokhzad | -15/+7 |
| 2019-11-20 | Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkov | bors | -0/+54 |
| 2019-11-18 | resolve: late: Check if type arg is really a const arg | Gabriel Smith | -0/+46 |
| 2019-11-18 | resolve: Allow idents to resolve to primitives in the type namespace | Gabriel Smith | -0/+8 |
| 2019-11-19 | resolve: Give derive helpers highest priority during resolution | Vadim Petrochenkov | -9/+16 |
| 2019-11-17 | Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper | Yuki Okushi | -23/+1 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -23/+1 |
| 2019-11-16 | expand: Stop marking derive helper attributes as known | Vadim Petrochenkov | -0/+3 |
| 2019-11-16 | resolve: Introduce a new scope for derive helpers | Vadim Petrochenkov | -7/+54 |
| 2019-11-16 | resolve: `Scope::DeriveHelpers` -> `Scope::DeriveHelpersCompat` | Vadim Petrochenkov | -6/+6 |
| 2019-11-15 | Rollup merge of #66197 - Centril:transparent-ast, r=varkor | Tyler Mandry | -20/+6 |
| 2019-11-15 | Don't warn labels beginning with `_` | Yuki Okushi | -1/+3 |
| 2019-11-14 | TAIT: adjust resolve | Mazdak Farrokhzad | -20/+6 |
| 2019-11-14 | Clean some error codes diagnostics | Guillaume Gomez | -5/+5 |
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -2048/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -1/+13 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -81/+101 |
| 2019-11-09 | Inline reserve_node_ids | Mark Rousskov | -13/+5 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -4/+27 |
| 2019-11-09 | Address review comments | Vadim Petrochenkov | -4/+5 |
| 2019-11-09 | resolve: Factor out some common binding creation functionality | Vadim Petrochenkov | -29/+14 |
| 2019-11-09 | resolve: Remove some bits relevant only to legacy plugins | Vadim Petrochenkov | -22/+11 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -24/+2 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -20/+87 |
| 2019-11-08 | Rollup merge of #66188 - Centril:fnsig, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -30/+8 |
| 2019-11-08 | ast::ItemKind::Fn: use ast::FnSig | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -3/+5 |
| 2019-11-06 | Remove unnecessary `Deref` impl for `Attribute`. | Nicholas Nethercote | -2/+5 |
| 2019-11-06 | duplicate_macro_exports -> error | Mazdak Farrokhzad | -11/+7 |
| 2019-11-06 | legacy_ctor_visibility -> error | Mazdak Farrokhzad | -19/+1 |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -4/+4 |
| 2019-11-06 | Rollup merge of #66086 - RalfJung:smallvec, r=nagisa | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -1/+1 |
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -4/+4 |
| 2019-11-05 | Review feedback: alpha-rename field from `copy_derives` to `containers_dervin... | Felix S. Klock II | -4/+4 |
| 2019-11-05 | Review feedback: Remove more stuff! Simplify simplify simplify! | Felix S. Klock II | -19/+7 |
| 2019-11-05 | Remove `PartialEq` and `Eq` from the `SpecialDerives`. | Felix S. Klock II | -2/+0 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -1/+1 |
| 2019-11-03 | Delete lint buffer from Session | Mark Rousskov | -4/+7 |
| 2019-11-03 | Utilize Resolver lint buffer during HIR lowering | Mark Rousskov | -0/+4 |