| Age | Commit message (Expand) | Author | Lines |
| 2025-08-15 | Port `#[custom_mir(..)]` to the new attribute system | Sasha Pourcelot | -42/+0 |
| 2025-08-15 | Auto merge of #145423 - Zalathar:rollup-9jtefpl, r=Zalathar | bors | -6/+0 |
| 2025-08-15 | Auto merge of #144591 - RalfJung:pattern-valtrees, r=BoxyUwU | bors | -53/+50 |
| 2025-08-14 | Complete functionality and general cleanup | Marcelo Domínguez | -6/+0 |
| 2025-08-14 | Print regions in `type_name`. | Nicholas Nethercote | -7/+7 |
| 2025-08-14 | Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmann | Guillaume Gomez | -19/+2 |
| 2025-08-14 | Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkov | Guillaume Gomez | -10/+35 |
| 2025-08-14 | Apply suggestions from code review | Ralf Jung | -4/+4 |
| 2025-08-14 | avoid unnecessary type sanity checks | Ralf Jung | -8/+4 |
| 2025-08-14 | shrink TestBranch::Constant and PatRangeBoundary::Finite | Ralf Jung | -6/+9 |
| 2025-08-14 | use ty::Value instead of manual pairs of types and valtrees | Ralf Jung | -27/+31 |
| 2025-08-14 | pattern testing: store constants as valtrees | Ralf Jung | -54/+45 |
| 2025-08-14 | PatKind: store constants as valtrees | Ralf Jung | -4/+7 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -19/+2 |
| 2025-08-13 | Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwco | Guillaume Gomez | -83/+112 |
| 2025-08-13 | Cleanup assoc parent utils | Cameron Steffen | -10/+35 |
| 2025-08-13 | `fn new_coroutine_witness_for_coroutine` woops | lcnr | -0/+33 |
| 2025-08-13 | fix scope of `super let` bindings within `if let` | dianne | -35/+41 |
| 2025-08-13 | check args in new_coroutine_witness | lcnr | -2/+5 |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -31/+36 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -2/+7 |
| 2025-08-10 | review comments | Esteban Küber | -2/+1 |
| 2025-08-10 | Detect struct construction with private field in field with default | Esteban Küber | -0/+7 |
| 2025-08-10 | Rollup merge of #145147 - fee1-dead-contrib:push-mxxpmlpmzmsz, r=compiler-errors | Stuart Cook | -5/+5 |
| 2025-08-09 | Auto merge of #145142 - Zalathar:rollup-oi6s8kg, r=Zalathar | bors | -0/+2 |
| 2025-08-09 | rename `TraitRef::from_method` to `from_assoc` | Deadbeef | -5/+5 |
| 2025-08-09 | Rollup merge of #145097 - lcnr:type-foldable-yeet, r=wesleywiser | Stuart Cook | -0/+2 |
| 2025-08-09 | Auto merge of #143376 - dianne:guard-scope, r=matthewjasper | bors | -1/+7 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -5/+12 |
| 2025-08-08 | Rollup merge of #144039 - estebank:short-paths, r=fee1-dead | Trevor Gross | -1/+1 |
| 2025-08-08 | remove unnecessary `TypeFoldable` impls | lcnr | -0/+2 |
| 2025-08-08 | Rollup merge of #145009 - jackh726:ra-next-solver-changes, r=compiler-errors | Stuart Cook | -11/+1 |
| 2025-08-08 | Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obk | Stuart Cook | -123/+1 |
| 2025-08-08 | Rollup merge of #144914 - estebank:short-paths-2, r=fee1-dead | Stuart Cook | -117/+90 |
| 2025-08-07 | add a scope for `if let` guard temporaries and bindings | dianne | -1/+7 |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -1/+1 |
| 2025-08-07 | Add a missing UpcastFrom impl in rustc_type_ir | Florian Diebold | -11/+1 |
| 2025-08-06 | Add support for shortening `Instance` and use it | Esteban Küber | -117/+90 |
| 2025-08-06 | Rollup merge of #144998 - dianqk:visit-no-use-proj, r=cjgillot | Guillaume Gomez | -14/+20 |
| 2025-08-06 | mir: Do not modify NonUse in `super_projection_elem` | dianqk | -14/+20 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -123/+1 |
| 2025-08-06 | Rename some `PrettyPrinter` methods. | Nicholas Nethercote | -28/+28 |
| 2025-08-06 | Rename some `Printer` methods. | Nicholas Nethercote | -30/+37 |
| 2025-08-06 | Move `should_truncate` from trait `Printer` to sub-trait `PrettyPrinter`. | Nicholas Nethercote | -8/+8 |
| 2025-08-06 | Add comments to `Printer`. | Nicholas Nethercote | -17/+39 |
| 2025-08-05 | Auto merge of #144863 - cjgillot:live-or-dead, r=Urgau | bors | -3/+2 |
| 2025-08-05 | Clarify `value_path_str_with_args`. | Nicholas Nethercote | -4/+4 |
| 2025-08-05 | Rollup merge of #144920 - compiler-errors:span-arg, r=lqd | Samuel Tardieu | -3/+3 |
| 2025-08-05 | Rollup merge of #144890 - WaffleLapkin:project_fields, r=lcnr | Samuel Tardieu | -20/+22 |
| 2025-08-05 | Rollup merge of #144817 - WaffleLapkin:reject-referety, r=Urgau | Samuel Tardieu | -1/+1 |