summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/generator.rs
AgeCommit message (Expand)AuthorLines
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-1/+1
2021-03-09Update match brancheskadmin-0/+1
2021-03-01Box generator-related Body fieldsDániel Buga-6/+7
2021-02-23yeetEllen-3/+3
2020-11-16compiler: fold by valueBastian Kauschke-3/+3
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-3/+3
2020-10-04Replace `(Body, DefId)` with `Body` where possibleDylan MacKenzie-12/+9
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-15/+11
2020-09-14Add pass names to some common dataflow analysesDylan MacKenzie-2/+5
2020-09-04Change ty.kind to a methodLeSeulArtichaut-3/+3
2020-08-30mv compiler to compiler/mark-0/+1506