| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | Merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-14 | Auto merge of #3379 - RalfJung:time-with-isolation, r=saethlin | bors | -10/+14 |
| 2024-03-14 | explain time-with-isolation test better | Ralf Jung | -10/+14 |
| 2024-03-14 | Merge from rustc | The Miri Cronjob Bot | -2/+18 |
| 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 | -2/+18 |
| 2024-03-12 | Auto merge of #3370 - RalfJung:windows-sync, r=RalfJung | bors | -286/+0 |
| 2024-03-12 | Merge from rustc | The Miri Cronjob Bot | -4/+76 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -0/+62 |
| 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 | -136/+69 |
| 2024-03-10 | fmt | The Miri Cronjob Bot | -12/+4 |
| 2024-03-10 | Merge from rustc | The Miri Cronjob Bot | -0/+123 |
| 2024-03-09 | windows: remove support for slim rwlock | Ralf Jung | -286/+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 | -2/+18 |
| 2024-03-09 | simplify no-std tests | Ralf Jung | -17/+9 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -0/+123 |
| 2024-03-09 | rename tests/compiletest → tests/ui | Ralf Jung | -1/+1 |
| 2024-03-09 | compiletest: create fresh tempdir for tests to use | Ralf Jung | -15/+30 |
| 2024-03-08 | Merge from rustc | The Miri Cronjob Bot | -1/+7 |
| 2024-03-06 | Add advice for failing `shims/fs.rs` miri test | Maybe Waffle | -0/+4 |
| 2024-03-06 | Make `x t miri` respect `MIRI_TEMP` | Maybe Waffle | -1/+3 |
| 2024-03-06 | Auto merge of #3340 - RalfJung:no-disable-abi-check, r=oli-obk | bors | -111/+5 |
| 2024-03-04 | give macOS even more time to sleep | Ralf Jung | -10/+17 |
| 2024-03-04 | linux-futex test: add comment | Ralf Jung | -0/+1 |
| 2024-03-04 | disable diagnostic deduplication | Ralf Jung | -0/+16 |
| 2024-03-03 | Auto merge of #3345 - RalfJung:win-get-thread-name, r=RalfJung | bors | -27/+100 |
| 2024-03-03 | Windows: support getting the thread name | Ralf Jung | -3/+49 |
| 2024-03-03 | move thread-panic tests to their own file; test getting the thread name | Ralf Jung | -24/+51 |
| 2024-03-02 | Tree Borrows: print where the forbidden access happens; make tag tracking les... | Ralf Jung | -94/+94 |
| 2024-03-02 | remove the ability to disable ABI checking | Ralf Jung | -111/+5 |
| 2024-03-02 | add option to track all read/write accesses to tracked allocations | Ralf Jung | -0/+3 |
| 2024-03-02 | print thread name in miri error backtraces | Ralf Jung | -155/+184 |
| 2024-02-29 | add regression test | Ralf Jung | -0/+25 |
| 2024-02-27 | Merge from rustc | The Miri Conjob Bot | -63/+35 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -14/+14 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -14/+14 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -49/+21 |
| 2024-02-26 | miri: rename miri_start_panic → miri_start_unwind | Ralf Jung | -11/+11 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -3/+3 |
| 2024-02-26 | tree borrows: add a test to sb_fails | Ralf Jung | -2/+16 |
| 2024-02-26 | add direct test for new ProcessPrng shim | Ralf Jung | -0/+17 |
| 2024-02-25 | more dealing with macOS being slow | Ralf Jung | -1/+1 |
| 2024-02-25 | Merge from rustc | Ralf Jung | -15/+37 |
| 2024-02-25 | Auto merge of #121579 - RalfJung:miri, r=RalfJung | bors | -31/+114 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -49/+21 |
| 2024-02-24 | compiletest: call cargo-miri directly rather than via 'cargo run' | Ralf Jung | -10/+7 |
| 2024-02-24 | Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obk | Matthias Krüger | -0/+23 |
| 2024-02-23 | interpret: do no ICE on OOB shuffle/insert/extract indices | Ralf Jung | -0/+23 |