| Age | Commit message (Expand) | Author | Lines |
| 2025-07-08 | Auto merge of #143433 - oli-obk:ty_span_qry, r=compiler-errors | bors | -18/+28 |
| 2025-07-07 | Remove support for dynamic allocas | mejrs | -85/+10 |
| 2025-07-07 | Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgr | bors | -28/+87 |
| 2025-07-07 | Clarify the meaning of `AttributeOrder::KeepFirst` and `AttributeOrder::KeepL... | Anne Stijns | -1/+15 |
| 2025-07-07 | Rollup merge of #143584 - fee1-dead-contrib:push-skswvrwsrmll, r=RalfJung | Matthias Krüger | -6/+6 |
| 2025-07-07 | Rollup merge of #143583 - folkertdev:loop-match-no-terminator-on-block, r=bjorn3 | Matthias Krüger | -1/+3 |
| 2025-07-07 | Rollup merge of #143572 - yotamofek:pr/unused-allow-attrs, r=fee1-dead | Matthias Krüger | -13/+0 |
| 2025-07-07 | Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865 | Matthias Krüger | -1/+1 |
| 2025-07-07 | Rollup merge of #132469 - estebank:issue-132041, r=Nadrieril | Matthias Krüger | -7/+77 |
| 2025-07-07 | Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee | bors | -160/+405 |
| 2025-07-07 | Port #[rustc_dummy] | mejrs | -1/+28 |
| 2025-07-07 | Auto merge of #143582 - jieyouxu:rollup-8t9mhfj, r=jieyouxu | bors | -1381/+1320 |
| 2025-07-07 | const-block-as-pattern: do not refer to no-longer-existing nightly feature | Ralf Jung | -2/+4 |
| 2025-07-07 | Fix wrong cache event query key | Jakub Beránek | -1/+1 |
| 2025-07-07 | Remove unused allow attrs | Yotam Ofek | -13/+0 |
| 2025-07-07 | Port `#[rustc_std_internal_symbol]` to the new attribute system | Pavel Grigorenko | -10/+22 |
| 2025-07-07 | Port `#[ffi_pure]` to the new attribute system | Pavel Grigorenko | -3/+18 |
| 2025-07-07 | make `Machine::load_mir` infallible | Deadbeef | -6/+6 |
| 2025-07-07 | `loop_match`: fix 'no terminator on block' | Folkert de Vries | -1/+3 |
| 2025-07-07 | Port `#[ffi_const]` to the new attribute system | Pavel Grigorenko | -4/+23 |
| 2025-07-07 | Rollup merge of #143564 - Enselic:must_emit_unwind_tables-comment, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -17/+8 |
| 2025-07-07 | Rollup merge of #143558 - joshtriplett:mbe-refactors, r=SparrowLii | 许杰友 Jieyou Xu (Joe) | -23/+27 |
| 2025-07-07 | Rollup merge of #143551 - compiler-errors:root-sub, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -9/+2 |
| 2025-07-07 | Rollup merge of #143528 - RalfJung:stack-pop-cleanup, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -40/+40 |
| 2025-07-07 | Rollup merge of #143524 - makai410:smir-move-back, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1288/+1232 |
| 2025-07-07 | Rollup merge of #143482 - ia0:fix, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -4/+11 |
| 2025-07-07 | Port `#[export_stable]` to the new attribute system | Pavel Grigorenko | -7/+25 |
| 2025-07-07 | Auto merge of #143035 - ywxt:less-work-steal, r=oli-obk | bors | -112/+308 |
| 2025-07-07 | remove `has_nested` | lcnr | -66/+54 |
| 2025-07-07 | consider nested cases for duplicate RPITIT | bohan | -10/+24 |
| 2025-07-07 | Point to correct argument in Func Call when Self type fails trait bound | xizheyin | -3/+8 |
| 2025-07-07 | Add `ty_span` query | Oli Scherer | -18/+28 |
| 2025-07-07 | compiler: Deduplicate `must_emit_unwind_tables()` comments | Martin Nordholts | -16/+8 |
| 2025-07-07 | rustc_codegen_llvm: Remove reference to non-existing `no_landing_pads()` | Martin Nordholts | -6/+5 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -160/+405 |
| 2025-07-07 | Reverse comparison order | Julien Cretin | -1/+1 |
| 2025-07-06 | mbe: Clarify comments about error handling in `compile_declarative_macro` | Josh Triplett | -3/+2 |
| 2025-07-06 | mbe: Factor out a helper to check for unexpected EOF in definition | Josh Triplett | -7/+14 |
| 2025-07-06 | mbe: Factor out a helper to check an LHS | Josh Triplett | -2/+7 |
| 2025-07-06 | mbe: Simplify compile_declarative_macro by factoring out some variables | Josh Triplett | -11/+4 |
| 2025-07-07 | Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease | Jacob Pratt | -92/+86 |
| 2025-07-07 | Rollup merge of #143535 - reallesee:patch-1, r=jdonszelmann | Jacob Pratt | -1/+1 |
| 2025-07-07 | Rollup merge of #143456 - joshtriplett:mbe-unused-rules-bitset, r=lqd | Jacob Pratt | -6/+8 |
| 2025-07-07 | Rollup merge of #143344 - JonathanBrouwer:path-parser, r=jdonszelmann | Jacob Pratt | -37/+77 |
| 2025-07-07 | Rollup merge of #143206 - Jules-Bertholet:align-attr-fixes, r=workingjubilee | Jacob Pratt | -14/+16 |
| 2025-07-06 | Dont resolve instance of root in mir_callgraph_cyclic | Michael Goulet | -9/+2 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -92/+86 |
| 2025-07-06 | Support `#[align(…)]` on fns in `extern` blocks | Jules Bertholet | -1/+1 |
| 2025-07-06 | Remove `repr(align)` code | Jules Bertholet | -13/+15 |
| 2025-07-06 | Port `#[path]` to the new attribute parsing infrastructure | Jonathan Brouwer | -1/+42 |