about summary refs log tree commit diff
path: root/src/librustc_llvm/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-171/+0
2018-03-25librustc_llvm: Show PGO diagnostics properly.Emilio Cobos Álvarez-0/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-5/+5
2017-07-21rustllvm: split DebugLoc in UnpackOptimizationDiagnosticTim Neumann-9/+23
2016-11-28Don't assume llvm::StringRef is null terminatedRobin Kruppe-10/+12
2016-11-24Support LLVM 4.0 in OptimizationDiagnostic FFIRobin Kruppe-16/+19
2016-10-22run rustfmt on librustc_llvm folderSrinivas Reddy Thatiparthy-8/+3
2016-08-03split the FFI part of rustc_llvm to rustc_llvm::ffiAriel Ben-Yehuda-1/+2
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-17/+38
2016-05-29run rustfmt on librustc_llvm folderSrinivas Reddy Thatiparthy-23/+26
2015-11-19Remove unneeded `#[derive(Copy)]`Tobias Bucher-2/+0
2015-11-17Remove 'raw_pointer_derive' lint (#14615)Devon Hollowood-1/+0
2015-04-01Fallout out rustcNiko Matsakis-5/+4
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-2/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+2
2015-01-22Better inline assembly errorsJohn Kåre Alsaker-1/+32
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-4/+5
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2014-12-19librustc_llvm: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+6
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-09-12Add -C remark for LLVM optimization remarksKeegan McAllister-0/+92