| Age | Commit message (Expand) | Author | Lines |
| 2024-06-09 | Use modulo operation to convert nanosecond to Duration | tiif | -7/+8 |
| 2024-06-09 | Remove test | tiif | -16/+0 |
| 2024-06-09 | Convert u128 to nanosecond | tiif | -12/+8 |
| 2024-06-09 | First attempt | tiif | -7/+34 |
| 2024-06-09 | interpret: do not ICE on padded non-pow2 SIMD vectors | Ralf Jung | -1/+22 |
| 2024-06-09 | use strict ops in some places | Ralf Jung | -9/+8 |
| 2024-06-09 | simd_bitmask: work correctly for sizes like 24 | Ralf Jung | -42/+122 |
| 2024-06-09 | simd_select_bitmask: fix intrinsic name in error | Ralf Jung | -2/+2 |
| 2024-06-09 | simd_bitmask: nicer error when the mask is too big | Ralf Jung | -2/+10 |
| 2024-06-08 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 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 | comment nits | Ralf Jung | -5/+5 |
| 2024-06-08 | add support for `pclmulqdq` | Folkert | -0/+117 |
| 2024-06-08 | Add eventfd shim | tiif | -19/+257 |
| 2024-06-07 | Remove --stage entirely from contributing | Nilstrieb | -1/+1 |
| 2024-06-07 | Fix stage in contributing | Nilstrieb | -2/+2 |
| 2024-06-07 | Merge from rustc | The Miri Cronjob Bot | -4/+17 |
| 2024-06-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -2/+2 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -0/+1 |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -0/+1 |
| 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-05 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 | Auto merge of #3644 - narpfel:local-crates-metadata-format-update, r=RalfJung | bors | -12/+28 |
| 2024-05-30 | add a comment | Ralf Jung | -0/+2 |
| 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-30 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2024-05-30 | Merge from rustc | The Miri Cronjob Bot | -40/+170 |
| 2024-05-30 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-29 | add tests for local crate detection | Paul Gey | -1/+17 |
| 2024-05-29 | Auto merge of #3638 - saethlin:big-alloc-bench, r=RalfJung | bors | -0/+28 |
| 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-29 | Rollup merge of #125633 - RalfJung:miri-no-copy, r=saethlin | 许杰友 Jieyou Xu (Joe) | -37/+19 |
| 2024-05-28 | Add a benchmark for creating large uninit allocations | Ben Kimock | -0/+28 |
| 2024-05-28 | Fix "local crate" detection | Paul Gey | -11/+9 |
| 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-28 | move ./miri environment variables to CONTRIBUTING | Ralf Jung | -16/+22 |
| 2024-05-28 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |