| Age | Commit message (Expand) | Author | Lines |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -113/+43 |
| 2025-07-19 | Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgr | bors | -95/+186 |
| 2025-07-18 | Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJung | Matthias Krüger | -95/+186 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -24/+24 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -6/+7 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -79/+170 |
| 2025-07-17 | Check stability attributes are compatible in `check_unused_or_stable_features`. | Camille GILLOT | -24/+24 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -16/+16 |
| 2025-07-17 | Make slices `[const] PartialEq` | Oli Scherer | -2/+2 |
| 2025-07-17 | Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease | bors | -8/+8 |
| 2025-07-17 | Make `derive_const` usable within libcore again | Oli Scherer | -4/+5 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -8/+8 |
| 2025-07-17 | Rollup merge of #143975 - RalfJung:type-id-eq, r=oli-obk | Matthias Krüger | -10/+9 |
| 2025-07-17 | Rollup merge of #144016 - davidtwco:sized-hierarchy-temp-pseudo-revert, r=lcnr | León Orell Valerian Liehr | -33/+9 |
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -26/+201 |
| 2025-07-16 | Rollup merge of #143921 - oli-obk:const-index, r=fee1-dead | Samuel Tardieu | -16/+30 |
| 2025-07-16 | Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obk | Samuel Tardieu | -10/+10 |
| 2025-07-16 | const heap: fix ICE on forgotten make_global | Ralf Jung | -12/+5 |
| 2025-07-16 | trait_sel: `MetaSized` always holds temporarily | David Wood | -33/+9 |
| 2025-07-16 | type_id_eq: check that the hash fully matches the type | Ralf Jung | -10/+9 |
| 2025-07-16 | Comment more code and make tests clearer | Deadbeef | -11/+24 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -8/+177 |
| 2025-07-15 | Rollup merge of #143736 - oli-obk:uninspectable-type-id, r=RalfJung | Samuel Tardieu | -3/+42 |
| 2025-07-15 | constify `Index` trait and its slice impls | Oli Scherer | -9/+22 |
| 2025-07-15 | constify some methods using `SliceIndex` | Oli Scherer | -7/+8 |
| 2025-07-14 | Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors | Jakub Beránek | -3/+3 |
| 2025-07-14 | Give all bytes of TypeId provenance | Oli Scherer | -3/+42 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -3/+3 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -7/+4 |
| 2025-07-13 | Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errors | León Orell Valerian Liehr | -14/+15 |
| 2025-07-11 | fix PartialEq const feature name and const_cmp tracking issue | Ralf Jung | -14/+15 |
| 2025-07-11 | Rollup merge of #143302 - Kivooeo:tf27, r=tgross35 | Matthias Krüger | -0/+26 |
| 2025-07-10 | Rollup merge of #143742 - estebank:borrow-suggestion, r=compiler-errors | Trevor Gross | -4/+16 |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -202/+5 |
| 2025-07-10 | Rework borrowing suggestions to use `Expr` instead of just `Span` | Esteban Küber | -4/+16 |
| 2025-07-10 | cleaned up some tests | Kivooeo | -2/+4 |
| 2025-07-09 | miri: fix out-of-bounds error for ptrs with negative offsets | Ralf Jung | -10/+10 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -23/+125 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -202/+5 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -7/+7 |
| 2025-07-01 | Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomez | bors | -0/+21 |
| 2025-07-01 | moved tests | Kivooeo | -0/+24 |
| 2025-07-01 | Rollup merge of #143212 - Kivooeo:tf20, r=tgross35 | Guillaume Gomez | -0/+21 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -9/+9 |
| 2025-07-01 | cleaned up some tests | Kivooeo | -5/+7 |
| 2025-06-30 | Don't look at static items' HIR for wfcheck | Oli Scherer | -8/+8 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -1/+1 |
| 2025-06-30 | Remove the nullary intrinsic const eval logic and treat them like other intri... | Oli Scherer | -1/+1 |
| 2025-06-30 | moved tests | Kivooeo | -0/+19 |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -34/+34 |