about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/debuginfo.rs
AgeCommit message (Expand)AuthorLines
2021-10-08Create more accurate debuginfo for vtables.Michael Woerister-2/+7
2020-10-21rustc_codegen_llvm: add support for inlined function debuginfo.Eduard-Mihai Burtescu-3/+8
2020-10-21rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.Eduard-Mihai Burtescu-3/+4
2020-10-21rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.Eduard-Mihai Burtescu-0/+9
2020-10-21rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s.Eduard-Mihai Burtescu-3/+0
2020-08-30mv compiler to compiler/mark-0/+62