about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2025-03-25Reduce visibility of most items in `rustc_codegen_llvm`Daniel Paoliello-9/+11
2024-11-26Pass end position of span through inline ASM cookiebeetrees-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-07-16Fix unsafe_op_in_unsafe_fn in compilerMichael Goulet-33/+38
2024-02-21llvm-wrapper: fix warning C4244klensy-2/+2
2023-07-14make opt diagnostic kinds printableRémy Rakic-1/+1
2022-07-26Remove dead code from cg_llvmbjorn3-13/+0
2021-12-16Remove `in_band_lifetimes` from `rustc_codegen_llvm`LegionMammal978-4/+4
2021-08-16Handle SrcMgr diagnosticsNikita Popov-18/+76
2020-09-30Update LLVM and add Unsupported diagnosticHugues de Valon-0/+2
2020-08-30mv compiler to compiler/mark-0/+166