| Age | Commit message (Expand) | Author | Lines |
| 2023-11-28 | Remove Stacked Borrows GC heuristics | Ben Kimock | -1/+4 |
| 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 | -9/+7 |
| 2023-11-25 | bless | Ralf Jung | -16/+16 |
| 2023-11-25 | make tests/utils work with edition 2015 | Ralf Jung | -2/+2 |
| 2023-11-25 | bless | Ralf Jung | -2/+2 |
| 2023-11-25 | Merge from rustc | Ralf Jung | -480/+480 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -8/+8 |
| 2023-11-24 | Bless Miri tests | Nilstrieb | -472/+472 |
| 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 | Auto merge of #3184 - RalfJung:getenv, r=RalfJung | bors | -3/+39 |
| 2023-11-23 | detect and test for data races between setenv and getenv | Ralf Jung | -3/+39 |
| 2023-11-23 | Merge from rustc | The Miri Conjob Bot | -8/+1 |
| 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 | -8/+1 |
| 2023-11-21 | fmt | Ralf Jung | -3/+1 |
| 2023-11-21 | Merge from rustc | Ralf Jung | -11/+70 |
| 2023-11-21 | Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJung | Nilstrieb | -11/+46 |
| 2023-11-20 | Auto merge of #3176 - eduardosm:cmp, r=RalfJung | bors | -4/+166 |
| 2023-11-20 | Implement all 16 AVX compare operators | Eduardo Sánchez Muñoz | -0/+162 |
| 2023-11-20 | Test with -Zmiri-provenance-gc=1 on Linux | Ben Kimock | -1/+3 |
| 2023-11-20 | Test that the GC consults the extra_fn_ptr map | Ben Kimock | -0/+33 |
| 2023-11-20 | libc-misc test freebsd fixes attempt | David Carlier | -51/+45 |
| 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 | -10/+10 |
| 2023-11-19 | Improve wording of `intrinsics-x86-*.rs` header | Eduardo Sánchez Muñoz | -4/+4 |
| 2023-11-18 | guarantee that char and u32 are ABI-compatible | Ralf Jung | -1/+5 |
| 2023-11-16 | move reallocarray test into libc-misc | Ralf Jung | -16/+17 |
| 2023-11-16 | make libc-misc pass under FreeBSD | Ralf Jung | -0/+7 |
| 2023-11-16 | split thread test into synchronization primitives and threadname | Ralf Jung | -60/+51 |
| 2023-11-16 | Auto merge of #3166 - devnexen:reallocarray, r=RalfJung | bors | -0/+16 |
| 2023-11-16 | reallocarray shim linux/freebsd support proposal. | David Carlier | -0/+16 |
| 2023-11-16 | get rid of our last uses of set_var | Ralf Jung | -5/+5 |
| 2023-11-15 | Auto merge of #3164 - devnexen:fbsd_upd3, r=RalfJung | bors | -1/+4 |
| 2023-11-15 | freebsd adding getrandom interception. | David Carlier | -1/+4 |
| 2023-11-15 | Merge from rustc | The Miri Conjob Bot | -31/+31 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -31/+31 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -31/+31 |
| 2023-11-13 | share getentropy shim across various unixes | Ralf Jung | -4/+14 |
| 2023-11-13 | organize pass-dep tests more by the crate they test | Ralf Jung | -12/+16 |
| 2023-11-13 | freebsd adding getentropy interception support | David Carlier | -0/+11 |
| 2023-11-12 | Auto merge of #3159 - eduardosm:sse41-round, r=RalfJung | bors | -80/+308 |
| 2023-11-12 | Improve SSE4.1 rounding tests coverage | Eduardo Sánchez Muñoz | -137/+305 |
| 2023-11-12 | more consistent naming for TLS tests | Ralf Jung | -10/+13 |
| 2023-11-12 | Auto merge of #2931 - max-heller:issue-2881, r=RalfJung | bors | -0/+119 |
| 2023-11-12 | allow allocations referenced by main thread TLS to leak | max-heller | -0/+119 |
| 2023-11-12 | Implement roundps and roundpd SSE4.1 intrinsics | Eduardo Sánchez Muñoz | -0/+60 |
| 2023-11-12 | tweak comments | Ralf Jung | -9/+5 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -0/+24 |