rust/compiler/rustc_const_eval/src/interpret
2023-08-30 13:46:55 +02:00
..
intrinsics interpret: make write functions generic over the place type 2023-07-25 22:33:58 +02:00
cast.rs const_eval and codegen: audit uses of is_zst 2023-08-29 09:03:46 +02:00
discriminant.rs interpret: make read functions generic over operand type 2023-07-25 22:33:59 +02:00
eval_context.rs unify passing of sized and unsized function arguments :-) 2023-08-30 13:46:55 +02:00
intern.rs miri/diagnostics: don't forget to print_backtrace when ICEing on unexpected errors 2023-08-27 15:42:25 +02:00
intrinsics.rs interpret: have assert_* intrinsics call the panic machinery instead of a direct abort 2023-08-20 15:52:40 +02:00
machine.rs Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJung 2023-08-25 17:03:33 +00:00
memory.rs Rollup merge of #114363 - RalfJung:interpret-not-miri, r=jackh726 2023-08-03 08:12:39 +02:00
mod.rs interpret: make read functions generic over operand type 2023-07-25 22:33:59 +02:00
operand.rs a bit of meta-related cleanup on Projectable 2023-08-30 13:46:55 +02:00
operator.rs inline format!() args from rustc_codegen_llvm to the end (4) 2023-07-25 23:20:28 +02:00
place.rs a bit of meta-related cleanup on Projectable 2023-08-30 13:46:55 +02:00
projection.rs a bit of meta-related cleanup on Projectable 2023-08-30 13:46:55 +02:00
step.rs interpret: remove incomplete protection against invalid where clauses 2023-08-08 10:35:22 +02:00
terminator.rs unify passing of sized and unsized function arguments :-) 2023-08-30 13:46:55 +02:00
traits.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
util.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
validity.rs miri/diagnostics: don't forget to print_backtrace when ICEing on unexpected errors 2023-08-27 15:42:25 +02:00
visitor.rs interpret: fix projecting into an unsized field of a local 2023-08-30 13:43:34 +02:00