| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-31 | rustc: Handle linker diagnostic from LLVM | Alex Crichton | -0/+4 | |
| Previously linker diagnostic were being hidden when two modules were linked together but failed to link. This commit fixes the situation by ensuring that we have a diagnostic handler installed and also adds support for handling linker diagnostics. | ||||
| 2018-07-30 | rustc_codegen_llvm: use safe references for RustString. | Irina Popa | -3/+3 | |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic. | Irina Popa | -9/+9 | |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Value. | Irina Popa | -30/+35 | |
| 2018-07-30 | rustc_codegen_llvm: move from empty enums to extern types. | Irina Popa | -4/+3 | |
| 2018-07-30 | rustc_llvm: move to rustc_codegen_llvm::llvm. | Irina Popa | -0/+171 | |
