rust/compiler/rustc_const_eval/src
bors 29c5a028b0 Auto merge of #99309 - RalfJung:no-large-copies, r=oli-obk
interpret: make some large types not Copy

Also remove some unused trait impls (mostly HashStable).

This didn't find any unnecessary copies that I managed to avoid, but it might still be better to require explicit clone for these types? Not sure.

r? `@oli-obk`
2022-07-19 16:33:45 +00:00
..
const_eval Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk 2022-07-17 19:28:01 +00:00
interpret Auto merge of #99309 - RalfJung:no-large-copies, r=oli-obk 2022-07-19 16:33:45 +00:00
transform Introduce opaque type to hidden type projection 2022-07-15 15:49:22 +00: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 Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk 2022-07-17 19:28:01 +00:00
might_permit_raw_init.rs Use constant eval to do strict validity checks 2022-07-14 22:55:17 +01:00