rust/compiler/rustc_const_eval/src/interpret
David Tolnay 5bbf0a8306
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
This reverts commit 557359f925, reversing
changes made to 1e6c09a803.
2023-07-21 22:35:57 -07:00
..
intrinsics refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
cast.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
discriminant.rs Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" 2023-07-21 22:35:57 -07:00
eval_context.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
intern.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
intrinsics.rs Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" 2023-07-21 22:35:57 -07:00
machine.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
memory.rs Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" 2023-07-21 22:35:57 -07:00
mod.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
operand.rs clarify MIR uninit vs LLVM undef/poison 2023-07-20 18:43:54 +02:00
operator.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
place.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
projection.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
step.rs Dedup some type checks in the MIR validator 2023-06-19 01:47:03 -07:00
terminator.rs Refactor checking function target features during const-eval 2023-07-16 16:07: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 Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" 2023-07-21 22:35:57 -07:00
visitor.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00