| Age | Commit message (Expand) | Author | Lines |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+3 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-30 | Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`. | Nicholas Nethercote | -2/+2 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -53/+122 |
| 2020-01-21 | Auto merge of #68267 - estebank:lt-sugg, r=petrochenkov | bors | -39/+115 |
| 2020-01-19 | review comments | Esteban Küber | -76/+81 |
| 2020-01-19 | Deal with stabilization of `feature(slice_patterns)` | Esteban Küber | -1/+1 |
| 2020-01-19 | review comments: use closures | Esteban Küber | -52/+31 |
| 2020-01-19 | review comments | Esteban Küber | -3/+3 |
| 2020-01-19 | When encountering an expected named lifetime and none are present, suggest ad... | Esteban Küber | -10/+72 |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -6/+36 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -13/+0 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -5/+5 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -10/+10 |
| 2020-01-16 | resolve: Say "import" when reporting private imports | Vadim Petrochenkov | -0/+3 |
| 2020-01-16 | resolve: Point at the private item definitions in privacy errors | Vadim Petrochenkov | -9/+15 |
| 2020-01-16 | resolve: Move privacy error reporting into a separate method | Vadim Petrochenkov | -155/+166 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -5/+5 |
| 2020-01-15 | remove redundant clones, found by clippy | Matthias Krüger | -1/+1 |
| 2020-01-12 | Fix formatting ellipses at the end of some diagnostics | varkor | -1/+1 |
| 2020-01-12 | Add backticks in appropriate places | varkor | -3/+3 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -1/+1 |
| 2020-01-11 | Auto merge of #65912 - estebank:variants-orig, r=petrochenkov | bors | -3/+9 |
| 2020-01-11 | appease rustfmt | Mazdak Farrokhzad | -2/+2 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -15/+18 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | ./x.py fmt | Esteban Küber | -4/+5 |
| 2020-01-10 | Use `def_span` to minimize definition span to first line when possible | Esteban Küber | -1/+4 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -3/+5 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -27/+23 |
| 2020-01-09 | add CStore::item_generics_num_lifetimes | Mazdak Farrokhzad | -2/+2 |
| 2020-01-09 | rename a method in Resolver trait | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | lowering: remove dep on CrateStore | Mazdak Farrokhzad | -3/+7 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -6/+18 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -72/+60 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -28/+30 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -3/+3 |
| 2020-01-04 | Auto merge of #67803 - Centril:librustc_hir, r=Zoxc | bors | -31/+28 |
| 2020-01-04 | Rollup merge of #67775 - mental32:master, r=Dylan-DPC | Dylan DPC | -5/+1 |
| 2020-01-04 | extract Export, ExportMap from hir::def | Mazdak Farrokhzad | -2/+5 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -4/+3 |
| 2020-01-04 | move Node{Map,Set} -> rustc_session::node_id | Mazdak Farrokhzad | -3/+4 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -25/+20 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -12/+12 |
| 2020-01-04 | Rollup merge of #66913 - VirrageS:help-self, r=varkor,Centril | Mazdak Farrokhzad | -1/+56 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -8/+8 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -3/+3 |