| Age | Commit message (Expand) | Author | Lines |
| 2023-07-26 | fix protectors so that all reads actually commute | Neven Villani | -26/+26 |
| 2023-07-26 | normalize tree borrow diagnostics across targets | Ralf Jung | -52/+54 |
| 2023-07-26 | fmt | The Miri Conjob Bot | -1/+1 |
| 2023-07-25 | Auto merge of #114011 - RalfJung:place-projection, r=oli-obk | bors | -1/+4 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -1/+4 |
| 2023-07-23 | Merge from rustc | Ralf Jung | -5/+4 |
| 2023-07-22 | Merge from rustc | The Miri Conjob Bot | -4/+5 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -5/+4 |
| 2023-07-21 | Auto merge of #2985 - RalfJung:retag-fields, r=saethlin | bors | -30/+57 |
| 2023-07-21 | ask people to reach out if we declare too much UB | Ralf Jung | -2/+9 |
| 2023-07-21 | SB: track whether a retag occurred nested inside a field | Ralf Jung | -7/+7 |
| 2023-07-21 | make full field retagging the default | Ralf Jung | -24/+44 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -4/+5 |
| 2023-07-20 | Merge from rustc | The Miri Conjob Bot | -0/+1 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -1/+1 |
| 2023-07-18 | fix miri test with links to query documentation | nxya | -0/+1 |
| 2023-07-18 | ignore test on apple | Ralf Jung | -0/+1 |
| 2023-07-16 | miri: fail when calling a function that requires an unavailable target feature | Eduardo Sánchez Muñoz | -0/+38 |
| 2023-07-14 | remove compile-flags that are no longer needed | Ralf Jung | -37/+10 |
| 2023-07-14 | work around custom_mir span | Ralf Jung | -13/+6 |
| 2023-07-13 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -2/+2 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -15/+8 |
| 2023-07-11 | fix handling of alignment for dyn-sized places | Ralf Jung | -5/+6 |
| 2023-07-11 | miri: protect Move() function arguments during the call | Ralf Jung | -22/+348 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -15/+8 |
| 2023-07-10 | Merge from rustc | Ralf Jung | -0/+43 |
| 2023-07-09 | test and fix return place alias restrictions | Ralf Jung | -0/+118 |
| 2023-07-09 | Auto merge of #113488 - RalfJung:miri, r=RalfJung | bors | -14/+118 |
| 2023-07-08 | Merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-07 | Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obk | Michael Goulet | -0/+43 |
| 2023-07-07 | miri: check that assignments do not self-overlap | Ralf Jung | -0/+43 |
| 2023-07-07 | Auto merge of #2969 - oli-obk:run-dep, r=RalfJung | bors | -7/+7 |
| 2023-07-07 | MIRIFLAGS are already passed in the `./miri` wrapper | Oli Scherer | -5/+0 |
| 2023-07-07 | Remove a now-useless flag | Oli Scherer | -1/+0 |
| 2023-07-07 | Silence all the boilerplate around `./miri run` and `./miri run-dep` | Oli Scherer | -1/+0 |
| 2023-07-07 | Use new std::simd fn in miri tests | Jubilee Young | -1/+1 |
| 2023-07-06 | Stop parsing ui_test annotations in `run-dep` mode | Oli Scherer | -7/+14 |
| 2023-07-06 | Ignore test on apple | Oli Scherer | -0/+1 |
| 2023-07-05 | C "memcpy" shim: ensure the pointers are valid | Ralf Jung | -0/+102 |
| 2023-07-04 | Restore test filtering by substring. | Oli Scherer | -1/+2 |
| 2023-07-03 | vec tets: ensure pointer is still writeable | Ralf Jung | -6/+6 |
| 2023-06-29 | Use a valid `target` directory in miri ui tests | Oli Scherer | -0/+1 |
| 2023-06-28 | Auto merge of #2936 - Vanille-N:unique, r=RalfJung | bors | -10/+419 |
| 2023-06-28 | Unique gets special treatment when -Zmiri-unique-is-unique | Neven Villani | -10/+419 |
| 2023-06-27 | Make `--quiet` actually do something | Oli Scherer | -3/+10 |
| 2023-06-26 | Update ui test crate | Oli Scherer | -69/+33 |
| 2023-06-20 | Auto merge of #2520 - saethlin:mmap-shim, r=RalfJung | bors | -0/+260 |
| 2023-06-20 | Improve organization | Ben Kimock | -0/+0 |
| 2023-06-20 | Make munmap throw unsup errors instead of trying to work | Ben Kimock | -21/+40 |
| 2023-06-20 | mmap/munmap/mremamp shims | Ben Kimock | -0/+241 |