rust/compiler/rustc_mir/src
Dylan DPC 2c2f1c239e
Rollup merge of #76694 - wesleywiser:partitioning_cx_trait, r=davidtwco
Introduce a PartitioningCx struct

This contains all the data used by the partitioning algorithm and allows that data to be used at each stage of the partitioning. This is useful for other approaches to partitioning which may want different pieces of the data available at each step.

cc @rust-lang/wg-incr-comp
2020-09-16 12:34:18 +02:00
..
borrow_check Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
const_eval Change ty.kind to a method 2020-09-04 17:47:51 +02:00
dataflow Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry 2020-09-09 21:02:35 -07:00
interpret Change ty.kind to a method 2020-09-04 17:47:51 +02:00
monomorphize Rollup merge of #76694 - wesleywiser:partitioning_cx_trait, r=davidtwco 2020-09-16 12:34:18 +02:00
transform Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank 2020-09-16 01:30:32 +02:00
util Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
lib.rs Extend dataflow framework to support arbitrary lattices 2020-08-30 11:15:24 -07:00
shim.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00