summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/mir/place.rs
AgeCommit message (Expand)AuthorLines
2018-09-09Auto merge of #53998 - eddyb:issue-53728, r=oli-obkbors-3/+6
2018-09-07make field always private, add `From` implsNiko Matsakis-1/+0
2018-09-06rustc_codegen_llvm: don't assume offsets are always aligned.Eduard-Mihai Burtescu-3/+6
2018-08-27Miri Memory WorkRalf Jung-1/+1
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-2/+2
2018-08-19Integrate OperandValue::UnsizedRef into OperandValue::Ref.Masaki Hara-2/+2
2018-08-19Implement simple codegen for unsized rvalues.Masaki Hara-2/+19
2018-07-31Make globals with private linkage unnamed. Fixes #50862.Colin Pronovost-1/+1
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-44/+37
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-12/+12
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-6/+4
2018-07-23Fix tidyOliver Schneider-1/+2
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-2/+46
2018-07-05Update scalar pairs per review commentsJosh Stone-5/+1
2018-07-05Store scalar pair bools as i8 in memoryJosh Stone-3/+3
2018-06-16rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums.Eduard-Mihai Burtescu-1/+5
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+498