about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo/utils.rs
AgeCommit message (Expand)AuthorLines
2018-07-30rustc_codegen_llvm: fix ownership of DIBuilder.Irina Popa-2/+5
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-5/+4
2018-07-30rustc_codegen_llvm: use safe references for DIBuilder.Irina Popa-3/+3
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-2/+1
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-1/+1
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-2/+3
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+65