summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/generator.rs
AgeCommit message (Expand)AuthorLines
2021-08-24Refactor BitSet relational methods into trait with parameterizedWill Crichton-2/+2
2021-08-18Remove box syntax from rustc_mirest31-9/+9
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-5/+0
2021-06-01Reland - Report coverage `0` of dead blocksRich Kadel-2/+2
2021-05-11Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...Rich Kadel-2/+2
2021-05-01Report coverage `0` of dead blocksRich Kadel-2/+2
2021-04-05Don't concatenate binders across typesJack Huey-3/+4
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