rust/compiler/rustc_mir_dataflow/src
bors a25b1315ee Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk
Remove dereferencing of Box from codegen

Through #94043, #94414, #94873, and #95328, I've been fixing issues caused by Box being treated like a pointer when it is not a pointer. However, these PRs just introduced special cases for Box. This PR removes those special cases and instead transforms a deref of Box into a deref of the pointer it contains.

Hopefully, this is the end of the Box<T, A> ICEs.
2022-06-21 11:00:39 +00:00
..
framework Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04:00
impls Auto merge of #97863 - JakobDegen:bitset-choice, r=nnethercote 2022-06-17 07:35:22 +00:00
move_paths
drop_flag_effects.rs
elaborate_drops.rs remove box derefs from codgen 2022-06-15 18:38:26 -07:00
lib.rs
rustc_peek.rs BitSet perf improvements 2022-06-14 19:41:58 -07:00
storage.rs Remove AlwaysLiveLocals wrapper struct 2022-06-07 16:54:00 +02:00