| Age | Commit message (Expand) | Author | Lines |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -1/+1 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -5/+6 |
| 2023-12-02 | fix an ICE when a valtree failed to evaluate | Ralf Jung | -2/+10 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -16/+18 |
| 2023-12-02 | Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -14/+16 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -0/+17 |
| 2023-11-28 | Add with_opt_const_effect_param helper, simplify | Michael Goulet | -0/+17 |
| 2023-11-28 | Fix PartialEq args when #[const_trait] is enabled | Michael Goulet | -0/+34 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -3/+5 |
| 2023-11-27 | Rollup merge of #118340 - compiler-errors:tweaks, r=lqd | Takayuki Maeda | -10/+10 |
| 2023-11-26 | Use helpers | Michael Goulet | -10/+10 |
| 2023-11-26 | Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot | bors | -0/+7 |
| 2023-11-26 | Remove Upvar duplication | Mark Rousskov | -0/+7 |
| 2023-11-26 | Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez | bors | -15/+20 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -15/+20 |
| 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 | -15/+20 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -6/+6 |
| 2023-11-25 | Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay | Michael Goulet | -1/+1 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -59/+0 |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -1/+1 |
| 2023-11-25 | Remove mir::Const::from_anon_const | Michael Goulet | -0/+4 |
| 2023-11-24 | Separate Nan/Inf floats with _ | Michael Goulet | -2/+5 |
| 2023-11-24 | Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercote | bors | -32/+81 |
| 2023-11-23 | few more | klensy | -17/+0 |
| 2023-11-23 | remove unused pub fn | klensy | -42/+0 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -0/+4 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -32/+81 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -12/+0 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -0/+2 |
| 2023-11-22 | Auto merge of #117582 - compiler-errors:uplift-canonical-var, r=jackh726 | bors | -7/+44 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -34/+32 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -12/+0 |
| 2023-11-21 | Uplift CanonicalVarInfo and friends | Michael Goulet | -0/+42 |
| 2023-11-21 | Uplift BoundVar | Michael Goulet | -7/+2 |
| 2023-11-21 | Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgr | bors | -82/+7 |
| 2023-11-20 | Rollup merge of #117851 - compiler-errors:uplift-infer-const, r=spastorino | Matthias Krüger | -81/+5 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -0/+1 |
| 2023-11-20 | Uplift InferConst to rustc_type_ir | Michael Goulet | -77/+2 |
| 2023-11-20 | Use InferTy from rustc_type_ir unconditionally | Michael Goulet | -4/+3 |
| 2023-11-19 | Add documentation for some queries | Nilstrieb | -1/+2 |
| 2023-11-17 | Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwU | bors | -9/+13 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -0/+22 |
| 2023-11-17 | rename bound region instantiation | lcnr | -9/+13 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -10/+1 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -80/+85 |
| 2023-11-14 | Auto merge of #117849 - compiler-errors:cycle, r=cjgillot | bors | -5/+5 |