| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | Rollup merge of #125672 - Lokathor:update-miri-result-ffi, r=RalfJung | Matthias Krüger | -2/+14 |
| 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-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 |
| 2024-05-22 | solaris/illumos localtime_r / clock_getime support enabled. | David Carlier | -2/+3 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -327/+64 |
| 2024-05-22 | Merge from rustc | Ralf Jung | -3/+18 |
| 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 | -24/+24 |
| 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 | -3/+3 |
| 2024-05-20 | Use `throw_unsup_format` instead of returning `ENOTSUP` in the mmap shim | marc0246 | -30/+0 |
| 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 | Auto merge of #3616 - RalfJung:android, r=RalfJung | bors | -17/+25 |
| 2024-05-19 | make basic things work on Android | Ralf Jung | -17/+25 |
| 2024-05-19 | a bit of refactoring and tweak the aligned-allocation tests | Ralf Jung | -54/+56 |
| 2024-05-18 | support aligned_alloc for unixes support. | David Carlier | -0/+70 |
| 2024-05-16 | alloc now works on wasi (and some formatting) | Ralf Jung | -2/+7 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -327/+64 |
| 2024-05-12 | further illumos/solaris support. | David Carlier | -1/+6 |
| 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 | Add non-null pointer for posix_memalign | tiif | -4/+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 | -28/+64 |
| 2024-05-10 | rename 'extern-so' to 'native-lib' | Ralf Jung | -15/+15 |
| 2024-05-09 | interpret/miri: better errors on failing offset_from | Ralf Jung | -0/+36 |
| 2024-05-09 | do not run symlink tests on Windows hosts | Ralf Jung | -150/+151 |
| 2024-05-09 | Implement non-null pointer for malloc(0) | tiif | -5/+61 |