rust/compiler/rustc_const_eval/src
bors 6077b7cda4 Auto merge of #99013 - RalfJung:dont-poison-my-places, r=oli-obk
interpret: get rid of MemPlaceMeta::Poison

This is achieved by refactoring the projection code (`{mplace,place,operand}_{downcast,field,index,...}`) so that we no longer need to call `assert_mem_place` in the operand handling.
2022-07-15 08:57:59 +00:00
..
const_eval get rid of MemPlaceMeta::Poison 2022-07-13 10:22:59 -04:00
interpret Auto merge of #99013 - RalfJung:dont-poison-my-places, r=oli-obk 2022-07-15 08:57:59 +00:00
transform Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
util cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00
errors.rs Migrate MutDeref, TransientMutBorrow diagnostics 2022-07-08 03:48:10 +00:00
lib.rs Migrate unstable-in-stable diagnostic 2022-07-08 03:39:08 +00:00