rust/compiler/rustc_const_eval/src/interpret
Thom Chiovoloni 9e5573a0d2
Use 128 bits for TypeId hash
- Switch TypeId to 128 bits
- Hack around the fact that tracing-subscriber dislikes how TypeId is hashed
- Remove lowering of type_id128 from rustc_codegen_llvm
- Remove unnecessary `type_id128` intrinsic (just change return type of `type_id`)
- Only hash the lower 64 bits of the TypeId
- Reword comment
2023-06-04 08:34:48 -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 Use 128 bits for TypeId hash 2023-06-04 08:34:48 -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 share BinOp::Offset between CTFE and Miri 2023-04-28 16:00:08 +02: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 Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
terminator.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +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