summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/debuginfo/utils.rs
AgeCommit message (Expand)AuthorLines
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-2/+2
2024-10-04Use wide pointers consistenly across the compilerUrgau-9/+9
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-16Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.Nicholas Nethercote-5/+5
2024-08-08Rename struct_tail_erasing_lifetimes to struct_tail_for_codegenMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+2
2024-07-20compiler: Never debug_assert in codegenJubilee Young-1/+1
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.Nicholas Nethercote-1/+1
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