summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/terminator.rs
AgeCommit message (Expand)AuthorLines
2022-04-07interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internalRalf Jung-1/+1
2022-04-05Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardinbors-2/+5
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-2/+5
2022-04-03interpret: remove MemoryExtra in favor of giving access to the MachineRalf Jung-1/+1
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2022-03-18Miri: implement arbitrary-self dyn receiversRalf Jung-15/+40
2022-03-03CTFE SwitchInt: update commentRalf Jung-1/+2
2022-02-19rustc_const_eval: adopt let else in more placesest31-4/+3
2021-12-20don't ICE on variadic function callsRalf Jung-2/+9
2021-12-20also compare ArgAttributesRalf Jung-29/+38
2021-12-20compare calling convention instead of call ABIRalf Jung-37/+9
2021-12-20CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibilityRalf Jung-104/+168
2021-12-09Remove redundant [..]sest31-1/+1
2021-11-06use matches!() macro in more placesMatthias Krüger-4/+2
2021-10-12Add const_eval_select intrinsicDeadbeef-1/+1
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-7/+4
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+517