| Age | Commit message (Expand) | Author | Lines |
| 2024-07-19 | Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obk | Matthias Krüger | -6/+8 |
| 2024-07-18 | interpret: add sanity check in dyn upcast to double-check what codegen does | Ralf Jung | -6/+8 |
| 2024-07-15 | Make normalization regex less exact | Chris Denton | -1/+1 |
| 2024-07-14 | add test for intermediate reference in '&(*x).0 as *const i32' | Ralf Jung | -0/+40 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -0/+69 |
| 2024-07-07 | Fixup a typo in a comment in a test | Maybe Lapkin | -1/+1 |
| 2024-07-07 | Fix conflicts after rebase | Maybe Lapkin | -2/+2 |
| 2024-07-07 | add miri tests and a fixme | Maybe Waffle | -0/+69 |
| 2024-07-04 | Add UI test for protector end write semantics | Johannes Hostert | -0/+62 |
| 2024-06-24 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2024-06-23 | Rollup merge of #126833 - RalfJung:extern-type-field-ice, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-06-23 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -2/+2 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -1/+1 |
| 2024-06-21 | Merge from rustc | The Miri Cronjob Bot | -9/+62 |
| 2024-06-20 | Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung | bors | -9/+1 |
| 2024-06-19 | Remove c_unwind from tests and fix tests | Gary Guo | -9/+1 |
| 2024-06-19 | Rollup merge of #126154 - RalfJung:storage-live, r=compiler-errors | León Orell Valerian Liehr | -0/+61 |
| 2024-06-17 | Auto merge of #3683 - RalfJung:MIRIFLAGS, r=RalfJung | bors | -39/+15 |
| 2024-06-17 | tell people how to set miri flags | Ralf Jung | -39/+15 |
| 2024-06-17 | Auto merge of #3681 - rust-lang:rustup-2024-06-17, r=RalfJung | bors | -11/+11 |
| 2024-06-17 | show proper UB when making a too large allocation request | Ralf Jung | -0/+25 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -11/+11 |
| 2024-06-14 | add Miri tests | Ralf Jung | -0/+61 |
| 2024-06-13 | fmt | The Miri Cronjob Bot | -6/+12 |
| 2024-06-12 | Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2024-06-11 | interpret: ensure we check bool/char for validity when they are used in a cast | Ralf Jung | -0/+125 |
| 2024-06-11 | check for correct trait in size_and_align_of | Ralf Jung | -2/+2 |
| 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 |