| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Rename `struct_lint_level` as `lint_level`. | Nicholas Nethercote | -6/+6 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::emit_lint` as `TyCtxt::emit_node_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -1/+1 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-19 | Fix `Stable` trait and its impls to work with the new `with_tables` | Oli Scherer | -1/+22 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -0/+6 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -1/+1 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -1/+1 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+7 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -3/+12 |
| 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 |