| Age | Commit message (Expand) | Author | Lines |
| 2025-08-06 | Explicitly disable vector feature on s390x baseline of bad-reg test | Paul Murphy | -1/+1 |
| 2025-08-06 | Allow function argument mismatch suggestion to be multiline | Sasha Pourcelot | -14/+14 |
| 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 | -27/+2 |
| 2025-08-06 | Fortify generic param default checks | León Orell Valerian Liehr | -186/+196 |
| 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 | Add test for "missing function argument" on multiline call | Sasha Pourcelot | -3/+41 |
| 2025-08-05 | Added checks for attribute in type case | Kivooeo | -16/+304 |
| 2025-08-05 | Promote crash test. | Camille GILLOT | -0/+27 |
| 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 | -1/+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 | Rehome tests/ui/issues/ tests [3/?] | Oneirical | -58/+89 |
| 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 | 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-04 | coverage: Remove `-Zcoverage-options=no-mir-spans` | Zalathar | -1/+1 |
| 2025-08-04 | Rollup merge of #144785 - lucarlig:master, r=lqd | Stuart Cook | -0/+18 |
| 2025-08-04 | Rollup merge of #144322 - Urgau:dangling-ptr-from-locals, r=oli-obk | Stuart Cook | -0/+435 |
| 2025-08-03 | Rollup merge of #144851 - WaffleLapkin:instrinsic-deny, r=compiler-errors,sco... | Samuel Tardieu | -0/+27 |
| 2025-08-03 | Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji... | Samuel Tardieu | -107/+80 |
| 2025-08-03 | forbid tail calling intrinsics | Waffle Lapkin | -0/+27 |
| 2025-08-04 | fix: Error on illegal `[const]`s inside blocks within legal positions | Shoyu Vanilla | -26/+85 |
| 2025-08-03 | Auto merge of #144732 - lcnr:ignore-shadowed-impls, r=compiler-errors | bors | -0/+81 |
| 2025-08-02 | Rehome tests/ui/issues/ tests [2/?] | Oneirical | -78/+52 |
| 2025-08-02 | c-variadic: multiple ABIs in the same program for arm | Folkert de Vries | -0/+77 |
| 2025-08-02 | Rollup merge of #144756 - WaffleLapkin:inf-rec-etc-ctfe, r=lqd | Samuel Tardieu | -0/+27 |
| 2025-08-02 | Rollup merge of #144703 - daltenty:daltenty/extern-weak, r=Noratrieb | Samuel Tardieu | -0/+1 |
| 2025-08-02 | Rollup merge of #143360 - folkertdev:const-continue-outside-loop-match, r=Waf... | Samuel Tardieu | -6/+73 |
| 2025-08-02 | Auto merge of #129183 - estebank:cfg-visitor, r=davidtwco | bors | -122/+225 |
| 2025-08-02 | Auto merge of #144479 - cjgillot:incr-privacy-mod, r=petrochenkov | bors | -49/+49 |
| 2025-08-02 | don't warn on explicit casts of never to any | Waffle Lapkin | -35/+17 |
| 2025-08-02 | refactor `unreachable/expr_cast.rs` test | Waffle Lapkin | -20/+21 |
| 2025-08-01 | Tweak rendering of cfg'd out item | Esteban Küber | -193/+98 |
| 2025-08-01 | remove recursive search for items | Esteban Küber | -12/+2 |
| 2025-08-01 | Detect more `cfg`d out items in resolution errors | Esteban Küber | -20/+228 |
| 2025-08-01 | Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnr | bors | -190/+154 |