| Age | Commit message (Expand) | Author | Lines |
| 2025-09-05 | Merge pull request #20609 from ChayimFriedman2/update-rustc | Shoyu Vanilla (Flint) | -579/+446 |
| 2025-09-04 | fix: Filter suggestion parts that match existing code | Scott Schafer | -8/+4 |
| 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 | 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 | Rollup merge of #146151 - FrancescoV1985:issue-146047-fix, r=Kobzol | Matthias Krüger | -11/+9 |
| 2025-09-04 | Merge pull request #20607 from ChayimFriedman2/ns-dyn-mismatch | Chayim Refael Friedman | -1/+22 |
| 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 | -76/+326 |
| 2025-09-04 | Add cfg_attr predicate completion | A4-Tacks | -1/+53 |
| 2025-09-04 | improved solution for function is_non_auto_or_matches | FrancescoV1985 | -13/+11 |
| 2025-09-04 | Rollup merge of #146119 - Zalathar:capture, r=jieyouxu | Jacob Pratt | -75/+275 |
| 2025-09-04 | Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 | Jacob Pratt | -1/+51 |
| 2025-09-04 | Auto merge of #146176 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-09-03 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-09-04 | Merge ref '9385c64c95d9' from rust-lang/rust | The Miri Cronjob Bot | -150/+156 |
| 2025-09-04 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-04 | Implement compiletest `--new-output-capture`, in stable Rust | Zalathar | -2/+76 |
| 2025-09-04 | Auto merge of #146185 - Zalathar:rollup-n14lyv6, r=Zalathar | bors | -2/+7 |
| 2025-09-04 | Rollup merge of #146172 - RalfJung:triagebot-keyword-mentions, r=Urgau | Stuart Cook | -1/+6 |
| 2025-09-04 | Rollup merge of #146140 - jeremyd2019:patch-1, r=jieyouxu | Stuart Cook | -1/+1 |
| 2025-09-03 | Auto merge of #146156 - RalfJung:miri, r=RalfJung | bors | -630/+1663 |
| 2025-09-03 | support keyword-based mentions in tidy | Ralf Jung | -1/+6 |
| 2025-09-03 | fix applying an error to infinities | Ralf Jung | -0/+8 |
| 2025-09-03 | Merge pull request #4506 from Patrick-6/miri-genmc-mvp | Ralf Jung | -481/+3667 |
| 2025-09-03 | Add applicable on bang `!` for apply_demorgan | A4-Tacks | -7/+28 |
| 2025-09-03 | Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35 | Stuart Cook | -1/+5 |
| 2025-09-03 | Rollup merge of #145414 - Kmeakin:km/unicode-table-refactors, r=joshtriplett,... | Stuart Cook | -149/+143 |
| 2025-09-03 | Implement basic support for running Miri with GenMC. | Patrick-6 | -429/+3572 |
| 2025-09-03 | Extract address generator struct from memory allocator. | Patrick-6 | -52/+95 |
| 2025-09-03 | Merge pull request #4562 from RalfJung/ci | Ralf Jung | -10/+9 |
| 2025-09-03 | no need to run GC_STRESS more than once for each OS | Ralf Jung | -6/+4 |
| 2025-09-03 | Merge pull request #4561 from RalfJung/short-fd-ops | Ralf Jung | -19/+50 |
| 2025-09-03 | re-balance CI | Ralf Jung | -4/+5 |
| 2025-09-03 | add flag to not shorten FD reads/writes; don't shorten pipe operations | Ralf Jung | -19/+50 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -1/+51 |
| 2025-09-03 | Merge pull request #4558 from RalfJung/float-err-fix | Oli Scherer | -69/+103 |
| 2025-09-03 | thread parking: fix docs and examples | Ralf Jung | -0/+1 |
| 2025-09-03 | Merge pull request #4559 from nia-e/zed-config | Ralf Jung | -0/+47 |
| 2025-09-03 | fix mangitude of applied float error | Ralf Jung | -69/+103 |
| 2025-09-03 | fixes auto-run js checks in tidy | FrancescoV1985 | -13/+13 |
| 2025-09-03 | Merge pull request #20586 from ChayimFriedman2/placeholder-ns | Shoyu Vanilla (Flint) | -233/+324 |
| 2025-09-03 | Merge ref '51ff895062ba' from rust-lang/rust | The Miri Cronjob Bot | -118/+235 |
| 2025-09-03 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-03 | add zed editor config | Nia Espera | -0/+47 |
| 2025-09-02 | compiletest: cygwin follows windows in using PATH for dynamic libraries | jeremyd2019 | -1/+1 |
| 2025-09-03 | Fix closure in match not applicable for add_braces | A4-Tacks | -2/+31 |
| 2025-09-02 | Rollup merge of #146118 - RalfJung:miri-abort, r=joboet | Guillaume Gomez | -88/+49 |