| Age | Commit message (Expand) | Author | Lines |
| 2025-05-09 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -1/+4 |
| 2025-03-28 | Remove ScopeDepth entirely. | Mara Bos | -6/+4 |
| 2025-03-27 | Rollup merge of #138989 - m-ou-se:clean-up-things, r=jdonszelmann,dingxiangfe... | Jacob Pratt | -18/+13 |
| 2025-03-27 | Rollup merge of #138926 - nnethercote:less-kw-Empty-rustc_middle, r=lcnr | Jacob Pratt | -14/+8 |
| 2025-03-27 | Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obk | Stuart Cook | -4/+6 |
| 2025-03-27 | Rollup merge of #130883 - madsmtm:env-var-query, r=petrochenkov | Stuart Cook | -0/+46 |
| 2025-03-26 | Simplify RvalueCandidateType. | Mara Bos | -18/+13 |
| 2025-03-26 | Add `TyCtx::env_var_os` | Mads Marquart | -0/+46 |
| 2025-03-26 | Avoiding calling queries when collecting active queries | John Kåre Alsaker | -4/+6 |
| 2025-03-26 | Remove `kw::Empty` uses from `rustc_middle`. | Nicholas Nethercote | -14/+8 |
| 2025-03-26 | Ensure define_opaque is accounted for in HIR hash | Michael Goulet | -2/+8 |
| 2025-03-25 | Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errors | bors | -55/+64 |
| 2025-03-25 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -2/+26 |
| 2025-03-24 | Remove InstanceKind::generates_cgu_internal_copy | Ben Kimock | -55/+64 |
| 2025-03-24 | Rollup merge of #138821 - dianne:cleanup-non-scalar-compare, r=oli-obk | Matthias Krüger | -3/+3 |
| 2025-03-24 | Auto merge of #138629 - Zoxc:graph-anon-hashmap, r=oli-obk | bors | -1/+16 |
| 2025-03-23 | Remove STILL_FURTHER_SPECIALIZABLE special casing | Michael Goulet | -74/+15 |
| 2025-03-23 | Remove HAS_TY_COROUTINE | Michael Goulet | -1/+0 |
| 2025-03-23 | Visit coroutine kind ty in FlagComputation | Michael Goulet | -0/+1 |
| 2025-03-22 | Rollup merge of #138750 - oli-obk:decouple-hir-queries, r=fee1-dead | Matthias Krüger | -6/+5 |
| 2025-03-21 | match lowering cleanup: `non_scalar_compare` is only for `&str` | dianne | -3/+3 |
| 2025-03-20 | Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgr | bors | -5/+5 |
| 2025-03-20 | Make `crate_hash` not iterate over `hir_crate` owners anymore | Oli Scherer | -6/+5 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -5/+5 |
| 2025-03-20 | Auto merge of #133889 - compiler-errors:inh-unstable, r=Nadrieril | bors | -0/+16 |
| 2025-03-19 | Lower to a memset(undef) when Rvalue::Repeat repeats uninit | Ben Kimock | -2/+26 |
| 2025-03-19 | Auto merge of #138714 - matthiaskrgr:rollup-8uwbpwv, r=matthiaskrgr | bors | -2/+24 |
| 2025-03-19 | Pass in dep kind names to the duplicate dep node check | John Kåre Alsaker | -1/+16 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -2/+24 |
| 2025-03-19 | Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk | bors | -45/+19 |
| 2025-03-19 | Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgr | bors | -103/+2 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -5/+5 |
| 2025-03-19 | Rollup merge of #138670 - compiler-errors:remove-afidt, r=oli-obk | Matthias Krüger | -100/+1 |
| 2025-03-18 | Dont consider fields that are forced unstable due to -Zforce-unstable-if-unma... | Michael Goulet | -1/+8 |
| 2025-03-18 | Consider fields to be inhabited if they are unstable | Michael Goulet | -0/+9 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -100/+1 |
| 2025-03-18 | coverage: Don't store a body span in `FunctionCoverageInfo` | Zalathar | -3/+1 |
| 2025-03-18 | Rollup merge of #138635 - Zalathar:immediate-subpat, r=compiler-errors | Matthias Krüger | -46/+36 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -22/+22 |
| 2025-03-18 | Extract `for_each_immediate_subpat` from THIR pattern visitors | Zalathar | -46/+36 |
| 2025-03-17 | Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise... | bors | -0/+1 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -22/+22 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -22/+22 |
| 2025-03-17 | Rollup merge of #137465 - Zalathar:visit-primary, r=oli-obk | Matthias Krüger | -82/+7 |
| 2025-03-17 | Mark #[rustc_std_internal_symbol] as extern indicator | bjorn3 | -0/+1 |
| 2025-03-17 | Auto merge of #138595 - jhpratt:rollup-09pvfzu, r=jhpratt | bors | -24/+18 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -24/+18 |
| 2025-03-17 | Use `strip_{prefix|suffix}` instead of `{starts|ends}_with`+indexing | Yotam Ofek | -2/+2 |
| 2025-03-16 | Rollup merge of #138549 - scottmcm:option-ssa, r=saethlin | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-03-15 | Fix the OperandRef type for NullOp::{UbChecks,ContractChecks} | Scott McMurray | -0/+9 |