| Age | Commit message (Expand) | Author | Lines |
| 2025-10-03 | Rollup merge of #147268 - davidtwco:add-arm-maintainers-to-targets, r=lqd | Stuart Cook | -17/+152 |
| 2025-10-03 | Rollup merge of #147263 - jieyouxu:disable-auto-backport-nominations, r=apira... | Stuart Cook | -4/+0 |
| 2025-10-03 | Rollup merge of #147259 - Zalathar:node-in-context, r=nnethercote | Stuart Cook | -111/+93 |
| 2025-10-03 | Rollup merge of #146166 - ferrocene:pvdrz/edition-range, r=fmease,jieyouxu | Stuart Cook | -14/+284 |
| 2025-10-03 | Rollup merge of #141839 - tshepang:ease-lsp-use, r=Mark-Simulacrum,fee1-dead | Stuart Cook | -15/+42 |
| 2025-10-02 | Document range syntax on the rustc dev guide | Christian Poveda | -0/+14 |
| 2025-10-02 | implement range support in `//@ edition` | Pietro Albini | -14/+270 |
| 2025-10-02 | Auto merge of #147196 - LorrensP-2158466:same-res-ambiguity-test, r=petrochenkov | bors | -0/+86 |
| 2025-10-02 | add arm-maintainers to various targets | David Wood | -17/+152 |
| 2025-10-02 | Auto merge of #147261 - matthiaskrgr:rollup-yh3fgvc, r=matthiaskrgr | bors | -309/+1295 |
| 2025-10-02 | triagebot: disable auto stable-regression compiler backport nominations | Jieyou Xu | -4/+0 |
| 2025-10-02 | Rollup merge of #147236 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-10-02 | Rollup merge of #147233 - GuillaumeGomez:citool-submodule-init, r=Kobzol | Matthias Krüger | -2/+22 |
| 2025-10-02 | Rollup merge of #147227 - edwloef:box_take, r=joboet | Matthias Krüger | -0/+31 |
| 2025-10-02 | Rollup merge of #147225 - daxpedda:wasm-u-u-atomics-threads, r=alexcrichton | Matthias Krüger | -36/+13 |
| 2025-10-02 | Rollup merge of #147221 - Zalathar:incremental, r=lqd | Matthias Krüger | -1/+26 |
| 2025-10-02 | Rollup merge of #147004 - estebank:ascription-in-pat, r=fee1-dead | Matthias Krüger | -123/+95 |
| 2025-10-02 | Rollup merge of #146585 - hkBst:indexing-1, r=jdonszelmann | Matthias Krüger | -34/+30 |
| 2025-10-02 | Rollup merge of #146535 - joshtriplett:mbe-unsafe-attr, r=petrochenkov | Matthias Krüger | -38/+161 |
| 2025-10-02 | Rollup merge of #146281 - Jules-Bertholet:static-align-thread-local, r=Mark-S... | Matthias Krüger | -75/+917 |
| 2025-10-02 | Auto merge of #147138 - jackh726:split-canonical-bound, r=lcnr | bors | -247/+391 |
| 2025-10-02 | Extract helper method `global_set_metadata_node` | Zalathar | -25/+19 |
| 2025-10-02 | Extract helper method `global_add_metadata_node` | Zalathar | -26/+20 |
| 2025-10-02 | Extract helper method `module_add_named_metadata_node` | Zalathar | -19/+18 |
| 2025-10-02 | Extract helper method `set_metadata_node` | Zalathar | -41/+36 |
| 2025-10-02 | Auto merge of #147055 - beepster4096:subtype_is_not_a_projection, r=lcnr | bors | -121/+56 |
| 2025-10-02 | Forbid `//@ compile-flags: -Cincremental=` in tests | Zalathar | -1/+26 |
| 2025-10-01 | mbe: `expand_invoc`: Add comment about not needing to check safety of `Legacy... | Josh Triplett | -0/+3 |
| 2025-10-01 | mbe: Add tests for `unsafe` attr invocation | Josh Triplett | -1/+32 |
| 2025-10-01 | mbe: Add parsing tests for `unsafe` macro rules | Josh Triplett | -9/+45 |
| 2025-10-01 | mbe: Support `unsafe` attribute rules | Josh Triplett | -22/+75 |
| 2025-10-01 | mbe: Rename a local variable to match corresponding field names | Josh Triplett | -7/+7 |
| 2025-10-01 | Auto merge of #147210 - lnicola:sync-from-ra, r=lnicola | bors | -1519/+3736 |
| 2025-10-01 | Auto merge of #147235 - matthiaskrgr:rollup-a0es1x9, r=matthiaskrgr | bors | -1181/+827 |
| 2025-10-01 | Update books | rustbot | -0/+0 |
| 2025-10-01 | Rollup merge of #147230 - demoray:patch-1, r=jdonszelmann | Matthias Krüger | -1/+1 |
| 2025-10-01 | Rollup merge of #147226 - jdonszelmann:pattern-types-next-solver, r=lcnr | Matthias Krüger | -2/+30 |
| 2025-10-01 | Rollup merge of #147219 - Kivooeo:typeof-is-imposter, r=jdonszelmann | Matthias Krüger | -9/+32 |
| 2025-10-01 | Rollup merge of #147204 - camsteffen:array-windows-ref, r=joboet | Matthias Krüger | -47/+22 |
| 2025-10-01 | Rollup merge of #147202 - jdonszelmann:swap-order, r=lcnr | Matthias Krüger | -18/+24 |
| 2025-10-01 | Rollup merge of #147195 - hkBst:repeat-3, r=Mark-Simulacrum | Matthias Krüger | -0/+11 |
| 2025-10-01 | Rollup merge of #147177 - Walnut356:tuples, r=Mark-Simulacrum | Matthias Krüger | -2/+3 |
| 2025-10-01 | Rollup merge of #146593 - Jules-Bertholet:restrict-e0719, r=BoxyUwU | Matthias Krüger | -1102/+704 |
| 2025-10-01 | Fix memory leak in `os` impl | Jules Bertholet | -31/+85 |
| 2025-10-01 | Add the check-pass and check-fail tests. | LorrensP-2158466 | -0/+86 |
| 2025-10-01 | Adjust WASI and WALI targets | daxpedda | -4/+12 |
| 2025-10-01 | Initialize llvm submodule if not already the case to run citool | Guillaume Gomez | -1/+21 |
| 2025-10-01 | Switch `citool` to 2024 edition | Guillaume Gomez | -1/+1 |
| 2025-10-01 | implement `Box::take` | edwloef | -0/+31 |
| 2025-10-01 | Fix typo in 'unfulfilled_lint_expectation' to plural | Brian Caswell | -1/+1 |