| Age | Commit message (Expand) | Author | Lines |
| 2023-12-20 | resolve: Eagerly feed closure visibilities | Vadim Petrochenkov | -4/+21 |
| 2023-12-15 | Fix comments | Michael Goulet | -4/+0 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -8/+6 |
| 2023-12-15 | Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726 | Matthias Krüger | -8/+1 |
| 2023-12-14 | Move special methods from ClosureKind back into rustc | Michael Goulet | -24/+0 |
| 2023-12-14 | rename `-Ztrait-solver` to `-Znext-solver` | lcnr | -6/+2 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -1/+4 |
| 2023-12-13 | global param_env canonicalization cache | Ali MJ Al-Nasrawy | -1/+4 |
| 2023-12-12 | Uplift TypeAndMut | Michael Goulet | -8/+1 |
| 2023-12-12 | Uplift ClosureKind | Michael Goulet | -0/+24 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -6/+5 |
| 2023-12-09 | Auto merge of #118763 - matthiaskrgr:rollup-mgyf5hp, r=matthiaskrgr | bors | -0/+25 |
| 2023-12-08 | Rollup merge of #117586 - compiler-errors:the-canonicalizer, r=lcnr | Matthias Krüger | -0/+25 |
| 2023-12-08 | Auto merge of #117681 - Zoxc:tcx-sync, r=compiler-errors | bors | -1/+13 |
| 2023-12-08 | Feedback | Michael Goulet | -21/+10 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -0/+36 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -1/+6 |
| 2023-12-07 | Explicitly implement `DynSync` and `DynSend` for `TyCtxt` | John Kåre Alsaker | -1/+13 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -0/+1 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -1/+1 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -1/+2 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -2/+4 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -0/+5 |
| 2023-11-26 | Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez | bors | -0/+4 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -0/+4 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -0/+4 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -0/+4 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -2/+2 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -0/+4 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -8/+44 |
| 2023-11-20 | Uplift InferConst to rustc_type_ir | Michael Goulet | -1/+0 |
| 2023-11-20 | Use InferTy from rustc_type_ir unconditionally | Michael Goulet | -4/+3 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -10/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -19/+15 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -2/+2 |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -1/+1 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -4/+4 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -1/+12 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+11 |
| 2023-10-25 | Rollup merge of #117008 - compiler-errors:canonical, r=lcnr | Matthias Krüger | -1/+2 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -1/+2 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -0/+10 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -2/+15 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -1/+1 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -0/+10 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -2/+15 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -3/+3 |
| 2023-10-20 | Adjust imports | Michael Goulet | -1/+1 |
| 2023-10-19 | Uplift movability and mutability, the simple way | Michael Goulet | -7/+1 |