summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/mir/statement.rs
AgeCommit message (Collapse)AuthorLines
2018-09-10add the `AscribeUserType` statement kindNiko Matsakis-1/+1
Make it have the semantics of subtype.
2018-08-19Implement simple codegen for unsized rvalues.Masaki Hara-0/+7
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-3/+3
2018-05-29rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.Felix S. Klock II-0/+1
(This is just the data structure changes and some boilerplate match code that followed from it; the actual emission of these statements comes in a follow-up commit.)
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+91