| 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-29 | Auto merge of #125360 - RalfJung:packed-field-reorder, r=fmease | bors | -2/+2 |
| 2024-05-28 | Add Miri tests for `PtrMetadata` UB | Scott McMurray | -0/+142 |
| 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 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -323/+2 |
| 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-20 | Fix miri too | Michael Goulet | -1/+1 |
| 2024-05-19 | make basic things work on Android | Ralf Jung | -14/+0 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -323/+2 |
| 2024-05-12 | further illumos/solaris support. | David Carlier | -1/+6 |
| 2024-05-09 | interpret/miri: better errors on failing offset_from | Ralf Jung | -0/+36 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -20/+20 |
| 2024-05-08 | miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_spec | Ralf Jung | -15/+15 |
| 2024-05-04 | only show the 'basic API common for this target' message when this is a missi... | Ralf Jung | -24/+11 |
| 2024-05-04 | bless and fmt | Ralf Jung | -1/+2 |
| 2024-05-04 | Merge from rustc | Ralf Jung | -0/+28 |
| 2024-05-04 | update 'unsupported' message | Ralf Jung | -14/+28 |
| 2024-05-04 | move intrinsics implementations and tests into dedicated folder | Ralf Jung | -0/+0 |
| 2024-05-03 | Ensure miri only uses fallback bodies that have manually been vetted to prese... | Oli Scherer | -0/+28 |
| 2024-04-25 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2024-04-25 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -2/+2 |
| 2024-04-24 | avoid 'let _' in tests where we actually want the value to be computed | Ralf Jung | -4/+4 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -2/+2 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -9/+93 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -9/+93 |
| 2024-04-20 | Merge from rustc | The Miri Cronjob Bot | -0/+15 |
| 2024-04-18 | when reusing an address, most of the time only reuse from the current thread | Ralf Jung | -4/+78 |
| 2024-04-18 | when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola... | Ralf Jung | -0/+15 |
| 2024-04-17 | Merge from rustc | Ralf Jung | -1/+1 |
| 2024-04-17 | Rollup merge of #124030 - RalfJung:adjust_alloc_base_pointer, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-04-17 | Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJung | bors | -80/+100 |
| 2024-04-17 | tests/utils: add fmt::Write implementations for miri's native stdout/stderr | Ralf Jung | -38/+21 |
| 2024-04-17 | alloc_error_handler tests: directly call handle_alloc_error; test more codepaths | Ralf Jung | -59/+96 |
| 2024-04-17 | interpret: rename base_pointer -> root_pointer | Ralf Jung | -1/+1 |
| 2024-04-17 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2024-04-16 | Auto merge of #3478 - RalfJung:alloc_error_handler, r=RalfJung | bors | -0/+145 |
| 2024-04-16 | implement support for __rust_alloc_error_handler | Ralf Jung | -0/+145 |
| 2024-04-16 | no_std works on Windows now | Ralf Jung | -4/+0 |
| 2024-04-16 | deadlock: show backtrace for all threads | Ralf Jung | -4/+4 |
| 2024-04-16 | Box::into_raw: make Miri understand that this is a box-to-raw cast | Ralf Jung | -2/+2 |
| 2024-04-16 | Miri: adopt to new intrinsic types | Maybe Waffle | -2/+2 |
| 2024-04-06 | make 'missing extern static' error consistent with missing shim | Ralf Jung | -9/+9 |
| 2024-04-06 | chore: fix some typos | findseat | -1/+1 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -2/+2 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -6/+6 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -8/+0 |