| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJung | Matthias Krüger | -2/+5 |
| 2025-07-18 | Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgr | bors | -7/+37 |
| 2025-07-18 | Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errors | Matthias Krüger | -7/+37 |
| 2025-07-18 | Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk | bors | -7/+29 |
| 2025-07-17 | Auto merge of #141762 - compiler-errors:witnesser, r=lcnr | bors | -11/+7 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -2/+5 |
| 2025-07-17 | Eagerly unify coroutine witness in old solver | Michael Goulet | -11/+7 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -2/+2 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -2/+2 |
| 2025-07-17 | Rollup merge of #143922 - nnethercote:join_path, r=petrochenkov | León Orell Valerian Liehr | -1/+1 |
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -1/+1 |
| 2025-07-17 | Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU | bors | -0/+12 |
| 2025-07-17 | Use `join_path_syms` in one more place. | Nicholas Nethercote | -1/+1 |
| 2025-07-16 | use `codegen_instance_attrs` where an instance is (easily) available | Folkert de Vries | -8/+18 |
| 2025-07-16 | add `codegen_instance_attrs` query | Folkert de Vries | -0/+20 |
| 2025-07-16 | resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res` | Vadim Petrochenkov | -3/+1 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -1/+1 |
| 2025-07-15 | Add alias for ArgOutlivesPredicate | Michael Goulet | -10/+10 |
| 2025-07-15 | Consider outlives assumptions when proving auto traits for coroutine interiors | Michael Goulet | -3/+8 |
| 2025-07-15 | Deduce outlives obligations from WF of coroutine interior types | Michael Goulet | -1/+12 |
| 2025-07-15 | Add outlives to CoroutineWitnessTypes | Michael Goulet | -0/+6 |
| 2025-07-15 | Implement other logics | tiif | -0/+5 |
| 2025-07-15 | Add the core logic in old and new solvers | tiif | -0/+7 |
| 2025-07-15 | Define datastructures for `#[cfg]` attribute, move StrippedCfgItem | Jonathan Brouwer | -5/+4 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -2/+2 |
| 2025-07-13 | Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors | bors | -5/+19 |
| 2025-07-13 | Generalize TyCtxt::item_name. | Camille GILLOT | -5/+9 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -0/+10 |
| 2025-07-13 | Rollup merge of #143634 - nia-e:init-and-wildcards, r=RalfJung | Matthias Krüger | -24/+37 |
| 2025-07-12 | Clean up implementation of RPITIT assoc item lowering | Michael Goulet | -23/+27 |
| 2025-07-13 | query RPITIT in a trait or impl | bohan | -16/+25 |
| 2025-07-13 | compute all rpitit of a trait | bohan | -0/+6 |
| 2025-07-12 | Port `#[automatically_derived]` to the new attribute parsing infrastructure | Jonathan Brouwer | -2/+2 |
| 2025-07-11 | Rollup merge of #143769 - tmiasko:rm-backward-switch-int, r=lqd | Matthias Krüger | -39/+1 |
| 2025-07-11 | Rollup merge of #143716 - workingjubilee:document-some-codegen-backend-stuff,... | Matthias Krüger | -8/+6 |
| 2025-07-11 | Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmann | Matthias Krüger | -13/+11 |
| 2025-07-11 | Remove support for SwitchInt edge effects in backward dataflow analyses | Tomasz Miąsko | -39/+1 |
| 2025-07-11 | Auto merge of #142911 - mejrs:unsized, r=compiler-errors | bors | -0/+4 |
| 2025-07-10 | Rollup merge of #143744 - fmease:lta-expand-proper-depth, r=compiler-errors | Trevor Gross | -2/+4 |
| 2025-07-10 | Properly track the depth when expanding free alias types | León Orell Valerian Liehr | -2/+4 |
| 2025-07-10 | interpret/allocation: expose init + write_wildcards on a range | Nia Espera | -24/+37 |
| 2025-07-09 | compiler: recomment `needs_fn_once_adapter_shim` | Jubilee Young | -8/+6 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -5/+32 |
| 2025-07-09 | Port `#[rustc_coherence_is_core]` to the new attribute system | Pavel Grigorenko | -2/+3 |
| 2025-07-09 | Port `#[fundamental]` to the new attribute system | Pavel Grigorenko | -2/+1 |
| 2025-07-09 | Port `#[type_const]` to the new attribute system | Pavel Grigorenko | -2/+3 |
| 2025-07-09 | Port `#[const_trait]` to the new attribute system | Pavel Grigorenko | -7/+4 |
| 2025-07-08 | Error on moving unsized values rather than ICE'ing | mejrs | -0/+4 |
| 2025-07-08 | Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgr | bors | -7/+2 |
| 2025-07-08 | Rollup merge of #143571 - lcnr:has_nested-bb, r=compiler-errors | Matthias Krüger | -7/+2 |