| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov | Mazdak Farrokhzad | -2/+4 |
| 2019-12-09 | resolve: Make visibility resolution more speculative | Vadim Petrochenkov | -0/+9 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -2/+4 |
| 2019-12-06 | Use `to_option` in various places | varkor | -0/+1 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -2/+1 |
| 2019-11-24 | Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj | bors | -3/+4 |
| 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 | -0/+1 |
| 2019-11-18 | resolve: Allow idents to resolve to primitives in the type namespace | Gabriel Smith | -0/+8 |
| 2019-11-17 | Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper | Yuki Okushi | -7/+1 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -7/+1 |
| 2019-11-16 | resolve: Introduce a new scope for derive helpers | Vadim Petrochenkov | -6/+24 |
| 2019-11-16 | resolve: `Scope::DeriveHelpers` -> `Scope::DeriveHelpersCompat` | Vadim Petrochenkov | -4/+4 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -1/+2 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -11/+16 |
| 2019-11-09 | Inline reserve_node_ids | Mark Rousskov | -13/+5 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -2/+25 |
| 2019-11-09 | Address review comments | Vadim Petrochenkov | -1/+1 |
| 2019-11-09 | resolve: Remove some bits relevant only to legacy plugins | Vadim Petrochenkov | -3/+0 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -8/+16 |
| 2019-11-05 | Review feedback: alpha-rename field from `copy_derives` to `containers_dervin... | Felix S. Klock II | -2/+2 |
| 2019-11-05 | Review feedback: Remove more stuff! Simplify simplify simplify! | Felix S. Klock II | -14/+3 |
| 2019-11-05 | Remove `PartialEq` and `Eq` from the `SpecialDerives`. | Felix S. Klock II | -2/+0 |
| 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 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -6/+10 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -5/+6 |
| 2019-10-24 | Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r... | Mazdak Farrokhzad | -13/+2 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -9/+15 |
| 2019-10-24 | rustc: Combine resolver outputs into a single struct | Vadim Petrochenkov | -33/+29 |
| 2019-10-24 | resolve: Privatize all resolver fields | Vadim Petrochenkov | -10/+54 |
| 2019-10-22 | Remove "type parameter depends on const parameter" error from resolution | varkor | -13/+2 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -8/+6 |
| 2019-10-15 | Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov | Tyler Mandry | -5/+33 |
| 2019-10-15 | Don't use `gensym_if_underscore` to resolve `_` bindings | Matthew Jasper | -5/+33 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -1/+4 |
| 2019-10-14 | rustc_metadata: Crate loader is immutable | Vadim Petrochenkov | -2/+2 |
| 2019-10-14 | rustc_metadata: Privatize private code and remove dead code | Vadim Petrochenkov | -1/+1 |
| 2019-10-14 | Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+3 |
| 2019-10-13 | Rollup merge of #65250 - da-x:ctor-in-error-msgs, r=petrochenkov | Mazdak Farrokhzad | -11/+23 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -2/+3 |
| 2019-10-11 | resolve: shorten wording on private constructor error | Dan Aloni | -1/+1 |
| 2019-10-11 | resolve: fix error title regarding private constructors | Dan Aloni | -10/+22 |
| 2019-10-11 | Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin | bors | -1/+0 |
| 2019-10-10 | Auto merge of #65153 - da-x:issue-58017, r=petrochenkov | bors | -19/+14 |
| 2019-10-09 | resolve: Use field spans for reporting the private constructor error | Vadim Petrochenkov | -18/+12 |
| 2019-10-09 | resolve: Keep field spans for diagnostics | Vadim Petrochenkov | -1/+2 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -0/+3 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |