| Age | Commit message (Expand) | Author | Lines |
| 2025-07-14 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-12 | Merge pull request #4465 from RalfJung/readme-strict-provenance | Ralf Jung | -3/+3 |
| 2025-07-12 | readme: update strict provenance link | Ralf Jung | -3/+3 |
| 2025-07-10 | Merge pull request #4458 from rust-lang/rustup-2025-07-10 | Ralf Jung | -2969/+8452 |
| 2025-07-10 | silence clippy | Ralf Jung | -0/+1 |
| 2025-07-10 | fmt | The Miri Cronjob Bot | -1/+3 |
| 2025-07-10 | Merge from rustc | The Miri Cronjob Bot | -2968/+8448 |
| 2025-07-10 | Add clippy_test_deps to workspace member of repo | Philipp Krones | -0/+1 |
| 2025-07-10 | Update Cargo.lock | Philipp Krones | -22/+58 |
| 2025-07-10 | Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u... | Philipp Krones | -476/+2760 |
| 2025-07-10 | Rustup (#15243) | Philipp Krones | -99/+162 |
| 2025-07-10 | Bump nightly version -> 2025-07-10 | Philipp Krones | -2/+2 |
| 2025-07-10 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -495/+2780 |
| 2025-07-10 | Auto merge of #143731 - matthiaskrgr:rollup-lm9q7vc, r=matthiaskrgr | bors | -415/+512 |
| 2025-07-10 | Rollup merge of #143706 - lolbinarycat:triagebot-extra-checks-ping, r=Kobzol | Matthias Krüger | -0/+4 |
| 2025-07-10 | Rollup merge of #143695 - Urgau:waiting-on-author-new_draft, r=Kobzol | Matthias Krüger | -0/+3 |
| 2025-07-10 | Rollup merge of #143683 - jieyouxu:rms-cleanup, r=Kobzol | Matthias Krüger | -242/+143 |
| 2025-07-10 | Rollup merge of #143675 - hkBst:overflowing-1, r=oli-obk | Matthias Krüger | -5/+4 |
| 2025-07-10 | Rollup merge of #143670 - loganek:loganek/wasm32-wasip1-new-maintainer, r=ale... | Matthias Krüger | -0/+1 |
| 2025-07-10 | Rollup merge of #143668 - biabbas:vxworks, r=Noratrieb | Matthias Krüger | -2/+1 |
| 2025-07-10 | Rollup merge of #143666 - nilehmann:nested_bodies_in_consumers, r=lcnr | Matthias Krüger | -62/+107 |
| 2025-07-10 | Rollup merge of #143663 - dillona:fix-typo, r=jdonszelmann | Matthias Krüger | -2/+2 |
| 2025-07-10 | Rollup merge of #143659 - GrigorenkoPV:attributes/inner-outer, r=jdonszelmann | Matthias Krüger | -42/+29 |
| 2025-07-10 | Rollup merge of #143657 - LorrensP-2158466:split-macro-map, r=petrochenkov | Matthias Krüger | -32/+52 |
| 2025-07-10 | Rollup merge of #143652 - moulins:doc-unsize-trait-upcasting, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-07-10 | Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk | Matthias Krüger | -28/+161 |
| 2025-07-10 | Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35 | bors | -525/+2095 |
| 2025-07-10 | Rollup merge of #143644 - Kobzol:stdarch-mention, r=Amanieu | Trevor Gross | -0/+9 |
| 2025-07-10 | Rollup merge of #143398 - lolbinarycat:tidy-extra-checks-auto, r=Kobzol | Trevor Gross | -48/+241 |
| 2025-07-10 | Rollup merge of #143396 - rocurley:float_tests_refactor, r=tgross35 | Trevor Gross | -56/+23 |
| 2025-07-10 | Rollup merge of #143298 - Kivooeo:tf23, r=tgross35 | Trevor Gross | -121/+161 |
| 2025-07-10 | Rollup merge of #143270 - TimNN:fix-enum-match, r=nikic | Trevor Gross | -1/+1 |
| 2025-07-10 | Rollup merge of #143265 - scottmcm:mention-as-chunks, r=ibraheemdev | Trevor Gross | -0/+32 |
| 2025-07-10 | Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro... | Trevor Gross | -116/+510 |
| 2025-07-10 | Rollup merge of #142950 - tgross35:metavariable-expr-rework, r=petrochenkov | Trevor Gross | -134/+259 |
| 2025-07-10 | Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkov | Trevor Gross | -49/+859 |
| 2025-07-10 | Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung | bors | -151/+432 |
| 2025-07-10 | Use `is_windows_msvc` instead of `is_msvc` in run-make tests | Jieyou Xu | -53/+57 |
| 2025-07-10 | Only provide `is_windows_msvc` to gate on windows-msvc | Jieyou Xu | -34/+29 |
| 2025-07-10 | remove unnecessary parens in rust-analyzer | yukang | -1/+1 |
| 2025-07-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-09 | Refactor nan tests | Roger Curley | -56/+23 |
| 2025-07-10 | Auto merge of #143703 - dpaoliello:llvmupate, r=dianqk | bors | -0/+0 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -3/+3 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -27/+160 |
| 2025-07-09 | mbe: Refactor the diagnostic for unrecognized metavariable expressions | Trevor Gross | -12/+25 |
| 2025-07-09 | mbe: Refactor diagnostics for invalid metavar expression syntax | Trevor Gross | -122/+234 |
| 2025-07-09 | Auto merge of #143405 - tgross35:update-builtins, r=tgross35 | bors | -393/+566 |
| 2025-07-09 | Fix multiple problems in #15063 (#15070) | llogiq | -18/+144 |
| 2025-07-09 | Use reference for MacroRulesScopeRef instead of Interned. | LorrensP-2158466 | -3/+2 |