| 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 | 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 | -37/+18 |
| 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 | 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 | -9/+5 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -0/+123 |
| 2024-03-09 | compiletest: create fresh tempdir for tests to use | Ralf Jung | -1/+1 |
| 2024-03-08 | Merge from rustc | The Miri Cronjob Bot | -0/+4 |
| 2024-03-06 | Add advice for failing `shims/fs.rs` miri test | Maybe Waffle | -0/+4 |
| 2024-03-06 | Auto merge of #3340 - RalfJung:no-disable-abi-check, r=oli-obk | bors | -26/+0 |
| 2024-03-04 | give macOS even more time to sleep | Ralf Jung | -10/+17 |
| 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 | remove the ability to disable ABI checking | Ralf Jung | -26/+0 |
| 2024-03-02 | print thread name in miri error backtraces | Ralf Jung | -0/+1 |
| 2024-02-27 | Merge from rustc | The Miri Conjob Bot | -18/+6 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -1/+1 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -17/+5 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -1/+1 |
| 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 | -12/+11 |
| 2024-02-25 | Auto merge of #121579 - RalfJung:miri, r=RalfJung | bors | -15/+52 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -17/+5 |
| 2024-02-23 | Get rid of some `#[allow(static_mut_refs)]` | Pavel Grigorenko | -12/+11 |
| 2024-02-22 | fmt | The Miri Conjob Bot | -1/+2 |
| 2024-02-22 | Merge from rustc | The Miri Conjob Bot | -13/+13 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -13/+13 |
| 2024-02-21 | Test windows random shims | Chris Denton | -0/+41 |
| 2024-02-19 | Auto merge of #3307 - RalfJung:macos-unreliable, r=RalfJung | bors | -3/+3 |
| 2024-02-19 | tests/pass/concurrency/sync: try to make it less likely for the test to fail ... | Ralf Jung | -3/+3 |
| 2024-02-19 | enable from_bitmask_vector test on little-endian targets | Ralf Jung | -9/+5 |
| 2024-02-19 | Merge from rustc | The Miri Conjob Bot | -4/+4 |
| 2024-02-18 | fmt | The Miri Conjob Bot | -2/+1 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -4/+4 |
| 2024-02-17 | Auto merge of #121232 - RalfJung:miri, r=RalfJung | bors | -7/+1300 |
| 2024-02-17 | Merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -1/+6 |