| Age | Commit message (Expand) | Author | Lines |
| 2022-07-06 | interpret: remove LocalValue::Unallocated, add Operand::Uninit | Ralf Jung | -6/+18 |
| 2022-07-06 | add track_caller to some interpreter functions | Ralf Jung | -0/+4 |
| 2022-07-05 | finally enable Scalar layout sanity checks | Ralf Jung | -3/+2 |
| 2022-07-04 | clarify comment | Ralf Jung | -1/+2 |
| 2022-07-03 | interpret: track place alignment together with the type, not the value | Ralf Jung | -15/+22 |
| 2022-06-29 | interpret: add From<&MplaceTy> for PlaceTy | Ralf Jung | -0/+7 |
| 2022-06-14 | rebase | b-naber | -1/+1 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -1/+5 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -4/+4 |
| 2022-06-05 | reduce code duplication | Ralf Jung | -13/+12 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -6/+16 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+1 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -4/+5 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -4/+5 |
| 2022-05-11 | Auto merge of #96220 - RalfJung:scalar-no-padding, r=oli-obk | bors | -19/+38 |
| 2022-05-11 | avoid computing Scalar size/align in debug builds | Ralf Jung | -3/+3 |
| 2022-05-10 | fmt | Ralf Jung | -3/+1 |
| 2022-05-10 | even tighter checks for layouts on immediate field projections | Ralf Jung | -6/+11 |
| 2022-05-10 | disable one check for now until #96185 is fixed | Ralf Jung | -3/+4 |
| 2022-05-10 | tighten sanity checks around Scalar and ScalarPair | Ralf Jung | -15/+30 |
| 2022-05-06 | Fix inaccurate function name in `rustc_const_eval` docs | pierwill | -2/+2 |
| 2022-05-05 | give it a scary name | Ralf Jung | -7/+10 |
| 2022-05-04 | interpret: debug-check ScalarPair layout information | Ralf Jung | -24/+47 |
| 2022-04-21 | deduplicate a lot of code | b-naber | -2/+2 |
| 2022-04-21 | implement valtree -> constvalue conversion | b-naber | -2/+3 |
| 2022-04-07 | interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal | Ralf Jung | -2/+2 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -5/+13 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -5/+9 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -2/+6 |
| 2022-04-03 | interpret: remove MemoryExtra in favor of giving access to the Machine | Ralf Jung | -2/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -3/+4 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-06 | CTFE engine: expose misc_cast to Miri | Ralf Jung | -3/+8 |
| 2022-03-03 | all: fix some typos | cuishuang | -1/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -2/+2 |
| 2022-02-25 | Rollup merge of #94343 - RalfJung:fn-ptr, r=oli-obk | Matthias Krüger | -2/+1 |
| 2022-02-24 | Miri fn ptr check: don't use conservative null check | Ralf Jung | -2/+1 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -5/+5 |
| 2022-02-22 | Miri: extend comments on downcast operation | Ralf Jung | -1/+3 |
| 2022-02-21 | ScalarMaybeUninit is explicitly hexadecimal in its formatting | Ralf Jung | -2/+2 |
| 2022-02-20 | Always format to internal String in FmtPrinter | Mark Rousskov | -5/+5 |
| 2022-02-19 | rustc_const_eval: adopt let else in more places | est31 | -9/+6 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -4/+4 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-01-15 | initial revert | Ellen | -1/+1 |
| 2021-12-13 | Remove `in_band_lifetimes` from `rustc_const_eval` | LegionMammal978 | -1/+1 |
| 2021-12-05 | allow for failure of subst_normalize_erasing_regions in const_eval | b-naber | -2/+2 |
| 2021-11-18 | fix CTFE/Miri simd_insert/extract on array-style repr(simd) types | Ralf Jung | -0/+12 |
| 2021-10-14 | add dedicated error variant for writing the discriminant of an uninhabited en... | Ralf Jung | -0/+1 |
| 2021-09-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -3/+3 |