| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | fmt | Ralf Jung | -2/+1 |
| 2024-03-15 | Merge from rustc | Ralf Jung | -5/+4 |
| 2024-03-15 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-14 | Apply the same shell quoting trick we use in the URL to | Ben Kimock | -1/+1 |
| 2024-03-14 | Auto merge of #3379 - RalfJung:time-with-isolation, r=saethlin | bors | -10/+14 |
| 2024-03-14 | Rollup merge of #122397 - oli-obk:machine-read-hook2, r=RalfJung | Matthias Krüger | -1/+1 |
| 2024-03-14 | explain time-with-isolation test better | Ralf Jung | -10/+14 |
| 2024-03-14 | Move generate_stacktrace_from_stack away from InterpCx to avoid having to kno... | Oli Scherer | -1/+1 |
| 2024-03-14 | Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-03-14 | Auto merge of #3380 - RalfJung:cron, r=RalfJung | bors | -2/+2 |
| 2024-03-14 | Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obk | bors | -3/+2 |
| 2024-03-14 | make cron job topic names more consistent | Ralf Jung | -2/+2 |
| 2024-03-14 | fmt | The Miri Cronjob Bot | -1/+6 |
| 2024-03-14 | Merge from rustc | The Miri Cronjob Bot | -63/+210 |
| 2024-03-14 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-13 | Improve sysroots notification | Ben Kimock | -6/+22 |
| 2024-03-14 | update virtual clock in miri test since signed loops now execute more methods | The 8472 | -1/+1 |
| 2024-03-13 | Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk | bors | -63/+210 |
| 2024-03-12 | Auto merge of #3370 - RalfJung:windows-sync, r=RalfJung | bors | -602/+0 |
| 2024-03-12 | Merge from rustc | The Miri Cronjob Bot | -8/+81 |
| 2024-03-12 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -0/+62 |
| 2024-03-11 | Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviper | Jacob Pratt | -4/+14 |
| 2024-03-11 | Rollup merge of #121633 - ChrisDenton:precise, r=Nilstrieb | Jacob Pratt | -4/+5 |
| 2024-03-11 | chore: remove repetitive word | tgolang | -1/+1 |
| 2024-03-10 | test into_boxed_slice with custom allocator in Miri | Ralf Jung | -4/+14 |
| 2024-03-10 | Auto merge of #122246 - RalfJung:miri, r=RalfJung | bors | -260/+238 |
| 2024-03-10 | remove unnecessary frame parameter from after_local_allocated | Ralf Jung | -2/+1 |
| 2024-03-10 | fmt | The Miri Cronjob Bot | -12/+4 |
| 2024-03-10 | Merge from rustc | The Miri Cronjob Bot | -13/+205 |
| 2024-03-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-09 | windows: remove support for slim rwlock | Ralf Jung | -602/+0 |
| 2024-03-09 | interpret: do not call machine read hooks during validation | Ralf Jung | -0/+62 |
| 2024-03-09 | miri: add some chance to reuse addresses of previously freed allocations | Ralf Jung | -39/+182 |
| 2024-03-09 | simplify no-std tests | Ralf Jung | -17/+9 |
| 2024-03-09 | remove some frame parameters that are no longer needed | Ralf Jung | -1/+1 |
| 2024-03-09 | rename intptrcast -> alloc_addresses, and make a folder for it | Ralf Jung | -13/+16 |
| 2024-03-09 | interpret: pass Size and Align to before_memory_deallocation | Ralf Jung | -13/+14 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -13/+205 |
| 2024-03-09 | Auto merge of #3367 - rust-lang:rustup-2024-03-09, r=RalfJung | bors | -14/+10 |
| 2024-03-09 | fix clippy lints | Ralf Jung | -1/+1 |
| 2024-03-09 | rename tests/compiletest → tests/ui | Ralf Jung | -4/+4 |
| 2024-03-09 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2024-03-09 | Merge from rustc | The Miri Cronjob Bot | -13/+8 |
| 2024-03-09 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-09 | compiletest: create fresh tempdir for tests to use | Ralf Jung | -15/+32 |
| 2024-03-08 | Rollup merge of #122076 - WaffleLapkin:mplace-args, r=RalfJung | Matthias Krüger | -11/+4 |
| 2024-03-08 | Tweak the way we protect in-place function arguments in interpreters | Maybe Waffle | -11/+4 |
| 2024-03-08 | Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkov | Matthias Krüger | -2/+4 |
| 2024-03-08 | fix clippy lints | Ralf Jung | -5/+5 |