| Age | Commit message (Expand) | Author | Lines |
| 2025-06-01 | Optionally don't steal the THIR | Nadrieril | -1/+2 |
| 2025-06-01 | Auto merge of #141731 - compiler-errors:tweak-fast-path-trait, r=lcnr | bors | -4/+2 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-05-30 | Move naked fn checks to hir_typeck | Oli Scherer | -5/+0 |
| 2025-05-30 | Change a per-module query to just run on the items it internally filters for | Oli Scherer | -4/+5 |
| 2025-05-30 | Rollup merge of #141703 - compiler-errors:deref-place, r=lcnr | Matthias Krüger | -36/+42 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -3/+35 |
| 2025-05-30 | Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -1/+1 |
| 2025-05-29 | Structurally normalize types as needed in projection_ty_core | Michael Goulet | -36/+42 |
| 2025-05-29 | Tweak fast path trait handling | Michael Goulet | -4/+2 |
| 2025-05-29 | Auto merge of #141716 - jhpratt:rollup-9bjrzfi, r=jhpratt | bors | -23/+5 |
| 2025-05-29 | Rollup merge of #141683 - compiler-errors:unsafe-binder-capture, r=oli-obk | Jacob Pratt | -0/+4 |
| 2025-05-29 | Rollup merge of #141682 - nia-e:fixup-alloc, r=RalfJung | Jacob Pratt | -1/+1 |
| 2025-05-29 | Rollup merge of #136429 - fmease:gci-fix-def-site-checks, r=BoxyUwU | Jacob Pratt | -22/+0 |
| 2025-05-29 | Auto merge of #141581 - lcnr:fold-clauses, r=compiler-errors | bors | -1/+40 |
| 2025-05-28 | get rid of rustc_codegen_ssa::common::AtomicOrdering | Ralf Jung | -1/+1 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -3/+35 |
| 2025-05-28 | Handle e2021 precise capturing of unsafe binder | Michael Goulet | -0/+4 |
| 2025-05-28 | interpret/allocation: make alloc fn be FnOnce | Nia Espera | -1/+1 |
| 2025-05-27 | Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwU | Trevor Gross | -2/+6 |
| 2025-05-27 | Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmease | Matthias Krüger | -46/+46 |
| 2025-05-27 | Drive-by: Delete dead TyCtxtEnsureOk::const_eval_poly | León Orell Valerian Liehr | -22/+0 |
| 2025-05-27 | Refactor the two-phase check for impls and impl items | Mu001999 | -1/+1 |
| 2025-05-27 | Fix some var names | Michael Goulet | -8/+8 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -44/+44 |
| 2025-05-27 | Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3 | Michael Goulet | -7/+50 |
| 2025-05-26 | Limit the size of cgu names when using the `-Zhuman-readable-cgu-names` option | Diggory Blake | -1/+26 |
| 2025-05-26 | add additional `TypeFlags` fast paths | lcnr | -1/+40 |
| 2025-05-27 | Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -19/+43 |
| 2025-05-27 | Rollup merge of #141433 - compiler-errors:unsafe-binder-captures, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -19/+43 |
| 2025-05-25 | hir_body_const_context should take LocalDefId | Michael Goulet | -2/+6 |
| 2025-05-24 | Rollup merge of #141511 - Noratrieb:codegen-fn-attrs, r=compiler-errors | Guillaume Gomez | -24/+21 |
| 2025-05-24 | Cleanup CodegenFnAttrFlags | Noratrieb | -24/+21 |
| 2025-05-24 | ScalarInt: support conversion with signed int types and cmp::Ordering | Ralf Jung | -7/+50 |
| 2025-05-23 | yeet `CanonicalVarInfo` | lcnr | -15/+18 |
| 2025-05-23 | Properly analyze captures from unsafe binders | Michael Goulet | -0/+3 |
| 2025-05-23 | Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors | bors | -3/+23 |
| 2025-05-22 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -37/+14 |
| 2025-05-22 | Review Comments | Boxy | -3/+7 |
| 2025-05-22 | Auto merge of #141135 - compiler-errors:fast-path-2, r=lcnr | bors | -2/+2 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -3/+19 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -37/+14 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -4/+4 |
| 2025-05-18 | Rollup merge of #140926 - azhogin:azhogin/async-drop-coroutine-layout-returns... | León Orell Valerian Liehr | -9/+22 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -4/+4 |
| 2025-05-18 | Fast path for sized pred | Michael Goulet | -2/+2 |
| 2025-05-17 | Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercote | bors | -2/+1 |
| 2025-05-17 | Auto merge of #141113 - matthiaskrgr:rollup-k7izuh8, r=matthiaskrgr | bors | -4/+2 |