| Age | Commit message (Expand) | Author | Lines |
| 2025-05-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-08 | Merge pull request #4316 from est31/no_let_chains | Ralf Jung | -1/+0 |
| 2025-05-08 | Remove let_chains feature as it is stable | est31 | -1/+0 |
| 2025-05-08 | Merge pull request #4311 from est31/edition_2024 | Ralf Jung | -12/+11 |
| 2025-05-08 | Update miri, cargo-miri and miri-cript to edition 2024 | est31 | -12/+11 |
| 2025-05-08 | Merge pull request #4315 from RalfJung/test-cleanup | Ralf Jung | -23/+0 |
| 2025-05-08 | remove commented-out test leftover | Ralf Jung | -1/+0 |
| 2025-05-08 | remove stray stderr file | Ralf Jung | -22/+0 |
| 2025-05-07 | Merge pull request #4313 from RalfJung/CARGO_TARGET_TMPDIR | Ralf Jung | -3/+2 |
| 2025-05-07 | test suite: use CARGO_TARGET_TMPDIR for temporary build artifacts | Ralf Jung | -3/+2 |
| 2025-05-05 | Merge pull request #4310 from RalfJung/addr-space-conservation | Ralf Jung | -8/+17 |
| 2025-05-05 | Merge pull request #4309 from RalfJung/both-borrows-tests | Ralf Jung | -532/+94 |
| 2025-05-05 | alloc_addresses: when we are running out of addresses, start reusing more agg... | Ralf Jung | -8/+17 |
| 2025-05-05 | consistent folder naming: stacked-borrows -> stacked_borrows | Ralf Jung | -6/+6 |
| 2025-05-05 | Merge pull request #4306 from yoctocell/fix-unsafecell-inside-box | Ralf Jung | -1/+43 |
| 2025-05-05 | move tests that are identical between SB and TB to shared files | Ralf Jung | -764/+326 |
| 2025-05-05 | Merge pull request #4307 from JoJoDeveloping/remove-unique-is-unique | Ralf Jung | -451/+12 |
| 2025-05-04 | Remove -Zunique-is-unique | Johannes Hostert | -451/+12 |
| 2025-05-03 | Merge pull request #4308 from rust-lang/rustup-2025-05-03 | Oli Scherer | -1759/+5329 |
| 2025-05-03 | Merge from rustc | The Miri Cronjob Bot | -1758/+5328 |
| 2025-05-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-03 | Auto merge of #140442 - osiewicz:collector-walk-less-fine-grained-locking, r=... | bors | -27/+38 |
| 2025-05-02 | Auto merge of #140596 - matthiaskrgr:rollup-s7tzr34, r=matthiaskrgr | bors | -309/+403 |
| 2025-05-02 | Construct test so that it would fail for old code | Xinglu Chen | -5/+22 |
| 2025-05-02 | Rollup merge of #140574 - reddevilmidzy:add-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2025-05-02 | Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2025-05-02 | Rollup merge of #140563 - onur-ozkan:extend-dylib-paths, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2025-05-02 | Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju... | Matthias Krüger | -5/+1 |
| 2025-05-02 | Rollup merge of #140536 - zachs18:mapped-guard-filter-map, r=Amanieu | Matthias Krüger | -59/+61 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -213/+202 |
| 2025-05-02 | Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk | Matthias Krüger | -20/+62 |
| 2025-05-02 | Rollup merge of #140509 - tmiasko:merge-contiguous-ranges, r=jswrenn | Matthias Krüger | -7/+19 |
| 2025-05-02 | Rollup merge of #140485 - Jarcho:from_expansion_opt, r=petrochenkov | Matthias Krüger | -2/+15 |
| 2025-05-02 | Auto merge of #140406 - Urgau:autorefs-perf, r=nnethercote | bors | -4/+11 |
| 2025-05-02 | Correctly handle interior mutable data in `Box` | Xinglu Chen | -1/+26 |
| 2025-05-02 | Auto merge of #140581 - Zalathar:rollup-ig2jb9v, r=Zalathar | bors | -223/+1723 |
| 2025-05-02 | Merge pull request #4291 from Patrick-6/miri-genmc-prep | Ralf Jung | -307/+1254 |
| 2025-05-02 | Implement skeleton code for adding GenMC support to Miri (not yet functional). | Patrick-6 | -307/+1254 |
| 2025-05-02 | Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=Amanieu | Stuart Cook | -1/+21 |
| 2025-05-02 | Rollup merge of #140430 - nnethercote:hir-exhaustive, r=dtolnay | Stuart Cook | -104/+1014 |
| 2025-05-02 | Rollup merge of #140389 - sayantn:avx512fp16, r=Amanieu | Stuart Cook | -5/+2 |
| 2025-05-02 | Rollup merge of #140197 - ktnlvr:master, r=workingjubilee | Stuart Cook | -1/+28 |
| 2025-05-02 | Rollup merge of #140159 - thaliaarchi:pathbuf-extension, r=workingjubilee | Stuart Cook | -31/+65 |
| 2025-05-02 | Rollup merge of #139847 - thaliaarchi:args/delegate-iter, r=workingjubilee | Stuart Cook | -21/+207 |
| 2025-05-02 | Rollup merge of #139608 - Lynnesbian:improve-async-block-docs, r=ibraheemdev | Stuart Cook | -0/+60 |
| 2025-05-02 | Rollup merge of #139206 - joboet:unique_thread_errno, r=ibraheemdev | Stuart Cook | -24/+21 |
| 2025-05-02 | Rollup merge of #139046 - nnethercote:hir-Lifetime-better, r=lcnr | Stuart Cook | -31/+104 |
| 2025-05-02 | Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub... | Stuart Cook | -5/+25 |
| 2025-05-02 | Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiser | Stuart Cook | -0/+37 |
| 2025-05-02 | Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkov | Stuart Cook | -0/+139 |