about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/debuginfo.rs
AgeCommit message (Expand)AuthorLines
2025-06-03Remove get_dbg_loc from DebugInfoBuilderMethodsbjorn3-1/+0
2025-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-2/+2
2024-11-11CFI: Append debug location to CFI blocksBastian Kersting-0/+1
2024-11-03compiler: Directly use rustc_abi in codegenJubilee Young-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-17Rename supertraits of `CodegenMethods`.Nicholas Nethercote-1/+1
2024-09-06Don't leave debug locations for constants sitting on the builder indefinitely.Kyle Huey-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+4
2023-09-01Deduplicate inlined function debug info, but create a new lexical scope to ch...Daniel Paoliello-1/+1
2023-08-25Revert "Use the same DISubprogram for each instance of the same inlined funct...Wesley Wiser-1/+1
2023-08-11Use the same DISubprogram for each instance of the same inlined function with...Daniel Paoliello-1/+1
2022-11-15Introduce composite debuginfo.Camille GILLOT-0/+5
2022-03-14debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods...Michael Woerister-1/+1
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