rust/compiler/rustc_mir
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
..
src Rollup merge of #76694 - wesleywiser:partitioning_cx_trait, r=davidtwco 2020-09-16 12:34:18 +02:00
Cargo.toml update the version of itertools and parking_lot 2020-09-12 08:26:53 +02:00