| Age | Commit message (Expand) | Author | Lines |
| 2025-06-24 | rustdoc-json: Keep empty generic args if parenthesized | Martin Nordholts | -13/+19 |
| 2025-06-23 | rustdoc-json: Add test for `#[cold]` | Alona Enraght-Moony | -0/+3 |
| 2025-06-23 | Enable reproducible-build-2 for Windows | Daniel Paoliello | -12/+32 |
| 2025-06-23 | Uplift find_const_ty_from_env | Michael Goulet | -52/+42 |
| 2025-06-23 | Add note to find_const_ty_from_env | Michael Goulet | -9/+35 |
| 2025-06-23 | Account for beta revisions when normalizing versions | Josh Stone | -8/+8 |
| 2025-06-23 | Rollup merge of #142923 - folkertdev:min-function-alignment-no-attributes, r=... | Jubilee | -10/+10 |
| 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 #142873 - Urgau:issue-139830, r=BoxyUwU | Jubilee | -3/+35 |
| 2025-06-23 | Rollup merge of #142827 - GuillaumeGomez:tidy-error-code-removal, r=Kobzol | Jubilee | -69/+103 |
| 2025-06-23 | Port `#[rustc_skip_during_method_dispatch]` to the new attribute system | Pavel Grigorenko | -41/+246 |
| 2025-06-23 | Rollup merge of #142784 - Kobzol:timings-codegen, r=nnethercote | Jubilee | -4/+50 |
| 2025-06-23 | Rollup merge of #142134 - workingjubilee:reject-unsupported-abi, r=jdonszelma... | Jubilee | -2749/+1288 |
| 2025-06-23 | Rollup merge of #141324 - Ayush1325:uefi-rand-fallback, r=joboet | Jubilee | -19/+150 |
| 2025-06-23 | Rollup merge of #140985 - zachs18:fuse-default-some, r=tgross35 | Jubilee | -1/+23 |
| 2025-06-23 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -51/+197 |
| 2025-06-23 | feat: Extend vscode 'run' command with optional mode argument for running tes... | Mark Pots | -4/+70 |
| 2025-06-23 | Handle potentially-shadowing bindings in manual_let_else | Michael Howell | -11/+218 |
| 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 | -45/+2480 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -111/+297 |
| 2025-06-23 | Merge pull request #20076 from ChayimFriedman2/faq | Laurențiu Nicola | -0/+12 |
| 2025-06-23 | fix `-Zmin-function-alignment` without attributes | Folkert de Vries | -10/+10 |
| 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-23 | Changelog for Clippy 1.88 | Alexey Semenyuk | -1/+72 |
| 2025-06-23 | rustdoc-json: Add test for `#[optimize(..)]` | Alona Enraght-Moony | -0/+13 |
| 2025-06-23 | tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test | Martin Nordholts | -0/+23 |
| 2025-06-23 | tests: Bless cannot-be-called and dedup with unsupported ABI test | Jubilee Young | -1147/+414 |
| 2025-06-23 | tests: Verify varargs with unsupported fn ptr ABIs must error | Jubilee Young | -0/+27 |
| 2025-06-23 | tests: Adopt ABI transmute tests from crashtests | Jubilee Young | -7/+31 |
| 2025-06-23 | tests: Update and bless cmse-nonsecure ABI tests | Jubilee Young | -32/+29 |
| 2025-06-23 | tests: Update raw-dylib unsupported ABI test | Jubilee Young | -2/+2 |
| 2025-06-23 | tests: Enhance unsupported ABI tests | Jubilee Young | -1856/+1096 |
| 2025-06-23 | tests: Bless abi_gpu_kernel feature gate test | Jubilee Young | -66/+57 |
| 2025-06-23 | unsupported_calling_conventions: print which ABI this is about | Ralf Jung | -1/+3 |
| 2025-06-23 | Clarify note in rustc_ast_lowering still applies | Jubilee Young | -2/+3 |
| 2025-06-23 | compiler: Remove unsupported_fn_ptr_calling_conventions lint | Jubilee Young | -31/+7 |
| 2025-06-23 | hir_analysis: Avoid repeating unsupported ABI errors | Jubilee Young | -8/+2 |
| 2025-06-23 | compiler: plug unsupported ABI leakage from the AST | Jubilee Young | -4/+24 |
| 2025-06-23 | Properly check that an expression might be the one returned | Samuel Tardieu | -9/+422 |
| 2025-06-23 | Merge pull request #20073 from ShoyuVanilla/fix-fmt-args-hygiene | Chayim Refael Friedman | -27/+36 |
| 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 |
| 2025-06-23 | Skip `late_lint_mod_inner` if all built-in lints can be skipped | Jakub Beránek | -3/+12 |
| 2025-06-23 | Fix doc comment | Jakub Beránek | -1/+1 |
| 2025-06-23 | Remove stdarch submodule checkout | Jakub Beránek | -7/+1 |
| 2025-06-23 | Import stdarch history as a Josh subtree | Jakub Beránek | -0/+729730 |