about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/llvm/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-166/+0
2020-06-09Handle assembler warnings properlyAmanieu d'Antras-2/+10
2019-12-22Format the worldMark Rousskov-38/+27
2019-03-24make asm diagnostic instruction optionalAndy Russell-2/+2
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-1/+1
2018-07-31rustc: Handle linker diagnostic from LLVMAlex Crichton-0/+4
2018-07-30rustc_codegen_llvm: use safe references for RustString.Irina Popa-3/+3
2018-07-30rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic.Irina Popa-9/+9
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-30/+35
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-4/+3
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-0/+171