summary refs log tree commit diff
path: root/src/librustc_mir/transform/deaggregator.rs
AgeCommit message (Expand)AuthorLines
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-10-04Remove some unused methods from metadataVadim Petrochenkov-5/+1
2016-10-04Eliminate ty::VariantKind in favor of def::CtorKindVadim Petrochenkov-2/+2
2016-09-03Fix buggy field access translationVadim Petrochenkov-2/+2
2016-08-14[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.Eduard Burtescu-3/+2
2016-08-11add SetDiscriminant StatementKind to enable deaggregation of enumsScott A Carr-11/+34
2016-08-03reduce rightward drift, add precondition commentScott A Carr-15/+20
2016-08-02add hashtag to emphasis its a gh issueScott A Carr-1/+1
2016-08-02fix field type, add testScott A Carr-1/+1
2016-08-02reduce rightward drift, add fixmeScott A Carr-41/+41
2016-08-01deaggregate structs to enable further optimizationScott A Carr-0/+111