rust/compiler/rustc_const_eval/src/interpret
mark bb8d4307eb rustc_error: make ErrorReported impossible to construct
There are a few places were we have to construct it, though, and a few
places that are more invasive to change. To do this, we create a
constructor with a long obvious name.
2022-03-16 10:35:24 -05:00
..
intrinsics Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
cast.rs CTFE engine: expose misc_cast to Miri 2022-03-06 14:01:01 -05:00
eval_context.rs normalization change and rebase 2022-03-09 11:33:11 +01:00
intern.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
intrinsics.rs Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead 2022-03-12 07:02:05 +00:00
machine.rs Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
memory.rs Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk 2022-03-11 20:29:45 +01:00
mod.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
operand.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
operator.rs explain why shift with signed offset works the way it does 2022-03-06 11:29:24 -05:00
place.rs Miri: extend comments on downcast operation 2022-02-22 19:09:11 -05:00
step.rs rustc_const_eval: adopt let else in more places 2022-02-19 01:55:47 +01:00
terminator.rs CTFE SwitchInt: update comment 2022-03-03 14:46:29 -05:00
traits.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00
util.rs Overhaul Const. 2022-02-15 16:19:59 +11:00
validity.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
visitor.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00