| Age | Commit message (Expand) | Author | Lines |
| 2025-08-08 | Rollup merge of #144649 - estebank:issue-144602, r=lcnr | Trevor Gross | -0/+2 |
| 2025-08-08 | Rollup merge of #144914 - estebank:short-paths-2, r=fee1-dead | Stuart Cook | -9/+9 |
| 2025-08-08 | Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxu | Stuart Cook | -0/+16 |
| 2025-08-07 | Do not provide field typo suggestions for tuples and tuple structs | Esteban Küber | -5/+1 |
| 2025-08-07 | Account for bare tuples in field searching logic | Esteban Küber | -0/+6 |
| 2025-08-07 | Rollup merge of #144133 - oli-obk:stabilize-const-type-id, r=lcnr | Stuart Cook | -16/+10 |
| 2025-08-06 | Add support for shortening `Instance` and use it | Esteban Küber | -9/+9 |
| 2025-08-05 | comments | Kivooeo | -0/+2 |
| 2025-08-05 | moved 35 tests to organized locations | Kivooeo | -0/+14 |
| 2025-08-04 | Rehome tests/ui/issues/ tests [3/?] | Oneirical | -0/+29 |
| 2025-07-27 | Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obk | Matthias Krüger | -32/+4 |
| 2025-07-26 | Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxu | Trevor Gross | -13/+22 |
| 2025-07-25 | Check statics' type in type_of. | Camille GILLOT | -32/+4 |
| 2025-07-24 | Rollup merge of #144014 - dianne:edition-guide-links, r=estebank | León Orell Valerian Liehr | -3/+3 |
| 2025-07-23 | Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJung | Matthias Krüger | -0/+31 |
| 2025-07-23 | Add `ignore-backends` annotations in failing GCC backend ui tests | Guillaume Gomez | -13/+22 |
| 2025-07-21 | Don't ICE on non-TypeId metadata within TypeId | Oli Scherer | -0/+31 |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -113/+43 |
| 2025-07-21 | Stabilize const `TypeId::of` | Oli Scherer | -16/+10 |
| 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 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -3/+3 |
| 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 |