rust/compiler/rustc_const_eval/src/interpret
Matthias Krüger 57a4f4a634
Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
Remove `NullOp::Box`

Follow up of #89030 and MCP rust-lang/compiler-team#460.

~1 month later nothing seems to be broken, apart from a small regression that #89332 (1aac85bb716c09304b313d69d30d74fe7e8e1a8e) shows could be regained by remvoing the diverging path, so it shall be safe to continue and remove `NullOp::Box` completely.

r? `@jonas-schievink`
`@rustbot` label T-compiler
2022-01-03 14:44:15 +01:00
..
intrinsics Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk 2021-12-19 09:31:37 +00:00
cast.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
eval_context.rs Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink 2022-01-03 14:44:15 +01:00
intern.rs Remove in_band_lifetimes from rustc_const_eval 2021-12-13 22:39:00 -05:00
intrinsics.rs Rollup merge of #91814 - japm48:spelling-fix, r=RalfJung 2021-12-12 07:45:30 +01:00
machine.rs Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink 2022-01-03 14:44:15 +01:00
memory.rs fix ICE on Miri/CTFE copy of half a pointer 2021-11-13 20:56:01 -05:00
mod.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
operand.rs Remove in_band_lifetimes from rustc_const_eval 2021-12-13 22:39:00 -05:00
operator.rs comment update 2021-12-14 19:29:29 +03:00
place.rs miri: lift restriction on extern types being the only field in a struct 2021-12-15 23:44:51 +01:00
step.rs Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink 2022-01-03 14:44:15 +01:00
terminator.rs don't ICE on variadic function calls 2021-12-20 22:37:14 +01:00
traits.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00
util.rs polymorphize: polymorphize shims 2021-10-01 17:08:06 +00:00
validity.rs Extend check for UnsafeCell in consts to cover unions 2021-12-31 08:53:12 +01:00
visitor.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00