rust/compiler/rustc_const_eval/src/interpret
Michael Goulet 31d1fbf8d2
Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber
Better error for non const `PartialEq` call generated by `match`

Resolves #90237
2023-06-19 17:53:33 -07:00
..
intrinsics Remove ExpnKind::Inlined. 2023-05-25 16:43:14 +00:00
cast.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
discriminant.rs Various minor Idx-related tweaks 2023-04-16 02:42:50 -07:00
eval_context.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
intern.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
intrinsics.rs Remove unchecked_add/sub/mul/shl/shr from CTFE/cg_ssa/cg_clif 2023-06-19 01:47:03 -07:00
machine.rs Report a backtrace for memory leaks under Miri 2023-04-16 08:52:00 -04:00
memory.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
mod.rs Add UnwindAction::Unreachable 2023-04-06 09:34:16 +01:00
operand.rs Suppress "erroneous constant used" for constants tainted by errors 2023-05-15 00:00:00 +00:00
operator.rs Promote unchecked_add/sub/mul/shl/shr to mir::BinOp 2023-06-19 01:47:03 -07:00
place.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
projection.rs Use target instead of machine for mir interpreter integer handling. 2023-02-15 08:56:18 +00:00
step.rs Dedup some type checks in the MIR validator 2023-06-19 01:47:03 -07:00
terminator.rs Better error for non const PartialEq call generated by match 2023-06-18 05:24:38 +00:00
traits.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
util.rs rename needs_subst to has_param 2023-04-27 08:35:19 +01:00
validity.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
visitor.rs basic dyn* support for Miri 2023-02-20 15:08:05 +01:00