| Age | Commit message (Expand) | Author | Lines |
| 2025-07-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-07 | Auto merge of #143556 - jhpratt:rollup-nid39y2, r=jhpratt | bors | -26/+26 |
| 2025-07-07 | Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease | Jacob Pratt | -26/+26 |
| 2025-07-06 | Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung | bors | -0/+192 |
| 2025-07-06 | rustfmt: migrate BareFn -> FnPtr | Jubilee Young | -9/+9 |
| 2025-07-06 | clippy: migrate BareFn -> FnPtr | Jubilee Young | -17/+17 |
| 2025-07-06 | Auto merge of #143526 - matthiaskrgr:rollup-pm69g5v, r=matthiaskrgr | bors | -4/+4 |
| 2025-07-06 | sleep_until: add clock_nanosleep support to Miri | dvdsk | -0/+192 |
| 2025-07-06 | rename panic_paylods → unwind_payloads | Ralf Jung | -7/+7 |
| 2025-07-06 | interpret: rename StackPopCleanup | Ralf Jung | -16/+16 |
| 2025-07-06 | Rollup merge of #143252 - JonathanBrouwer:rewrite_empty_attribute, r=jdonszel... | Matthias Krüger | -4/+4 |
| 2025-07-06 | Auto merge of #143515 - rust-lang:cargo_update, r=clubby789 | bors | -2/+2 |
| 2025-07-06 | Include enum variants in world symbols | Chayim Refael Friedman | -0/+75 |
| 2025-07-06 | Merge pull request #20184 from Veykril/push-ywpynxnltpok | Lukas Wirth | -32/+44 |
| 2025-07-06 | chore: Remove dead field from `InferenceContext` | Lukas Wirth | -32/+44 |
| 2025-07-06 | Rollup merge of #143504 - RalfJung:compiletest-err, r=jieyouxu | Matthias Krüger | -1/+2 |
| 2025-07-06 | Rollup merge of #143493 - lolbinarycat:tidy-spellcheck-bless, r=Kobzol | Matthias Krüger | -6/+12 |
| 2025-07-06 | Merge pull request #20132 from A4-Tacks/asmut-borrow-minicore | Lukas Wirth | -0/+34 |
| 2025-07-06 | Merge pull request #20126 from Wilfred/no_unwrap_in_discover_projects | Lukas Wirth | -3/+8 |
| 2025-07-06 | Rewrite empty attribute lint | Jonathan Brouwer | -4/+4 |
| 2025-07-06 | Merge pull request #20179 from ChayimFriedman2/destructuring-assignment-never | Lukas Wirth | -2/+61 |
| 2025-07-06 | Merge pull request #20175 from dianne/match-check-box-cleanup | Chayim Refael Friedman | -60/+20 |
| 2025-07-06 | cargo update | github-actions | -2/+2 |
| 2025-07-06 | Always bump in the parser in `err_and_bump()` | Chayim Refael Friedman | -8/+50 |
| 2025-07-05 | clippy: conditions are no longer wrapped in `DropTemps` | dianne | -48/+29 |
| 2025-07-05 | Rollup merge of #143478 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -475/+1468 |
| 2025-07-05 | compiletest: print slightly more information on fs::write failure | Ralf Jung | -1/+2 |
| 2025-07-05 | Fix diverging destructuring assignments | Chayim Refael Friedman | -2/+61 |
| 2025-07-05 | Rollup merge of #143447 - jieyouxu:compiletest-maintenance-4, r=Kobzol | Ben Kimock | -93/+353 |
| 2025-07-05 | tidy: add specific error message for trying to use `spellcheck:fix`. | binarycat | -0/+7 |
| 2025-07-05 | tidy: use --bless for tidy spellcheck instead of spellcheck:fix | binarycat | -6/+5 |
| 2025-07-05 | Fix Borrow and BorrowMut define from beta std | A4-Tacks | -2/+2 |
| 2025-07-05 | Merge pull request #4444 from devnexen/filemetadata_upd | Ralf Jung | -4/+22 |
| 2025-07-05 | minor cleanup | Ralf Jung | -9/+4 |
| 2025-07-05 | shims::fs adding more fields to FileMetadata | David Carlier | -4/+27 |
| 2025-07-05 | miri-script: set msrv so clippy doesn't suggest too-new features | Ralf Jung | -2/+1 |
| 2025-07-05 | Improve compiletest config documentation | Jieyou Xu | -93/+353 |
| 2025-07-05 | fmt | Ralf Jung | -1/+3 |
| 2025-07-05 | Merge from rustc | Ralf Jung | -29/+30 |
| 2025-07-05 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-07-04 | always check for mixed deref pattern and normal constructors | dianne | -0/+8 |
| 2025-07-04 | `hir_ty::match_check`: remove special handling for box patterns | dianne | -60/+20 |
| 2025-07-04 | Rollup merge of #142440 - Kivooeo:tf14, r=tgross35 | Jubilee | -4/+0 |
| 2025-07-05 | Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-07-04 | remote-test-client: Exit code `128 + <signal-number>` instead of `3` | Martin Nordholts | -1/+3 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -12/+16 |
| 2025-07-04 | remove syntaxTree from docs | vinícius x | -18/+0 |
| 2025-07-04 | fix: Avoid .unwrap() when running the discover command | Wilfred Hughes | -3/+8 |
| 2025-07-04 | Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3 | Matthias Krüger | -13/+8 |
| 2025-07-04 | Rollup merge of #143286 - Muscraft:track-diagnostics-note, r=WaffleLapkin | Matthias Krüger | -3/+5 |