| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-23 | Get rid of some `#[allow(static_mut_refs)]` | Pavel Grigorenko | -15/+14 |
| 2024-02-22 | fmt | The Miri Conjob Bot | -3/+5 |
| 2024-02-22 | Merge from rustc | The Miri Conjob Bot | -24/+24 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -24/+24 |
| 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 | -8/+9 |
| 2024-02-18 | Dyn erase at call site | David Thomas | -2/+2 |
| 2024-02-18 | Reduce monomorphisation bloat in small_c_string | David Thomas | -0/+1 |
| 2024-02-18 | fmt | The Miri Conjob Bot | -2/+1 |
| 2024-02-18 | Merge from rustc | The Miri Conjob Bot | -1/+6 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -6/+6 |
| 2024-02-17 | add direct test of pthread_cond | Ralf Jung | -4/+52 |
| 2024-02-17 | Auto merge of #121232 - RalfJung:miri, r=RalfJung | bors | -38/+1455 |
| 2024-02-17 | Merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -1/+6 |
| 2024-02-16 | Implement x86 AVX intrinsics | Eduardo Sánchez Muñoz | -0/+1269 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-14 | remove no-longer needed rustfmt::skip | Ralf Jung | -1/+0 |
| 2024-02-13 | Prevent rustfmt from messing up experimental syntax | Oli Scherer | -0/+1 |
| 2024-02-13 | Merge from rustc | The Miri Conjob Bot | -0/+45 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -0/+43 |
| 2024-02-12 | Allow invalid ref casting in Miri unaligned_ref_addr_of test | Urgau | -0/+2 |
| 2024-02-12 | Support safe intrinsics with fallback bodies | Oli Scherer | -1/+1 |
| 2024-02-12 | also test pthread_mutex/rwlock directly | Ralf Jung | -13/+143 |
| 2024-02-12 | comment tweaks | Ralf Jung | -8/+7 |
| 2024-02-12 | Merge from rustc | Ralf Jung | -0/+51 |
| 2024-02-11 | Fix async closures in CTFE | Michael Goulet | -0/+43 |
| 2024-02-11 | Auto merge of #3295 - RalfJung:imported_main, r=RalfJung | bors | -0/+9 |
| 2024-02-11 | add tests for imported_main | Ralf Jung | -0/+9 |