| Age | Commit message (Expand) | Author | Lines |
| 2023-07-22 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -12/+9 |
| 2023-07-21 | Auto merge of #2985 - RalfJung:retag-fields, r=saethlin | bors | -89/+140 |
| 2023-07-21 | ask people to reach out if we declare too much UB | Ralf Jung | -22/+31 |
| 2023-07-21 | SB: track whether a retag occurred nested inside a field | Ralf Jung | -37/+63 |
| 2023-07-21 | make full field retagging the default | Ralf Jung | -34/+50 |
| 2023-07-21 | CTFE: move `target_{i, u}size_{min, max)` to `rustc_abi::TargetDataLayout` | Moulins | -5/+7 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -4/+5 |
| 2023-07-20 | Merge from rustc | The Miri Conjob Bot | -2/+4 |
| 2023-07-20 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -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 | support for mips32r6 as a target_arch value | chenx97 | -2/+3 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -1/+1 |
| 2023-07-18 | ignore test on apple | Ralf Jung | -0/+1 |
| 2023-07-18 | fix clippy warnings | Ralf Jung | -7/+7 |
| 2023-07-18 | make './miri toolchain' work even if we cannot write to rustup dir | Ralf Jung | -1/+3 |
| 2023-07-18 | Merge from rustc | The Miri Conjob Bot | -0/+38 |
| 2023-07-18 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-16 | link to a definition of soundness | Ralf Jung | -1/+2 |
| 2023-07-16 | clarify that we do not prove soundness | Ralf Jung | -0/+6 |
| 2023-07-16 | Auto merge of #2981 - RalfJung:style, r=RalfJung | bors | -2/+7 |
| 2023-07-16 | style checks: use latest rustc for cron job | Ralf Jung | -2/+7 |
| 2023-07-16 | Merge from rustc | The Miri Conjob Bot | -2/+2 |
| 2023-07-16 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+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 | Rollup merge of #113699 - RalfJung:miri, r=RalfJung | Matthias Krüger | -64/+33 |
| 2023-07-14 | remove compile-flags that are no longer needed | Ralf Jung | -37/+10 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -2/+2 |
| 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-13 | Merge from rustc | The Miri Conjob Bot | -15/+8 |
| 2023-07-13 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-12 | fix tag GC deleting protected tags | Ralf Jung | -4/+7 |
| 2023-07-12 | fmt | Ralf Jung | -9/+9 |
| 2023-07-12 | Merge from rustc | Ralf Jung | -103/+443 |
| 2023-07-12 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 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 tree borrows: skip retag_reference early if there is no NewPermission | Ralf Jung | -13/+15 |
| 2023-07-11 | miri: protect Move() function arguments during the call | Ralf Jung | -85/+422 |
| 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-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-07-09 | test and fix return place alias restrictions | Ralf Jung | -2/+124 |
| 2023-07-09 | Auto merge of #113488 - RalfJung:miri, r=RalfJung | bors | -98/+251 |
| 2023-07-08 | Merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-08 | Preparing for 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 |