about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo/mod.rs
AgeCommit message (Expand)AuthorLines
2018-07-30rustc_codegen_llvm: fix ownership of DIBuilder.Irina Popa-2/+9
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-6/+6
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-37/+42
2018-07-30rustc_codegen_llvm: use safe references for DIBuilder.Irina Popa-2/+2
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-8/+10
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-6/+6
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-11/+12
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-3/+4
2018-06-30Fortify dummy span checkingVadim Petrochenkov-1/+1
2018-05-21rustc_codegen_llvm: remove debuginfo::VariableKind::CapturedVariable.Eduard-Mihai Burtescu-10/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+542