rust/compiler/rustc_mir/src
Guillaume Gomez fc0b4848cb
Rollup merge of #87447 - RalfJung:not-null, r=oli-obk
Miri: santiy check that null pointer can never have an AllocId
2021-07-26 16:04:34 +02:00
..
borrow_check Resolve nested inference variables. 2021-07-22 11:20:29 +00:00
const_eval adjustions and cleanup to make Miri build again 2021-07-15 17:14:11 +02:00
dataflow re-export SwitchIntEdgeEffects 2021-07-04 13:33:22 +02:00
interpret Miri: santiy check that null pointer can never have an AllocId 2021-07-25 11:31:57 +02:00
monomorphize Switch to store Instance directly within VtblEntry, fix TraitVPtr representation. 2021-07-20 22:53:02 +08:00
transform Auto merge of #87424 - RalfJung:const-check, r=oli-obk 2021-07-26 03:10:42 +00:00
util consistently treat None-tagged pointers as ints; get rid of some deprecated Scalar methods 2021-07-14 18:17:49 +02:00
lib.rs Support allocation failures when interperting MIR 2021-06-29 19:08:26 -04:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00