| Age | Commit message (Expand) | Author | Lines |
| 2025-06-25 | submodule update | Karan Janthe | -0/+0 |
| 2025-06-25 | Auto merge of #140999 - hkBst:update-escaper, r=nnethercote | bors | -4/+5 |
| 2025-06-24 | Update cargo | Eric Huss | -0/+0 |
| 2025-06-24 | Update wasm-component-ld to 0.5.14 | Alex Crichton | -1/+2 |
| 2025-06-24 | Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgr | bors | -13/+8 |
| 2025-06-24 | fix clippy | Jana Dönszelmann | -2/+3 |
| 2025-06-24 | Avoid exporting panic_unwind as stdlib cargo feature | bjorn3 | -1/+1 |
| 2025-06-24 | Add all rustc_std_internal_symbol to symbols.o | bjorn3 | -0/+1 |
| 2025-06-24 | rustdoc: Don't mark `#[target_feature]` functions as ⚠ | Alona Enraght-Moony | -1/+2 |
| 2025-06-24 | Auto merge of #142959 - bjorn3:sync_cg_clif-2025-06-24, r=bjorn3 | bors | -0/+3 |
| 2025-06-24 | Rollup merge of #142799 - petrochenkov:expnop, r=bjorn3 | Matthias Krüger | -13/+8 |
| 2025-06-24 | Short circuit a couple hir-ty/lower queries | Lukas Wirth | -15/+40 |
| 2025-06-24 | ci: Fix cancel parallel jobs on windows | Shoyu Vanilla | -0/+4 |
| 2025-06-24 | Rollup merge of #142843 - dpaoliello:reproducible-build-2, r=jieyouxu | Guillaume Gomez | -1/+7 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -33/+4 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -13/+8 |
| 2025-06-24 | Update tidy exceptions | bjorn3 | -0/+3 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -30/+3 |
| 2025-06-24 | Move some `issues-*` tests to better homes | Trevor Gross | -3/+1 |
| 2025-06-24 | Remove special casing in command factory (revert changes in ctx.ts), update m... | Mark Pots | -12/+3 |
| 2025-06-24 | Rollup merge of #142932 - Enselic:keep-empty-generic-params, r=aDotInTheVoid | Guillaume Gomez | -13/+16 |
| 2025-06-24 | Rollup merge of #142928 - Noratrieb:no-more-hang, r=clubby789 | Guillaume Gomez | -0/+6 |
| 2025-06-24 | Rollup merge of #142354 - gstjepan2:firefox_copy_paste_issue, r=GuillaumeGomez | Guillaume Gomez | -1/+29 |
| 2025-06-24 | Rollup merge of #140622 - petrochenkov:annusexp, r=jieyouxu | Guillaume Gomez | -76/+159 |
| 2025-06-24 | Merge pull request #20012 from lnicola/bump-literal-escaper | Lukas Wirth | -169/+139 |
| 2025-06-24 | Merge pull request #20080 from Veykril/push-vnrwqppplykm | Lukas Wirth | -39/+60 |
| 2025-06-24 | Cleanup `folding_ranges` and support more things | Lukas Wirth | -39/+60 |
| 2025-06-24 | Merge pull request #20061 from ChayimFriedman2/wrap-ret-ty | Lukas Wirth | -34/+133 |
| 2025-06-24 | Merge pull request #20064 from Wilfred/document_sysroot_project | Lukas Wirth | -0/+3 |
| 2025-06-24 | Merge pull request #20036 from Veykril/push-yquvoyrxkksx | Lukas Wirth | -70/+70 |
| 2025-06-24 | Do not default to 'static for trait object lifetimes | Lukas Wirth | -70/+70 |
| 2025-06-24 | Merge pull request #20062 from ChayimFriedman2/doctests | Lukas Wirth | -0/+32 |
| 2025-06-24 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-06-24 | Merge pull request #20072 from Veykril/push-sorvvvzskywv | Lukas Wirth | -10/+44 |
| 2025-06-24 | Tweak `-Zmacro-stats` measurement. | Nicholas Nethercote | -3/+3 |
| 2025-06-24 | rustdoc-json: Keep empty generic args if parenthesized | Martin Nordholts | -13/+16 |
| 2025-06-23 | Enable reproducible-build-2 for Windows | Daniel Paoliello | -1/+7 |
| 2025-06-23 | Rollup merge of #142922 - JonathanBrouwer:fix-rustdoc-comment, r=jdonszelmann | Jubilee | -1/+2 |
| 2025-06-23 | Rollup merge of #142908 - psumbera:solaris-tr, r=jieyouxu | Jubilee | -4/+4 |
| 2025-06-23 | Rollup merge of #142827 - GuillaumeGomez:tidy-error-code-removal, r=Kobzol | Jubilee | -69/+103 |
| 2025-06-23 | feat: Extend vscode 'run' command with optional mode argument for running tes... | Mark Pots | -4/+70 |
| 2025-06-23 | Fix hang in --print=file-names in bootstrap | Noratrieb | -0/+6 |
| 2025-06-23 | Add `#[loop_match]` for improved DFA codegen | bjorn3 | -0/+52 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -76/+159 |
| 2025-06-23 | Merge pull request #20076 from ChayimFriedman2/faq | Laurențiu Nicola | -0/+12 |
| 2025-06-23 | Fix comment on NoMangle | Jonathan Brouwer | -1/+2 |
| 2025-06-23 | Add troubleshooting FAQ to the book | Chayim Refael Friedman | -0/+12 |
| 2025-06-23 | fix: Respect `.cargo/config.toml` `build.target-dir` | Lukas Wirth | -10/+44 |
| 2025-06-24 | fix: Use `ROOT` hygiene for `args` inside new `format_args!` expansion | Shoyu Vanilla | -27/+36 |
| 2025-06-23 | Auto merge of #142907 - lnicola:sync-from-ra, r=lnicola | bors | -1241/+2756 |