| Age | Commit message (Expand) | Author | Lines |
| 2023-12-17 | do not allow ABI mismatches inside repr(C) types | Ralf Jung | -0/+33 |
| 2023-12-12 | also add a Miri test | Ralf Jung | -0/+43 |
| 2023-12-05 | fix miri_promise_symbolic_alignment for huge alignments | Ralf Jung | -0/+22 |
| 2023-12-05 | Merge from rustc | The Miri Conjob Bot | -19/+14 |
| 2023-12-04 | fmt | The Miri Conjob Bot | -10/+2 |
| 2023-12-04 | Auto merge of #116915 - bend-n:unwet, r=saethlin | bors | -19/+14 |
| 2023-12-04 | use `assume(idx < self.len())` in `[T]::get_unchecked` | bendn | -19/+14 |
| 2023-12-03 | Auto merge of #117840 - RalfJung:miri-promise-align, r=cjgillot | bors | -0/+83 |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -0/+83 |
| 2023-12-03 | Auto merge of #118567 - RalfJung:miri, r=RalfJung | bors | -10/+14 |
| 2023-12-03 | Auto merge of #118487 - RalfJung:exposed-provenance, r=thomcc | bors | -4/+4 |
| 2023-12-03 | Merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -1/+1 |
| 2023-11-30 | move exposed-provenance APIs into separate feature gate and explain the relat... | Ralf Jung | -4/+4 |
| 2023-11-30 | move some validity-related tests into subdir | Ralf Jung | -8/+8 |
| 2023-11-30 | move 'uninit' tests into common directory | Ralf Jung | -2/+4 |
| 2023-11-30 | Merge from rustc | Ralf Jung | -0/+42 |
| 2023-11-29 | explain tests that disable the provenance GC | Ralf Jung | -0/+2 |
| 2023-11-28 | add test checking that aggregate assignments reset memory to uninit first | Ralf Jung | -0/+42 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -1/+1 |
| 2023-11-25 | bless | Ralf Jung | -16/+16 |
| 2023-11-25 | bless | Ralf Jung | -1/+1 |
| 2023-11-25 | Merge from rustc | Ralf Jung | -431/+431 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -8/+8 |
| 2023-11-24 | Bless Miri tests | Nilstrieb | -423/+423 |
| 2023-11-24 | Refactor `float_to_int_checked` to remove its generic parameter and reduce co... | Eduardo Sánchez Muñoz | -48/+48 |
| 2023-11-23 | Merge from rustc | The Miri Conjob Bot | -3/+0 |
| 2023-11-22 | Auto merge of #3180 - eduardosm:check-intrinsics-target-feature, r=RalfJung | bors | -0/+57 |
| 2023-11-22 | Check that target features required by LLVM intrinsics are enabled | Eduardo Sánchez Muñoz | -0/+57 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -3/+0 |
| 2023-11-21 | Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJung | Nilstrieb | -2/+2 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -0/+24 |
| 2023-11-19 | tag-gc -> provenance-gc | Ben Kimock | -2/+2 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -30/+30 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -30/+30 |
| 2023-11-12 | more consistent naming for TLS tests | Ralf Jung | -9/+9 |
| 2023-11-12 | allow allocations referenced by main thread TLS to leak | max-heller | -0/+98 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -0/+24 |
| 2023-11-10 | data_race: link to docs for 'unusual' race conditions | Ralf Jung | -0/+6 |
| 2023-11-04 | Auto merge of #3145 - RalfJung:data-race-error, r=RalfJung | bors | -106/+112 |
| 2023-11-02 | Merge from rustc | The Miri Conjob Bot | -2/+2 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-10-30 | make sure we catch UB with _ pattern in various syntactic positions | Ralf Jung | -4/+81 |
| 2023-10-28 | Auto merge of #3149 - RalfJung:atomic-readonly-loads, r=RalfJung | bors | -31/+62 |
| 2023-10-28 | accept some atomic loads from read-only memory | Ralf Jung | -31/+62 |
| 2023-10-28 | add some tests specifically for validity checks arising from match binders | Ralf Jung | -0/+59 |
| 2023-10-28 | fmt | The Miri Conjob Bot | -1/+0 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -0/+57 |
| 2023-10-27 | give some more help for the unusual data races | Ralf Jung | -12/+18 |
| 2023-10-27 | data-race: preserve structured access information longer, and don't upper-cas... | Ralf Jung | -104/+104 |