summary refs log tree commit diff
path: root/src/librustc_mir/monomorphize/mod.rs
AgeCommit message (Expand)AuthorLines
2018-07-27SimplifyShotaro Yamada-6/+4
2018-07-25Improve readability in a few sortsljedrz-3/+1
2018-05-21rustc: make mk_substs_trait take &[Kind] instead of &[Ty].Eduard-Mihai Burtescu-6/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-10/+10
2018-05-08Store the GeneratorInterior in the new GeneratorSubstsJohn Kåre Alsaker-2/+1
2018-04-24Make Binder's field private and clean up its usageTyler Mandry-1/+1
2018-03-13transition various normalization functions to the new methodsNiko Matsakis-1/+1
2018-03-13refactor `ParamEnv::empty(Reveal)` into two distinct methodsNiko Matsakis-2/+2
2018-02-23Introduce UnpackedKindvarkor-2/+2
2018-01-19Allow runtime switching between trans backendsbjorn3-0/+48
2017-12-18Move partitioning.rs to rustc_mirMaik Klein-0/+2
2017-12-18Rename mono_item.rs to item.rsMaik Klein-1/+1
2017-12-18Move trans_item and monomorphize to rustc_mirMaik Klein-0/+128
2017-12-18Move collector to monomorphizeMaik Klein-0/+1