| Age | Commit message (Expand) | Author | Lines |
| 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-07-31 | aarch64: Make `outline-atomics` a known target feature | Trevor Gross | -0/+1 |
| 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 |
| 2025-07-30 | handle region dependent goals due to infer vars | lcnr | -0/+52 |
| 2025-07-30 | Fix tests for big-endian | Eduard Stefes | -8/+10 |
| 2025-07-30 | Rollup merge of #144666 - compiler-errors:correct-late, r=lqd | Stuart Cook | -0/+76 |
| 2025-07-30 | Rollup merge of #144411 - Kivooeo:remove-world, r=jieyouxu | Stuart Cook | -4/+0 |
| 2025-07-30 | Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxu | Stuart Cook | -7/+8 |
| 2025-07-30 | const-eval: full support for pointer fragments | Ralf Jung | -42/+203 |
| 2025-07-30 | Make sure to account for the right item universal regions in borrowck | Michael Goulet | -0/+76 |
| 2025-07-30 | Auto merge of #144577 - oli-obk:wrapping-niche, r=scottmcm | bors | -6/+268 |
| 2025-07-30 | remove hello world directory | Kivooeo | -4/+0 |
| 2025-07-29 | Verify llvm-needs-components are not empty and match the --target value | Daniel Paoliello | -7/+8 |
| 2025-07-29 | Pick the largest niche even if the largest niche is wrapped around | Oli Scherer | -9/+18 |
| 2025-07-29 | Rollup merge of #144589 - compiler-errors:postfix-yield-after-cast, r=petroch... | Stuart Cook | -0/+23 |
| 2025-07-29 | Rollup merge of #144587 - petrochenkov:optstdprel, r=nnethercote | Stuart Cook | -60/+60 |
| 2025-07-29 | Rollup merge of #144627 - jakubadamw:issue-129882, r=lqd | Stuart Cook | -0/+42 |
| 2025-07-29 | Rollup merge of #144609 - Muscraft:right-align, r=compiler-errors | Stuart Cook | -3/+3 |
| 2025-07-29 | Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDenton | Stuart Cook | -3/+9 |
| 2025-07-29 | Rollup merge of #144451 - ShoyuVanilla:loop-match-upvar, r=oli-obk | Stuart Cook | -0/+99 |
| 2025-07-29 | add `nonpoison::mutex` implementation | Connor Tsui | -32/+32 |
| 2025-07-29 | Add a regression test for an ICE with the `generic_const_exprs` feature attri... | Jacob Adam | -0/+42 |
| 2025-07-28 | feat: Right align line numbers | Scott Schafer | -3/+3 |
| 2025-07-28 | Account for .yield in illegal postfix operator message | Michael Goulet | -0/+23 |
| 2025-07-28 | thread name in stack overflow message | joboet | -3/+9 |
| 2025-07-28 | expand: Micro-optimize prelude injection | Vadim Petrochenkov | -60/+60 |
| 2025-07-28 | fix: Reject upvar scrutinees for `loop_match` | Shoyu Vanilla | -0/+99 |