about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/terminator.rs
AgeCommit message (Expand)AuthorLines
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