| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2138/+0 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -2/+4 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -2/+2 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -9/+9 |
| 2020-08-10 | Auto merge of #75127 - jyn514:impl-trait, r=pnkfelix | bors | -5/+12 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -5/+12 |
| 2020-08-07 | EXTREMELY hacky fix | Joshua Nelson | -2/+2 |
| 2020-08-03 | Revert to the old `impl Trait` behavior for everyone except rustdoc | Joshua Nelson | -2/+14 |
| 2020-08-03 | Fix async-std at the price of breaking half the test suite | Joshua Nelson | -7/+2 |
| 2020-08-01 | Rollup merge of #75022 - cuviper:sliced-rchunk, r=lcnr | Manish Goregaokar | -1/+1 |
| 2020-08-01 | Use a slice pattern instead of rchunks_exact(_).next() | Josh Stone | -1/+1 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -10/+5 |
| 2020-07-27 | add reuse_or_mk_predicate | Bastian Kauschke | -1/+1 |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -23/+25 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -8/+5 |
| 2020-07-27 | progress | Bastian Kauschke | -4/+1 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -35/+39 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -35/+39 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-02 | rustc_privacy: avoid using TypeckTables::empty for {Name,Type}PrivacyVisitor. | Eduard-Mihai Burtescu | -98/+58 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -5/+5 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -1/+1 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -12/+2 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -12/+2 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+1 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -1/+1 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -1/+1 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -4/+4 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -3/+1 |
| 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 |