| Age | Commit message (Expand) | Author | Lines |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -13/+30 |
| 2023-08-20 | avoid return in tail position | Ralf Jung | -1/+1 |
| 2023-08-20 | interpret: have assert_* intrinsics call the panic machinery instead of a dir... | Ralf Jung | -21/+16 |
| 2023-08-20 | interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the... | Ralf Jung | -3/+14 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -13/+13 |
| 2023-08-20 | Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillot | bors | -8/+42 |
| 2023-08-19 | const-eval: ensure we never const-execute a function marked rustc_do_not_cons... | Ralf Jung | -32/+21 |
| 2023-08-18 | Add missing instantiation of generator ty in validator | Gary Guo | -1/+1 |
| 2023-08-18 | Add MIR validation for unwind out from nounwind functions | Gary Guo | -7/+41 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -6/+0 |
| 2023-08-16 | Make TerminatorEdge plural. | Camille GILLOT | -2/+2 |
| 2023-08-16 | Allow apply_terminator_effect to customize edges. | Camille GILLOT | -5/+8 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -3/+2 |
| 2023-08-08 | Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgr | bors | -9/+2 |
| 2023-08-08 | Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnr | Matthias Krüger | -9/+2 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -12/+8 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -9/+2 |
| 2023-08-08 | Auto merge of #114520 - RalfJung:unsized-valtrees, r=oli-obk | bors | -121/+45 |
| 2023-08-07 | Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillot | Matthias Krüger | -0/+22 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+22 |
| 2023-08-07 | Rollup merge of #114542 - RalfJung:const-prop-nonsense, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2023-08-06 | simplify handling of valtrees for unsized types | Ralf Jung | -82/+43 |
| 2023-08-06 | remove an unnecessary special case in valtree_into_mplace | Ralf Jung | -40/+3 |
| 2023-08-06 | Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung | Matthias Krüger | -1/+1 |
| 2023-08-06 | cleanup misinformation regarding has_deref | ouz-a | -1/+1 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -12/+8 |
| 2023-08-06 | interpret: use ConstPropNonsense for more const-prop induced issues | Ralf Jung | -4/+5 |
| 2023-08-04 | interpret: add mplace_to_ref helper method | Ralf Jung | -6/+14 |
| 2023-08-03 | Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk | Matthias Krüger | -111/+145 |
| 2023-08-03 | Rollup merge of #114363 - RalfJung:interpret-not-miri, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -111/+145 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -3/+3 |
| 2023-08-02 | avoid 'miri' when refering to the shared interpreter | Ralf Jung | -2/+2 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -2/+3 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -25/+32 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -2/+3 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -13/+21 |
| 2023-08-01 | rename deref_operand → deref_pointer and some Miri helper functions | Ralf Jung | -12/+11 |
| 2023-07-31 | fix alignment handling for Repeat expressions | Ralf Jung | -4/+4 |
| 2023-07-29 | Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillot | Matthias Krüger | -1/+4 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -30/+38 |
| 2023-07-27 | Dont report CTFE errors that are due to references-error layouts | Michael Goulet | -1/+4 |
| 2023-07-27 | bless clippy | Deadbeef | -5/+8 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -25/+30 |
| 2023-07-27 | Rollup merge of #114123 - oli-obk:tait_wtf, r=WaffleLapkin | Guillaume Gomez | -6/+9 |
| 2023-07-27 | Turns out opaque types can have hidden types registered during mir validation | Oli Scherer | -6/+9 |
| 2023-07-27 | Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser | Matthias Krüger | -69/+52 |
| 2023-07-26 | Auto merge of #114071 - RalfJung:interpret-generic-read-write, r=oli-obk | bors | -244/+276 |
| 2023-07-26 | valtree: a bit of cleanup | Ralf Jung | -15/+15 |
| 2023-07-25 | Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr | Matthias Krüger | -3/+8 |