about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/eval_context.rs
AgeCommit message (Expand)AuthorLines
2022-02-24Miri fn ptr check: don't use conservative null checkRalf Jung-3/+26
2022-02-19rustc_const_eval: adopt let else in more placesest31-9/+5
2022-02-11use body.tainted_by_error to skip loading MIRMichael Goulet-17/+9
2022-02-11rework borrowck errors so that it's harder to not set taintedMichael Goulet-2/+4
2022-02-11skip const eval if we have an error in borrowckMichael Goulet-1/+5
2022-01-04rename StackPopClean::None to RootRalf Jung-6/+12
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-1/+1
2021-12-20better name for AdjustForForeignAbiError error variant in InterpErrorRalf Jung-1/+3
2021-12-20CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibilityRalf Jung-2/+21
2021-12-15miri: lift restriction on extern types being the only field in a structTomasz Miąsko-13/+3
2021-12-13Remove `in_band_lifetimes` from `rustc_const_eval`LegionMammal978-1/+1
2021-12-12Auto merge of #91549 - fee1-dead:const_env, r=spastorinobors-0/+1
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-0/+1
2021-12-11better span for unexpected normalization failure in CTFE engineRalf Jung-2/+2
2021-12-05allow for failure of subst_normalize_erasing_regions in const_evalb-naber-6/+17
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-1/+0
2021-11-29Always use const param envs for const eval.Oli Scherer-0/+1
2021-10-20Remove `box_alloc` from `Machine` trait.Gary Guo-1/+1
2021-10-03Remove re-export.Camille GILLOT-1/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+1049