| Age | Commit message (Expand) | Author | Lines |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -6/+6 |
| 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-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-12 | Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk | Guillaume Gomez | -0/+40 |
| 2024-06-11 | interpret: dyn trait metadata check: equate traits in a proper way | Ralf Jung | -0/+40 |
| 2024-06-10 | Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obk | Matthias Krüger | -0/+21 |
| 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-07 | Merge from rustc | The Miri Cronjob Bot | -2/+14 |
| 2024-06-05 | fmt | The Miri Cronjob Bot | -3/+1 |
| 2024-06-05 | Merge from rustc | The Miri Cronjob Bot | -0/+17 |
| 2024-06-03 | Add more ABI test cases. | Lokathor | -2/+14 |
| 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 | 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-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -4/+62 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -0/+15 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -0/+15 |
| 2024-05-20 | Fix miri too | Michael Goulet | -2/+2 |
| 2024-05-19 | miri: support simd_ctpop | Jubilee Young | -0/+15 |
| 2024-05-19 | various small nits | Ralf Jung | -15/+16 |
| 2024-05-19 | Directly implement native exception raise methods in miri | bjorn3 | -0/+95 |
| 2024-05-19 | make basic things work on Android | Ralf Jung | -2/+6 |
| 2024-05-16 | alloc now works on wasi (and some formatting) | Ralf Jung | -0/+3 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -4/+62 |
| 2024-05-12 | merge two integer tests | Ralf Jung | -58/+61 |
| 2024-05-12 | merge float tests into one | Ralf Jung | -66/+67 |
| 2024-05-11 | Auto merge of #3596 - bend-n:support_fstar_algebraic, r=RalfJung | bors | -0/+32 |
| 2024-05-11 | support `f*_algebraic` | bendn | -0/+32 |
| 2024-05-11 | Merge from rustc | The Miri Cronjob Bot | -6/+6 |
| 2024-05-09 | do not run symlink tests on Windows hosts | Ralf Jung | -73/+65 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -6/+6 |
| 2024-05-05 | hello: also ensure stderr works | Ralf Jung | -0/+2 |
| 2024-05-04 | Auto merge of #3559 - RalfJung:weak-extern-static, r=RalfJung | bors | -6/+7 |
| 2024-05-04 | make statx a regular function (so we don't need to support the syscall) | Ralf Jung | -6/+7 |
| 2024-05-04 | make some tests not need output (so they work on wasm) | Ralf Jung | -10/+6 |
| 2024-05-04 | freebsd: test std threadname and fs APIs | Ralf Jung | -0/+0 |
| 2024-05-04 | move intrinsics implementations and tests into dedicated folder | Ralf Jung | -0/+0 |
| 2024-05-04 | rename integer test | Ralf Jung | -0/+0 |
| 2024-05-04 | move available-parallelism tests into shims/ folder | Ralf Jung | -0/+0 |