| Age | Commit message (Expand) | Author | Lines |
| 2020-04-27 | Accept `LocalDefId` as key for `check_mod_privacy` query | marmeladema | -9/+9 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -5/+4 |
| 2020-04-24 | Split out the `Generator` case from `DefKind::Closure`. | Eduard-Mihai Burtescu | -3/+4 |
| 2020-04-24 | add a few more DefKinds | mark | -3/+13 |
| 2020-04-23 | Address comments from review | marmeladema | -10/+6 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -11/+10 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -15/+26 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -9/+12 |
| 2020-04-14 | Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id table | marmeladema | -1/+6 |
| 2020-04-14 | Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddyb | bors | -2/+2 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -2/+2 |
| 2020-04-13 | Remove usage of `DUMMY_HIR_ID` in some visitors | marmeladema | -4/+4 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in get_parent_did | marmeladema | -3/+4 |
| 2020-04-07 | fix another ICE | mark | -1/+1 |
| 2020-04-07 | fix abuses of tykind::err | mark | -1/+7 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -37/+31 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -7/+7 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -7/+7 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-27 | Rollup merge of #70344 - Centril:hir-pretty, r=eddyb | Dylan DPC | -6/+10 |
| 2020-03-24 | fmt | Jeremy Stucki | -1/+1 |
| 2020-03-24 | decouple rustc_hir::print from crate | Mazdak Farrokhzad | -6/+10 |
| 2020-03-23 | Increase verbosity when using update syntax | Jeremy Stucki | -4/+11 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -4/+12 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -2/+3 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+2 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -3/+2 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -1/+1 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -13/+13 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -13/+13 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -1/+1 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -2/+2 |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -1/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Add a `parent_module_from_def_id` query | John Kåre Alsaker | -1/+1 |
| 2020-02-29 | remove unneeded .as_ref() calls. | Matthias Krüger | -1/+1 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -4/+4 |
| 2020-02-11 | Run RustFmt | jumbatm | -11/+13 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -14/+15 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+2 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2020-01-20 | Track constness while lowering bounds | Dylan MacKenzie | -1/+1 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -1/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -3/+0 |