| Age | Commit message (Expand) | Author | Lines |
| 2024-05-27 | interpret: the MIR is actually at lifetime 'tcx | Ralf Jung | -23/+21 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -0/+18 |
| 2024-05-23 | Allow const eval failures if the cause is a type layout issue | Oli Scherer | -3/+14 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`. | Nicholas Nethercote | -0/+18 |
| 2024-05-23 | Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obk | bors | -187/+126 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -22/+30 |
| 2024-05-22 | clarify comment | Ralf Jung | -1/+3 |
| 2024-05-21 | improve comment wording | Ralf Jung | -1/+2 |
| 2024-05-21 | interpret: make overflowing binops just normal binops | Ralf Jung | -186/+123 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -9/+5 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -22/+29 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_const_eval`. | Nicholas Nethercote | -31/+53 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -5/+5 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -5/+5 |
| 2024-05-09 | interpret/miri: better errors on failing offset_from | Ralf Jung | -13/+16 |
| 2024-05-04 | Rollup merge of #124720 - RalfJung:interpret-drop, r=compiler-errors | Matthias Krüger | -6/+9 |
| 2024-05-04 | some comments or dynamic drop handling | Ralf Jung | -0/+6 |
| 2024-05-04 | interpret: Drop: always evaluate place | Ralf Jung | -6/+3 |
| 2024-05-04 | interpret, miri: uniform treatments of intrinsics/functions with and without ... | Ralf Jung | -6/+3 |
| 2024-05-04 | Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJung | Matthias Krüger | -4/+21 |
| 2024-05-03 | Let miri and const eval execute intrinsics' fallback bodies | Oli Scherer | -4/+21 |
| 2024-05-02 | interpret: hide some reexports in rustdoc | Ralf Jung | -0/+1 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -4/+2 |
| 2024-04-23 | interpret: sanity-check that required_consts captures all consts that can fail | Ralf Jung | -13/+16 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -10/+21 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -24/+50 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+1 |
| 2024-04-21 | Address PR feedback | Scott McMurray | -15/+12 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -1/+27 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -24/+50 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -58/+82 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -7/+6 |
| 2024-04-18 | interpret/binary_int_op: avoid dropping to raw ints until we determined the sign | Ralf Jung | -56/+81 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -2/+2 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -2/+2 |
| 2024-04-18 | Auto merge of #122684 - oli-obk:delay_interning_errors_to_after_validaiton, r... | bors | -84/+101 |
| 2024-04-17 | Use less fragile error handling | Oli Scherer | -15/+11 |
| 2024-04-17 | Validate before reporting interning errors. | Oli Scherer | -20/+26 |
| 2024-04-17 | Simplify alloc id mutability check | Oli Scherer | -10/+15 |
| 2024-04-17 | Deduplicate logic for checking the mutability of allocations | Oli Scherer | -79/+75 |
| 2024-04-17 | Run the "is this static mutable" logic the same way as in `in_mutable_memory` | Oli Scherer | -14/+16 |
| 2024-04-17 | Validate nested static items | Oli Scherer | -7/+19 |
| 2024-04-17 | interpret: rename base_pointer -> root_pointer | Ralf Jung | -18/+18 |
| 2024-04-17 | interpret: pass MemoryKind to adjust_alloc_base_pointer | Ralf Jung | -11/+24 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+1 |
| 2024-04-16 | Rollup merge of #124024 - RalfJung:interpret-comment, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-04-16 | interpret: remove outdated comment | Ralf Jung | -3/+0 |
| 2024-04-16 | interpret: pass MemoryKind to before_memory_deallocation | Ralf Jung | -0/+2 |
| 2024-04-16 | Add an assertion in const eval | Maybe Waffle | -2/+8 |
| 2024-04-16 | Change intrinsic types to use `u32` instead of `T` to match stable reexports | Maybe Waffle | -8/+13 |