| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | resolve: Always resolve visibilities on impl items | Vadim Petrochenkov | -12/+12 |
| 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 | -60/+85 |
| 2019-12-09 | resolve: Cleanup some field processing code | Vadim Petrochenkov | -32/+31 |
| 2019-12-09 | resolve: Resolve visibilities on fields with non-builtin attributes | Vadim Petrochenkov | -4/+14 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -2/+4 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -4/+4 |
| 2019-12-06 | Use `to_option` in various places | varkor | -20/+5 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -14/+8 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -8/+3 |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -4/+5 |
| 2019-11-30 | move is_builtin_attr to syntax::attr | Mazdak Farrokhzad | -3/+1 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -3/+2 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -2/+4 |
| 2019-11-25 | Various cleanups | Esteban Küber | -2/+4 |
| 2019-11-25 | Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasper | bors | -9/+10 |
| 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 |