| Age | Commit message (Expand) | Author | Lines |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -34/+34 |
| 2023-08-16 | on out-of-bounds error, show where the allocation was created | Ralf Jung | -7/+45 |
| 2023-08-16 | Auto merge of #2940 - saethlin:use-after-free-spans, r=RalfJung | bors | -14/+169 |
| 2023-08-15 | C string function shims: consistently treat "invalid" pointers as UB | Ralf Jung | -6/+34 |
| 2023-08-11 | Include spans in use-after-free diagnostics | Ben Kimock | -14/+169 |
| 2023-08-11 | Remove `float_to_int_unchecked` and inline it into its call sites | Eduardo Sánchez Muñoz | -2/+2 |
| 2023-08-11 | Add checked float-to-int helper function | Eduardo Sánchez Muñoz | -2/+2 |
| 2023-08-07 | Auto merge of #114560 - RalfJung:miri, r=RalfJung | bors | -115/+253 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -4/+4 |
| 2023-08-05 | tree borrows: consider some retags as writes for the purpose of data races | Ralf Jung | -113/+138 |
| 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 |