| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-07 | Move monomorphize code to its own crate. | Camille GILLOT | -111/+0 | |
| 2021-07-25 | clippy:: append_instead_of_extend | Matthias Krüger | -1/+1 | |
| 2020-09-16 | Rollup merge of #76694 - wesleywiser:partitioning_cx_trait, r=davidtwco | Dylan DPC | -8/+7 | |
| 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-13 | Introduce a PartitioningCx struct | Wesley Wiser | -8/+7 | |
| 2020-09-10 | use sort_unstable to sort primitive types | Matthias Krüger | -1/+3 | |
| It's not important to retain original order if we have &[1, 1, 2, 3] for example. clippy::stable_sort_primitive | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+110 | |
