| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | handle region dependent goals due to infer vars | lcnr | -0/+52 |
| 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 | 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 |
| 2025-07-28 | Add regression test | Oli Scherer | -0/+253 |
| 2025-07-28 | Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxu | Matthias Krüger | -32/+152 |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -151/+263 |
| 2025-07-27 | Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obk | Matthias Krüger | -184/+134 |
| 2025-07-26 | Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obk | Jacob Pratt | -245/+306 |
| 2025-07-26 | Rollup merge of #144379 - folkertdev:c-variadic-same-program-multiple-abis, r... | Jacob Pratt | -0/+112 |
| 2025-07-26 | Rollup merge of #144359 - RalfJung:vararg-codegen, r=compiler-errors | Jacob Pratt | -59/+24 |
| 2025-07-26 | Do not check Sync during type_of. | Camille GILLOT | -260/+19 |
| 2025-07-26 | Update test results | Jonathan Brouwer | -151/+263 |
| 2025-07-26 | Rollup merge of #144462 - Kobzol:pretty-print-self-profile-args, r=RalfJung | Matthias Krüger | -0/+18 |
| 2025-07-26 | Rollup merge of #144376 - estebank:issue-143795, r=lcnr | Matthias Krüger | -2/+33 |
| 2025-07-26 | test using multiple c-variadic ABIs in the same program | Folkert de Vries | -0/+112 |
| 2025-07-26 | Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35 | bors | -31/+315 |
| 2025-07-26 | Rollup merge of #144431 - Gelbpunkt:f128-math-musl, r=petrochenkov,tgross35 | Trevor Gross | -2/+4 |
| 2025-07-26 | Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errors | Trevor Gross | -0/+43 |
| 2025-07-26 | Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obk | Trevor Gross | -0/+232 |
| 2025-07-26 | Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errors | Trevor Gross | -29/+36 |