| Age | Commit message (Expand) | Author | Lines |
| 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-29 | Rollup merge of #125633 - RalfJung:miri-no-copy, r=saethlin | 许杰友 Jieyou Xu (Joe) | -37/+19 |
| 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 | miri: avoid making a full copy of all new allocations | Ralf Jung | -37/+19 |
| 2024-05-27 | Rollup merge of #125616 - RalfJung:mir-validate-downcast-projection, r=compil... | Matthias Krüger | -1/+1 |
| 2024-05-27 | MIR validation: ensure that downcast projection is followed by field projection | Ralf Jung | -1/+1 |
| 2024-05-27 | interpret: get rid of 'mir lifetime everywhere | Ralf Jung | -493/+440 |
| 2024-05-27 | interpret: the MIR is actually at lifetime 'tcx | Ralf Jung | -23/+29 |
| 2024-05-26 | Auto merge of #3631 - RalfJung:blocking-refactor, r=RalfJung | bors | -1043/+951 |
| 2024-05-26 | add a macro to declare thread unblock callbacks | Ralf Jung | -249/+256 |
| 2024-05-26 | Auto merge of #3632 - RalfJung:readdir, r=RalfJung | bors | -35/+33 |
| 2024-05-26 | unix/fs: a bit of cleanup in macos_fbsd_readdir_r | Ralf Jung | -35/+33 |
| 2024-05-26 | fix './miri run --dep --target _' | Ralf Jung | -1/+7 |
| 2024-05-26 | data_race: vector indices can be reused immediately when the thread is gone | Ralf Jung | -82/+37 |
| 2024-05-26 | completely refactor how we manage blocking and unblocking threads | Ralf Jung | -895/+832 |
| 2024-05-26 | make release_clock always work on the current thread | Ralf Jung | -106/+115 |
| 2024-05-25 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-25 | Preparing for 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 | -5/+34 |
| 2024-05-24 | Auto merge of #3625 - Strophox:miri-allocation-fix, r=RalfJung | bors | -23/+24 |
| 2024-05-24 | extend comments | Ralf Jung | -2/+3 |
| 2024-05-24 | Auto merge of #3628 - RalfJung:tokio, r=RalfJung | bors | -1/+13 |
| 2024-05-24 | add back some tokio features | Ralf Jung | -1/+13 |
| 2024-05-24 | fmt | The Miri Cronjob Bot | -2/+7 |
| 2024-05-24 | Merge from rustc | The Miri Cronjob Bot | -92/+90 |
| 2024-05-24 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-23 | solaris add suport for threadname. | David Carlier | -5/+34 |
| 2024-05-23 | differentiate between layout and alloc_layout | Strophox | -10/+18 |
| 2024-05-23 | fix alloc_bytes (always allocate at least 1B) | Strophox | -23/+15 |
| 2024-05-23 | Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-05-23 | fmt | The Miri Cronjob Bot | -4/+1 |
| 2024-05-23 | Merge from rustc | The Miri Cronjob Bot | -345/+82 |
| 2024-05-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-23 | Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obk | bors | -90/+88 |
| 2024-05-22 | Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obk | León Orell Valerian Liehr | -18/+18 |
| 2024-05-22 | solaris/illumos localtime_r / clock_getime support enabled. | David Carlier | -29/+44 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -2/+2 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -327/+64 |
| 2024-05-22 | clippy | Ralf Jung | -8/+10 |
| 2024-05-22 | Merge from rustc | Ralf Jung | -20/+37 |
| 2024-05-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |