1
Fork 0
rust/compiler/rustc_mir/src
bors 66ba81059e Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJung
Disallow non-monomorphic calls to `needs_drop` in interpreter

otherwise evaluation could change after further substitutions.
2021-06-11 07:44:58 +00:00
..
borrow_check Simplify code by using VecMap::get_by 2021-06-08 09:41:26 -03:00
const_eval Emit a hard error when a panic occurs during const-eval 2021-05-30 11:59:54 -05:00
dataflow Add Ty::is_union predicate and use it 2021-06-02 17:09:17 +02:00
interpret Explain that ensure_monomorphic_enough omission is intentional 2021-06-05 18:28:25 +02:00
monomorphize don't trim paths in collector PME message 2021-05-27 22:28:04 +02:00
transform Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiser 2021-06-09 06:06:06 +00:00
util Remove CrateNum::ReservedForIncrCompCache 2021-05-30 14:33:16 +02:00
lib.rs Add variance-related information to lifetime error messages 2021-06-06 12:37:42 -05:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00