| Age | Commit message (Expand) | Author | Lines |
| 2024-02-24 | Windows miri-script execution egronomics | Ross Smyth | -0/+10 |
| 2024-02-24 | Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obk | Matthias Krüger | -6/+27 |
| 2024-02-23 | Auto merge of #3314 - RalfJung:up, r=RalfJung | bors | -272/+248 |
| 2024-02-23 | cargo update | Ralf Jung | -272/+248 |
| 2024-02-23 | interpret: do no ICE on OOB shuffle/insert/extract indices | Ralf Jung | -6/+27 |
| 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 | -25/+25 |
| 2024-02-22 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-22 | Auto merge of #121415 - matthiaskrgr:rollup-o9zzet4, r=matthiaskrgr | bors | -1/+1 |
| 2024-02-22 | Inline and remove `Session::compile_status`. | Nicholas Nethercote | -1/+1 |
| 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-19 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 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 | Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJung | bors | -6/+6 |
| 2024-02-18 | fmt | The Miri Conjob Bot | -2/+1 |
| 2024-02-18 | Merge from rustc | The Miri Conjob Bot | -2/+7 |
| 2024-02-18 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -6/+6 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -1/+1 |
| 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 | -263/+2116 |
| 2024-02-17 | Merge from rustc | The Miri Conjob Bot | -21/+21 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -1/+6 |
| 2024-02-17 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-16 | Implement x86 AVX intrinsics | Eduardo Sánchez Muñoz | -50/+1844 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -20/+20 |
| 2024-02-16 | fmt | The Miri Conjob Bot | -28/+7 |
| 2024-02-16 | Merge from rustc | The Miri Conjob Bot | -9/+2 |
| 2024-02-16 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -1/+1 |
| 2024-02-15 | Split a bool argument into two named functions | Oli Scherer | -9/+2 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -6/+6 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -20/+20 |
| 2024-02-14 | remove no-longer needed rustfmt::skip | Ralf Jung | -1/+0 |
| 2024-02-14 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 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-13 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 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 | -21/+146 |