summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/mir/statement.rs
AgeCommit message (Expand)AuthorLines
2018-11-29Use implicit deref instead of BuilderMethods::cx()bjorn3-2/+2
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1/+0
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-2/+2
2018-11-16All Builder methods now take &mut self instead of &selfDenis Merigoux-11/+11
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-0/+115