| Age | Commit message (Expand) | Author | Lines |
| 2025-09-05 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-05 | Merge pull request #20609 from ChayimFriedman2/update-rustc | Shoyu Vanilla (Flint) | -579/+446 |
| 2025-09-05 | Auto merge of #146218 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1641/+4536 |
| 2025-09-04 | Add `Path::has_trailing_sep` and related methods | ltdk | -4/+221 |
| 2025-09-04 | fix: Filter suggestion parts that match existing code | Scott Schafer | -8/+4 |
| 2025-09-04 | fix: Filter suggestion parts that match existing code | Scott Schafer | -18/+15 |
| 2025-09-04 | chore: Remove redundant disjoint spans assert | Scott Schafer | -5/+0 |
| 2025-09-04 | refactor: Move assert for disjoint substitution spans | Scott Schafer | -1/+6 |
| 2025-09-04 | Auto merge of #138736 - azhogin:azhogin/sanitizers-target-modificators, r=rcv... | bors | -68/+311 |
| 2025-09-05 | Fix precedence parenthesis for replace_arith_op | A4-Tacks | -1/+22 |
| 2025-09-04 | Merge commit 'e9b70454e4c9584be3b22ddabd26b741aeb06c10' into clippy-subtree-u... | Philipp Krones | -1641/+4536 |
| 2025-09-04 | Merge commit 'e9b70454e4c9584be3b22ddabd26b741aeb06c10' into clippy-subtree-u... | Philipp Krones | -1641/+4536 |
| 2025-09-04 | Rustup (#15616) | Philipp Krones | -95/+63 |
| 2025-09-04 | Bump nightly version -> 2025-09-04 | Philipp Krones | -2/+2 |
| 2025-09-04 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1659/+4548 |
| 2025-09-04 | Set flip1995 to on-vacation (#15614) | Philipp Krones | -0/+1 |
| 2025-09-04 | Set flip1995 to on-vacation | Philipp Krones | -0/+1 |
| 2025-09-04 | fix ICE when suggesting `::new` | Lukas Markeffsky | -10/+69 |
| 2025-09-04 | Auto merge of #145911 - notriddle:stringdex-tweak-3, r=GuillaumeGomez | bors | -164/+647 |
| 2025-09-04 | Upgrade rustc crates | Chayim Refael Friedman | -579/+446 |
| 2025-09-04 | Move float non determinism helpers to math.rs | LorrensP-2158466 | -134/+140 |
| 2025-09-04 | additional tests | dianne | -0/+70 |
| 2025-09-04 | don't extend non-extended `super let` initializers' block tail temps | dianne | -13/+40 |
| 2025-09-04 | Auto merge of #146205 - matthiaskrgr:rollup-fxt43oq, r=matthiaskrgr | bors | -15/+35 |
| 2025-09-04 | std: Implement WASIp2-specific stdio routines | Alex Crichton | -3/+127 |
| 2025-09-04 | Rollup merge of #146197 - RalfJung:triagebot-rustc_allow_const_fn_unstable, r... | Matthias Krüger | -1/+1 |
| 2025-09-04 | Rollup merge of #146194 - bend-n:fix-path-str-eq, r=ibraheemdev | Matthias Krüger | -1/+7 |
| 2025-09-04 | Rollup merge of #146151 - FrancescoV1985:issue-146047-fix, r=Kobzol | Matthias Krüger | -11/+9 |
| 2025-09-04 | Rollup merge of #145976 - beepster4096:configure_debugbreak, r=clubby789 | Matthias Krüger | -2/+18 |
| 2025-09-04 | compiler: Apply target features to the entry function | WANG Rui | -10/+22 |
| 2025-09-04 | Document Cargo with in-tree rustdoc | Jakub Beránek | -24/+63 |
| 2025-09-04 | Merge pull request #2571 from emmet-horgan/bugfix-broken-links | Tshepang Mbambo | -10/+10 |
| 2025-09-04 | Auto merge of #145955 - bjorn3:lto_refactors4, r=nnethercote | bors | -155/+97 |
| 2025-09-04 | Fix user facing string | Emmet Horgan | -2/+2 |
| 2025-09-04 | fix | bendn | -1/+1 |
| 2025-09-04 | triagebot: fix rustc_allow_const_fn_unstable matcher | Ralf Jung | -1/+1 |
| 2025-09-04 | rustc_log: remove direct dep on tracing_core | klensy | -2/+1 |
| 2025-09-04 | unpin tracing_core | klensy | -4/+4 |
| 2025-09-04 | Update src/compiler-debugging.md
| emmet-horgan | -1/+1 |
| 2025-09-04 | Update src/appendix/code-index.md
| emmet-horgan | -1/+1 |
| 2025-09-04 | Merge pull request #20607 from ChayimFriedman2/ns-dyn-mismatch | Chayim Refael Friedman | -1/+22 |
| 2025-09-04 | Merge pull request #20606 from ChayimFriedman2/reborrow-config-typo | Chayim Refael Friedman | -1/+1 |
| 2025-09-04 | Add a regression test for a fixed new trait solver bug | Chayim Refael Friedman | -1/+22 |
| 2025-09-04 | Fix typo in config | Chayim Refael Friedman | -1/+1 |
| 2025-09-04 | Auto merge of #146192 - jhpratt:rollup-mam0bss, r=jhpratt | bors | -133/+734 |
| 2025-09-04 | Special case allocator module submission to avoid special casing it elsewhere | bjorn3 | -146/+79 |
| 2025-09-04 | Ensure the allocator shim never participates in LTO | bjorn3 | -18/+13 |
| 2025-09-04 | Export __rdl_* symbols to the allocator shim when doing LTO | bjorn3 | -0/+14 |
| 2025-09-04 | add test | bendn | -0/+6 |
| 2025-09-04 | Add cfg_attr predicate completion | A4-Tacks | -1/+53 |