| Age | Commit message (Expand) | Author | Lines |
| 2025-08-06 | [codegen] assume the tag, not the relative discriminant | Scott McMurray | -42/+55 |
| 2025-08-06 | tidy | Boxy | -48/+48 |
| 2025-08-06 | Add regression test for rustdoc scrape-examples feature crash (#144752) | Guillaume Gomez | -0/+35 |
| 2025-08-06 | Rollup merge of #144913 - GuillaumeGomez:fix-wrong-i-icon, r=fmease | Jakub Beránek | -2/+31 |
| 2025-08-06 | Rollup merge of #144910 - ShoyuVanilla:add-regression-tests, r=fee1-dead | Jakub Beránek | -0/+73 |
| 2025-08-06 | Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxu | Jakub Beránek | -58/+89 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -1853/+2 |
| 2025-08-06 | Embed GDB pretty printers in rlibs and dylibs | Sebastian Poeplau | -0/+2 |
| 2025-08-06 | Fortify generic param default checks | León Orell Valerian Liehr | -186/+196 |
| 2025-08-05 | rustdoc: fix caching of intra-doc links on reexports | binarycat | -0/+35 |
| 2025-08-05 | Add aarch64_be-unknown-none-softfloat target | Jens Reidel | -0/+3 |
| 2025-08-05 | comments | Kivooeo | -73/+84 |
| 2025-08-05 | moved 35 tests to organized locations | Kivooeo | -0/+0 |
| 2025-08-05 | Add regression tests for seemingly fixed issues | Shoyu Vanilla | -0/+73 |
| 2025-08-05 | Gate const trait syntax | León Orell Valerian Liehr | -3/+26 |
| 2025-08-05 | Mark all deprecation lints in name resolution as deny-by-default and report-i... | Vadim Petrochenkov | -38/+289 |
| 2025-08-05 | Preserve the .debug_gdb_scripts section | Sebastian Poeplau | -15/+24 |
| 2025-08-05 | Add test for "missing function argument" on multiline call | Sasha Pourcelot | -3/+41 |
| 2025-08-04 | Let `RemoveUnneededDrops` also remove `drop_in_place` | Scott McMurray | -5/+9 |
| 2025-08-05 | Added checks for attribute in type case | Kivooeo | -16/+304 |
| 2025-08-05 | Promote crash test. | Camille GILLOT | -4/+27 |
| 2025-08-05 | Rollup merge of #144920 - compiler-errors:span-arg, r=lqd | Samuel Tardieu | -5/+5 |
| 2025-08-05 | Rollup merge of #144894 - jieyouxu:chop-thread-cnt, r=ChrisDenton | Samuel Tardieu | -64/+0 |
| 2025-08-05 | Rollup merge of #144877 - Zalathar:coverage-various, r=lcnr | Samuel Tardieu | -203/+1 |
| 2025-08-05 | Rollup merge of #144817 - WaffleLapkin:reject-referety, r=Urgau | Samuel Tardieu | -0/+145 |
| 2025-08-05 | Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-dead | Samuel Tardieu | -26/+85 |
| 2025-08-05 | Rollup merge of #144548 - Oneirical:uncountable-integer-2, r=jieyouxu | Samuel Tardieu | -78/+87 |
| 2025-08-04 | [win][arm64ec] Fix msvc-wholearchive for Arm64EC | Daniel Paoliello | -3/+3 |
| 2025-08-04 | Rehome tests/ui/issues/ tests [3/?] | Oneirical | -58/+89 |
| 2025-08-04 | Dont print arg span in MIR dump for tail call | Michael Goulet | -5/+5 |
| 2025-08-04 | Include whitespace in "remove `|`" suggestion and make it hidden | Esteban Küber | -116/+48 |
| 2025-08-04 | fix `#[loop_match]` on diverging loop | Folkert de Vries | -0/+44 |
| 2025-08-04 | Tweak auto trait errors | Esteban Küber | -32/+102 |
| 2025-08-04 | Add GUI regression test for tooltips `i` icons | Guillaume Gomez | -0/+15 |
| 2025-08-04 | Fix wrong font being used for tooltips `i` icons | Guillaume Gomez | -2/+16 |
| 2025-08-04 | Port `#[coroutine]` to the new attribute system | Sasha Pourcelot | -6/+9 |
| 2025-08-04 | Enforce tail call type is related to body return type in borrowck | Michael Goulet | -0/+26 |
| 2025-08-04 | Suggest bounds in more cases, accounting for type parameters referenced in pr... | Esteban Küber | -4/+68 |
| 2025-08-04 | Anonymize binders in tail call sig | Michael Goulet | -0/+13 |
| 2025-08-04 | Remove `tcp-stress.rs` test | Jieyou Xu | -64/+0 |
| 2025-08-04 | properly reject tail calls to `&FnPtr` or `&FnDef` | Waffle Lapkin | -0/+145 |
| 2025-08-03 | Add a mir-opt test for an unneeded drop_in_place | Scott McMurray | -0/+33 |
| 2025-08-04 | Rollup merge of #144875 - scottmcm:more-mir-tests, r=cjgillot | Stuart Cook | -0/+403 |
| 2025-08-04 | coverage: Remove `-Zcoverage-options=no-mir-spans` | Zalathar | -203/+1 |
| 2025-08-04 | Rollup merge of #144785 - lucarlig:master, r=lqd | Stuart Cook | -0/+18 |
| 2025-08-04 | Rollup merge of #144667 - scottmcm:alignment-is-usize, r=tgross35 | Stuart Cook | -34/+17 |
| 2025-08-04 | Rollup merge of #144559 - CaiWeiran:extract-insert-dyn_test, r=Mark-Simulacrum | Stuart Cook | -9/+18 |
| 2025-08-04 | Rollup merge of #144497 - Enselic:basic-stepping, r=Mark-Simulacrum | Stuart Cook | -0/+47 |
| 2025-08-04 | Rollup merge of #144322 - Urgau:dangling-ptr-from-locals, r=oli-obk | Stuart Cook | -0/+435 |
| 2025-08-03 | Add a debug-mode MIR pre-codegen test for `?`-on-`Option` | Scott McMurray | -0/+197 |