| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-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 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -107/+80 |
| 2025-08-01 | LLVM error with unsupported expression in static initializer for const pointe... | lucarlig | -0/+18 |
| 2025-08-01 | Auto merge of #144773 - RalfJung:rollup-uif2yyj, r=RalfJung | bors | -62/+140 |
| 2025-08-01 | Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxu | Ralf Jung | -62/+140 |
| 2025-08-01 | Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank | Jacob Pratt | -22/+178 |
| 2025-08-01 | loop match: error on `#[const_continue]` outside `#[loop_match]` | Folkert de Vries | -6/+73 |
| 2025-07-31 | detect infinite recursion with tail calls in ctfe | Waffle Lapkin | -0/+27 |
| 2025-07-31 | Add lint against dangling pointers form local variables | Urgau | -0/+435 |
| 2025-07-31 | Remove the witness type from coroutine args | Michael Goulet | -52/+10 |
| 2025-07-31 | Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness | Michael Goulet | -144/+150 |
| 2025-07-31 | comments | Kivooeo | -62/+140 |
| 2025-07-31 | Rollup merge of #144733 - Muscraft:secondary-file-sigil, r=compiler-errors | Jana Dönszelmann | -1/+1 |
| 2025-07-31 | Rollup merge of #144711 - compiler-errors:op-span, r=petrochenkov | Jana Dönszelmann | -11/+11 |
| 2025-07-31 | add tests | lcnr | -0/+81 |
| 2025-07-31 | fix: Match width of ascii and unicode secondary file start | Scott Schafer | -1/+1 |
| 2025-07-31 | Auto merge of #144723 - Zalathar:rollup-f9e0rfo, r=Zalathar | bors | -0/+43 |
| 2025-07-31 | Rollup merge of #144657 - Muscraft:fix-unicode-close-window, r=fee1-dead | Stuart Cook | -0/+43 |
| 2025-07-31 | fix: Only "close the window" when its the last annotated file | Scott Schafer | -1/+1 |
| 2025-07-31 | Extend `is_case_difference` to handle digit-letter confusables | xizheyin | -22/+178 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -0/+17 |
| 2025-07-31 | Rollup merge of #143672 - beepster4096:box_drop_flags_again, r=oli-obk | Stuart Cook | -0/+298 |
| 2025-07-31 | Consider operator's span when computing binop expr span | Michael Goulet | -11/+11 |
| 2025-07-31 | Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwU | bors | -0/+125 |
| 2025-07-30 | test: Check close window rendering | Scott Schafer | -0/+43 |
| 2025-07-30 | [test][AIX] ignore extern_weak linkage test | David Tenty | -0/+1 |