| Age | Commit message (Expand) | Author | Lines |
| 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 | -11/+25 |
| 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 | -4/+6 |
| 2025-06-23 | Rollup merge of #142873 - Urgau:issue-139830, r=BoxyUwU | Jubilee | -2/+32 |
| 2025-06-23 | Port `#[rustc_skip_during_method_dispatch]` to the new attribute system | Pavel Grigorenko | -0/+114 |
| 2025-06-23 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -1/+55 |
| 2025-06-23 | Add `#[loop_match]` for improved DFA codegen | bjorn3 | -0/+1425 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -35/+138 |
| 2025-06-23 | fix `-Zmin-function-alignment` without attributes | Folkert de Vries | -4/+6 |
| 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 | Improve code and documentation | Guillaume Gomez | -3/+31 |
| 2025-06-23 | Add ui test for `redundant_explicit_links` rustdoc lint for items coming from... | Guillaume Gomez | -0/+51 |
| 2025-06-23 | cleaned up some tests | Kivooeo | -148/+151 |
| 2025-06-23 | mbe: Restructure `macro_metavar_expr` tests | Trevor Gross | -55/+57 |
| 2025-06-23 | Rollup merge of #142892 - jdonszelmann:fix-142891, r=oli-obk | Jana Dönszelmann | -0/+19 |
| 2025-06-23 | Rollup merge of #142822 - oli-obk:const-partial-eq, r=fee1-dead | Jana Dönszelmann | -597/+101 |
| 2025-06-23 | move naked checks out of check_attr.rs | Jana Dönszelmann | -22/+22 |
| 2025-06-23 | fix 142891 | Jana Dönszelmann | -0/+16 |
| 2025-06-23 | test for lint on root node crash | Jana Dönszelmann | -0/+3 |
| 2025-06-23 | Make `PartialEq` a `const_trait` | Oli Scherer | -597/+101 |
| 2025-06-23 | Rollup merge of #142823 - JonathanBrouwer:no_mangle_parser, r=jdonszelmann | Matthias Krüger | -12/+12 |
| 2025-06-23 | Rollup merge of #141597 - Oneirical:unquestionable-instruction, r=jieyouxu | Matthias Krüger | -0/+1594 |
| 2025-06-22 | Stop collecting unmentioned constants | Mark Rousskov | -5/+0 |
| 2025-06-22 | Only inherit local hash for paths. | Camille GILLOT | -9/+9 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -12/+12 |
| 2025-06-22 | Auto merge of #142508 - Mark-Simulacrum:skip-noop-drop-glue, r=fee1-dead | bors | -16/+76 |
| 2025-06-22 | add method to retrieve body of coroutine | Makai | -0/+105 |
| 2025-06-22 | Auto merge of #142878 - GuillaumeGomez:rollup-53dohob, r=GuillaumeGomez | bors | -350/+325 |
| 2025-06-22 | Add a SUMMARY.md outlining immediate subdirectories of the ui test suite | Oneirical | -0/+1594 |
| 2025-06-22 | Fix tests to drop now-skipped codegen | Mark Rousskov | -16/+53 |
| 2025-06-22 | Rollup merge of #142798 - camsteffen:recover-semi, r=compiler-errors | Guillaume Gomez | -9/+9 |
| 2025-06-22 | Rollup merge of #142780 - JonathanBrouwer:must_use_new_attr, r=jdonszelmann | Guillaume Gomez | -40/+36 |
| 2025-06-22 | Rollup merge of #142594 - mejrs:new_desugaring, r=chenyukang | Guillaume Gomez | -148/+211 |
| 2025-06-22 | Rollup merge of #142458 - oli-obk:dyn-incompat, r=compiler-errors | Guillaume Gomez | -153/+69 |
| 2025-06-22 | Don't suggest changing a method inside a expansion | Urgau | -2/+32 |
| 2025-06-22 | Address review comments | Urgau | -2/+12 |
| 2025-06-22 | Auto merge of #142706 - fee1-dead-contrib:push-zsznlqyrzsqo, r=oli-obk | bors | -2/+4 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -40/+36 |
| 2025-06-22 | Stop dbg! macro yapping about format modifiers | mejrs | -9/+25 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -143/+190 |
| 2025-06-22 | Rollup merge of #142850 - tshepang:patch-1, r=jieyouxu | Jacob Pratt | -1/+0 |