| Age | Commit message (Expand) | Author | Lines |
| 2024-05-21 | don't inhibit random field reordering on repr(packed(1)) | Ralf Jung | -2/+2 |
| 2024-05-21 | interpret: make overflowing binops just normal binops | Ralf Jung | -90/+88 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -0/+17 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -0/+17 |
| 2024-05-20 | Fix miri too | Michael Goulet | -3/+3 |
| 2024-05-20 | Use `throw_unsup_format` instead of returning `ENOTSUP` in the mmap shim | marc0246 | -42/+15 |
| 2024-05-19 | miri: support simd_ctpop | Jubilee Young | -0/+17 |
| 2024-05-19 | Rollup merge of #125286 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -604/+1296 |
| 2024-05-19 | Auto merge of #3319 - bjorn3:some_more_shims, r=RalfJung | bors | -48/+168 |
| 2024-05-19 | various small nits | Ralf Jung | -69/+72 |
| 2024-05-19 | Directly implement native exception raise methods in miri | bjorn3 | -1/+118 |
| 2024-05-19 | use a little arg-parsing helper for miri-script | Ralf Jung | -147/+262 |
| 2024-05-19 | test wasm32-wasip2 instead of the deprecated wasm32-wasi target | Ralf Jung | -2/+2 |
| 2024-05-19 | properly print error in 'cargo miri setup --print-sysroot' | Ralf Jung | -58/+36 |
| 2024-05-19 | Auto merge of #3616 - RalfJung:android, r=RalfJung | bors | -37/+79 |
| 2024-05-19 | Auto merge of #3585 - devnexen:aligned_alloc, r=RalfJung | bors | -44/+171 |
| 2024-05-19 | make basic things work on Android | Ralf Jung | -37/+79 |
| 2024-05-19 | a bit of refactoring and tweak the aligned-allocation tests | Ralf Jung | -62/+61 |
| 2024-05-19 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -18/+18 |
| 2024-05-18 | support aligned_alloc for unixes support. | David Carlier | -0/+128 |
| 2024-05-17 | Ignore the Helix configuration directory | marc0246 | -0/+1 |
| 2024-05-17 | Auto merge of #3603 - Luv-Ray:issue-3572, r=RalfJung | bors | -19/+28 |
| 2024-05-17 | Auto merge of #3526 - Strophox:miri-memory, r=RalfJung | bors | -6/+119 |
| 2024-05-16 | start implementing MiriAllocBytes | Strophox | -6/+119 |
| 2024-05-16 | alloc now works on wasi (and some formatting) | Ralf Jung | -41/+97 |
| 2024-05-16 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-13 | Give `FileDescription::{read, write}` access to the `InterpCx` | Luv-Ray | -19/+28 |
| 2024-05-13 | Auto merge of #3604 - RalfJung:intrinsics, r=RalfJung | bors | -36/+36 |
| 2024-05-13 | intrinsics: just panic when they get used incorrectly | Ralf Jung | -36/+36 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -327/+64 |
| 2024-05-12 | Auto merge of #3575 - devnexen:illumos_part3, r=RalfJung | bors | -4/+14 |
| 2024-05-12 | further illumos/solaris support. | David Carlier | -4/+14 |
| 2024-05-12 | Auto merge of #3599 - saethlin:quiet-when-no-change, r=RalfJung | bors | -21/+35 |
| 2024-05-12 | Don't print unnecessary sysroot messages | Ben Kimock | -21/+35 |
| 2024-05-12 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 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-12 | organize float intrinsic implementations a bit | Ralf Jung | -102/+92 |
| 2024-05-12 | Add non-null pointer for posix_memalign | tiif | -14/+73 |
| 2024-05-11 | Auto merge of #3596 - bend-n:support_fstar_algebraic, r=RalfJung | bors | -0/+54 |
| 2024-05-11 | support `f*_algebraic` | bendn | -0/+54 |
| 2024-05-11 | Auto merge of #3598 - RalfJung:heap, r=RalfJung | bors | -38/+74 |
| 2024-05-11 | separate windows heap functions from C heap shims | Ralf Jung | -33/+56 |
| 2024-05-11 | alloc: update comments around malloc() alignment | Ralf Jung | -8/+21 |
| 2024-05-11 | Merge from rustc | The Miri Cronjob Bot | -35/+70 |
| 2024-05-11 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-10 | rename 'extern-so' to 'native-lib' | Ralf Jung | -333/+283 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -6/+5 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -6/+5 |