| Age | Commit message (Expand) | Author | Lines |
| 2025-08-06 | Embed GDB pretty printers in rlibs and dylibs | Sebastian Poeplau | -33/+20 |
| 2025-08-06 | Add annotations to the graphviz region graph on region origins | Amanda Stjerna | -1/+15 |
| 2025-08-06 | Rename some `PrettyPrinter` methods. | Nicholas Nethercote | -33/+33 |
| 2025-08-06 | Rename some `Printer` methods. | Nicholas Nethercote | -61/+71 |
| 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-06 | Fortify generic param default checks | León Orell Valerian Liehr | -99/+101 |
| 2025-08-05 | Add aarch64_be-unknown-none-softfloat target | Jens Reidel | -0/+44 |
| 2025-08-05 | Auto merge of #144863 - cjgillot:live-or-dead, r=Urgau | bors | -274/+199 |
| 2025-08-05 | we only merge candidates for trait and normalizes-to goals | lcnr | -69/+48 |
| 2025-08-05 | Gate const trait syntax | León Orell Valerian Liehr | -0/+3 |
| 2025-08-05 | Mark all deprecation lints in name resolution as deny-by-default and report-i... | Vadim Petrochenkov | -4/+8 |
| 2025-08-05 | Simplify multiple things. | Nicholas Nethercote | -14/+13 |
| 2025-08-05 | Rename most of the printers. | Nicholas Nethercote | -22/+22 |
| 2025-08-05 | Clarify `value_path_str_with_args`. | Nicholas Nethercote | -4/+4 |
| 2025-08-05 | Preserve the .debug_gdb_scripts section | Sebastian Poeplau | -45/+48 |
| 2025-08-04 | Let `RemoveUnneededDrops` also remove `drop_in_place` | Scott McMurray | -7/+24 |
| 2025-08-05 | Added checks for attribute in type case | Kivooeo | -7/+91 |
| 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 | -33/+44 |
| 2025-08-05 | Rollup merge of #144877 - Zalathar:coverage-various, r=lcnr | Samuel Tardieu | -68/+76 |
| 2025-08-05 | Rollup merge of #144866 - JonathanBrouwer:should_emit_fix, r=jdonszelmann | Samuel Tardieu | -4/+11 |
| 2025-08-05 | Rollup merge of #144817 - WaffleLapkin:reject-referety, r=Urgau | Samuel Tardieu | -3/+50 |
| 2025-08-05 | Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillot | Samuel Tardieu | -693/+649 |
| 2025-08-05 | Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-dead | Samuel Tardieu | -16/+55 |
| 2025-08-04 | Gate checking rustc attrs on the feature. | Camille GILLOT | -8/+19 |
| 2025-08-04 | Check for rustc_has_incoherent_inherent_impls in incoherent_impls query. | Camille GILLOT | -18/+10 |
| 2025-08-04 | Add doc-comment. | Camille GILLOT | -0/+1 |
| 2025-08-04 | Update doc-comment. | Camille GILLOT | -4/+3 |
| 2025-08-04 | Simplify maybe_record_as_seed. | Camille GILLOT | -3/+4 |
| 2025-08-04 | Drop `rust-version` from `rustc_thread_pool` | Josh Stone | -1/+0 |
| 2025-08-04 | Dont print arg span in MIR dump for tail call | Michael Goulet | -3/+3 |
| 2025-08-04 | Include whitespace in "remove `|`" suggestion and make it hidden | Esteban Küber | -13/+28 |
| 2025-08-04 | Don't actually pass BB to check_call_dest | Michael Goulet | -60/+54 |
| 2025-08-04 | fix `#[loop_match]` on diverging loop | Folkert de Vries | -1/+1 |
| 2025-08-04 | Tweak auto trait errors | Esteban Küber | -11/+16 |
| 2025-08-04 | Port `#[coroutine]` to the new attribute system | Sasha Pourcelot | -17/+33 |
| 2025-08-04 | Enforce tail call type is related to body return type in borrowck | Michael Goulet | -3/+7 |
| 2025-08-04 | Suggest bounds in more cases, accounting for type parameters referenced in pr... | Esteban Küber | -10/+68 |
| 2025-08-04 | Anonymize binders in tail call sig | Michael Goulet | -1/+5 |
| 2025-08-04 | Print CGU reuse statistics when `-Zprint-mono-items` is enabled | Jakub Beránek | -0/+9 |
| 2025-08-04 | add `project_fields` helper function | Waffle Lapkin | -13/+22 |
| 2025-08-04 | Merge commit '482e8540a1b757ed7bccc2041c5400f051fdb01e' into subtree-update_c... | Guillaume Gomez | -45/+275 |
| 2025-08-04 | small refactor of `InterpResult` | Waffle Lapkin | -20/+22 |
| 2025-08-04 | properly reject tail calls to `&FnPtr` or `&FnDef` | Waffle Lapkin | -2/+49 |
| 2025-08-04 | drive-by cleanup: fix outdated documentation | Waffle Lapkin | -1/+1 |
| 2025-08-04 | Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLii | Stuart Cook | -41/+52 |
| 2025-08-04 | coverage: Represent `CovmapVersion` as an enum | Zalathar | -15/+32 |
| 2025-08-04 | coverage: Simplify access to debug/testing `-Zcoverage-options` flags | Zalathar | -6/+9 |
| 2025-08-04 | coverage: Push async special case down into `extract_refined_covspans` | Zalathar | -14/+16 |