| Age | Commit message (Expand) | Author | Lines |
| 2023-08-05 | fix return place protection when the place is given as a local | Ralf Jung | -0/+69 |
| 2023-08-04 | Merge from rustc | The Miri Conjob Bot | -4/+4 |
| 2023-08-03 | Merge from rustc | The Miri Conjob Bot | -50/+80 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -4/+4 |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -0/+4 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -50/+76 |
| 2023-08-02 | Merge from rustc | The Miri Conjob Bot | -17/+34 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -50/+76 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -17/+34 |
| 2023-07-31 | add some interesting tests for alignment corner cases | Ralf Jung | -0/+44 |
| 2023-07-30 | Auto merge of #2997 - RalfJung:test-utils, r=RalfJung | bors | -2/+2 |
| 2023-07-30 | refactor tests/utils a bit, and move some FS functions there | Ralf Jung | -2/+2 |
| 2023-07-29 | Auto merge of #114211 - RalfJung:miri, r=RalfJung | bors | -30/+30 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -0/+4 |
| 2023-07-29 | Fix test output. | Mara Bos | -2/+4 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -15/+30 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -2/+2 |
| 2023-07-28 | exract a perform_access, check read-read commutation exhaustively | Neven Villani | -26/+26 |
| 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 | -4/+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 | -15/+31 |
| 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 | -9/+18 |
| 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/+26 |
| 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/+323 |
| 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 | -0/+103 |
| 2023-07-07 | miri: check that assignments do not self-overlap | Ralf Jung | -0/+43 |
| 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-06-28 | Unique gets special treatment when -Zmiri-unique-is-unique | Neven Villani | -0/+208 |
| 2023-06-20 | Auto merge of #2520 - saethlin:mmap-shim, r=RalfJung | bors | -0/+190 |
| 2023-06-20 | Improve organization | Ben Kimock | -0/+0 |
| 2023-06-20 | Make munmap throw unsup errors instead of trying to work | Ben Kimock | -8/+40 |