| Age | Commit message (Expand) | Author | Lines |
| 2024-06-17 | show proper UB when making a too large allocation request | Ralf Jung | -0/+25 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -17/+17 |
| 2024-06-15 | std: refactor the TLS implementation | joboet | -3/+3 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -98/+51 |
| 2024-06-14 | Add `f16` and `f128` support to Miri | Trevor Gross | -98/+51 |
| 2024-06-14 | add Miri tests | Ralf Jung | -0/+61 |
| 2024-06-13 | Auto merge of #3622 - TDecking:sse4_2, r=RalfJung | bors | -0/+443 |
| 2024-06-13 | add some more CRC tests | Ralf Jung | -0/+20 |
| 2024-06-13 | Implement LLVM x86 SSE4.2 intrinsics | Tobias Decking | -0/+423 |
| 2024-06-13 | fmt | The Miri Cronjob Bot | -6/+12 |
| 2024-06-13 | Merge from rustc | The Miri Cronjob Bot | -2/+167 |
| 2024-06-12 | Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk | Guillaume Gomez | -2/+42 |
| 2024-06-11 | interpret: ensure we check bool/char for validity when they are used in a cast | Ralf Jung | -0/+125 |
| 2024-06-11 | interpret: dyn trait metadata check: equate traits in a proper way | Ralf Jung | -0/+40 |
| 2024-06-11 | check for correct trait in size_and_align_of | Ralf Jung | -2/+2 |
| 2024-06-11 | Merge from rustc | Ralf Jung | -0/+21 |
| 2024-06-10 | Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obk | Matthias Krüger | -0/+21 |
| 2024-06-10 | Add socketpair shim | tiif | -0/+180 |
| 2024-06-09 | Follow up fix for eventfd shim | tiif | -10/+15 |
| 2024-06-09 | interpret: do not ICE on padded non-pow2 SIMD vectors | Ralf Jung | -1/+22 |
| 2024-06-09 | simd_bitmask: work correctly for sizes like 24 | Ralf Jung | -16/+55 |
| 2024-06-08 | Auto merge of #3655 - RalfJung:simd-bitmask, r=RalfJung | bors | -1/+39 |
| 2024-06-08 | portable-simd: add test for non-power-of-2 bitmask | Ralf Jung | -1/+39 |
| 2024-06-08 | add support for `pclmulqdq` | Folkert | -0/+48 |
| 2024-06-08 | Add eventfd shim | tiif | -0/+163 |
| 2024-06-07 | Merge from rustc | The Miri Cronjob Bot | -2/+14 |
| 2024-06-05 | Rollup merge of #125672 - Lokathor:update-miri-result-ffi, r=RalfJung | Matthias Krüger | -2/+14 |
| 2024-06-05 | fmt | The Miri Cronjob Bot | -3/+1 |
| 2024-06-05 | Merge from rustc | The Miri Cronjob Bot | -52/+41 |
| 2024-06-03 | Add more ABI test cases. | Lokathor | -2/+14 |
| 2024-06-03 | Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation | Michael Goulet | -34/+0 |
| 2024-06-03 | Reformat `mir!` macro invocations to use braces. | Nicholas Nethercote | -18/+24 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -0/+5 |
| 2024-05-30 | explain what the open questions are, and add a Miri test for that | Ralf Jung | -0/+12 |
| 2024-05-30 | make env/var test deterministic | Ralf Jung | -0/+3 |
| 2024-05-29 | Auto merge of #125360 - RalfJung:packed-field-reorder, r=fmease | bors | -2/+2 |
| 2024-05-29 | Revert miri async drop test but add warnings to each async drop test | Daria Sukhonina | -50/+34 |
| 2024-05-29 | Bless new async destructor sizes in async drop tests | Daria Sukhonina | -5/+5 |
| 2024-05-29 | Add size check inside of the async drop tests | Daria Sukhonina | -29/+50 |
| 2024-05-28 | Add Miri smoke pass test for ptr_metadata intrinsic | Scott McMurray | -1/+7 |
| 2024-05-28 | Add Miri tests for `PtrMetadata` UB | Scott McMurray | -0/+142 |
| 2024-05-27 | MIR validation: ensure that downcast projection is followed by field projection | Ralf Jung | -1/+1 |
| 2024-05-25 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-24 | miri: receive the blessings of validate.rs | Jubilee Young | -1/+1 |
| 2024-05-24 | Auto merge of #3626 - devnexen:pthread_name_illumos, r=oli-obk | bors | -1/+1 |
| 2024-05-24 | Merge from rustc | The Miri Cronjob Bot | -24/+24 |
| 2024-05-23 | solaris add suport for threadname. | David Carlier | -1/+1 |
| 2024-05-23 | Merge from rustc | The Miri Cronjob Bot | -342/+79 |
| 2024-05-23 | Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obk | bors | -24/+24 |
| 2024-05-22 | Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obk | León Orell Valerian Liehr | -15/+15 |