| Age | Commit message (Expand) | Author | Lines |
| 2025-09-05 | atomics: unify handling min/max and the other RMWs | Ralf Jung | -127/+83 |
| 2025-09-05 | change file-is-generated doc comment to inner | Marijn Schouten | -2/+2 |
| 2025-09-05 | Auto merge of #146224 - tgross35:rollup-1bgjms3, r=tgross35 | bors | -136/+798 |
| 2025-09-05 | Merge pull request #2575 from rust-lang/tshepang/inline-external-links | Tshepang Mbambo | -3/+4 |
| 2025-09-05 | avoid inline external links | Tshepang Mbambo | -3/+4 |
| 2025-09-05 | Merge pull request #2574 from rust-lang/tshepang/sembr | Tshepang Mbambo | -3/+9 |
| 2025-09-05 | sembr | Tshepang Mbambo | -3/+9 |
| 2025-09-05 | clarify typo pr guidance | Tshepang Mbambo | -2/+4 |
| 2025-09-05 | RawVecInner: add missing `unsafe` to unsafe fns | Bart Jacobs | -36/+123 |
| 2025-09-05 | Fix indent for unresolved_field fixes | A4-Tacks | -13/+52 |
| 2025-09-05 | Merge pull request #4568 from RalfJung/duration-from-nanos | Ralf Jung | -8/+2 |
| 2025-09-05 | make use of Duration::from_nanos_u128 | Ralf Jung | -8/+2 |
| 2025-09-05 | Merge pull request #4567 from rust-lang/rustup-2025-09-05 | Ralf Jung | -2885/+9298 |
| 2025-09-05 | Simplify `{f16, f32, f54, f128}::midpoint()` | Jules Bertholet | -32/+0 |
| 2025-09-05 | Rollup merge of #146217 - lukas-code:suggest-new-ice, r=compiler-errors | Trevor Gross | -10/+69 |
| 2025-09-05 | Rollup merge of #146207 - alexcrichton:wasip2-stdio, r=juntyr | Trevor Gross | -3/+127 |
| 2025-09-05 | Rollup merge of #146152 - rperier:unify_and_dedup_algebraic_float_tests, r=tg... | Trevor Gross | -83/+44 |
| 2025-09-05 | Rollup merge of #145709 - heiher:issue-145692-1, r=jackh726 | Trevor Gross | -40/+327 |
| 2025-09-05 | Rollup merge of #144342 - Qelxiros:exact-bitshifts, r=tgross35 | Trevor Gross | -0/+231 |
| 2025-09-05 | Auto merge of #144737 - petrochenkov:extprelcache, r=davidtwco | bors | -19/+9 |
| 2025-09-05 | Merge ref 'b3cfb8faf84c' from rust-lang/rust | The Miri Cronjob Bot | -2884/+9297 |
| 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 |