| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -2/+2 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+3 |
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from Miri tests | Jake Goulding | -2/+2 |
| 2024-01-11 | std: update miri tests | joboet | -24/+24 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+2 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -0/+2 |
| 2024-01-06 | fmt | The Miri Conjob Bot | -1/+6 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -9/+9 |
| 2024-01-04 | Rollup merge of #119574 - RalfJung:miri, r=oli-obk | Matthias Krüger | -121/+22 |
| 2024-01-02 | Allow unused tuple struct fields in Miri tests | Jake Goulding | -9/+9 |
| 2023-12-30 | Auto merge of #3239 - beepster4096:windows_sys_tests, r=RalfJung | bors | -121/+0 |
| 2023-12-27 | fast_math: detect non-finite results | Ralf Jung | -0/+22 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -30/+30 |
| 2023-12-25 | have windows tests use windows-sys | DrMeepster | -121/+0 |
| 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 |