about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/debuginfo/utils.rs
AgeCommit message (Expand)AuthorLines
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-2/+1
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-2/+2
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-1/+1
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-1/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+1
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-03-14debuginfo: Refactor debuginfo generation for typesMichael Woerister-2/+2
2022-02-23properly handle fat pointers to uninhabitable typesMichael Goulet-17/+16
2022-02-16debuginfo: Support fat pointers to unsized tuples.Michael Woerister-9/+4
2022-01-24[debuginfo] Fix and unify handling of fat pointers in debuginfo.Michael Woerister-1/+58
2021-12-16Remove `in_band_lifetimes` from `rustc_codegen_llvm`LegionMammal978-4/+9
2020-08-30mv compiler to compiler/mark-0/+43