index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_llvm
/
diagnostic.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-30
rustc_llvm: move to rustc_codegen_llvm::llvm.
Irina Popa
-171
/
+0
2018-03-25
librustc_llvm: Show PGO diagnostics properly.
Emilio Cobos Álvarez
-0
/
+5
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-5
/
+5
2017-07-21
rustllvm: split DebugLoc in UnpackOptimizationDiagnostic
Tim Neumann
-9
/
+23
2016-11-28
Don't assume llvm::StringRef is null terminated
Robin Kruppe
-10
/
+12
2016-11-24
Support LLVM 4.0 in OptimizationDiagnostic FFI
Robin Kruppe
-16
/
+19
2016-10-22
run rustfmt on librustc_llvm folder
Srinivas Reddy Thatiparthy
-8
/
+3
2016-08-03
split the FFI part of rustc_llvm to rustc_llvm::ffi
Ariel Ben-Yehuda
-1
/
+2
2016-08-03
begin auditing the C++ types in RustWrapper
Ariel Ben-Yehuda
-17
/
+38
2016-05-29
run rustfmt on librustc_llvm folder
Srinivas Reddy Thatiparthy
-23
/
+26
2015-11-19
Remove unneeded `#[derive(Copy)]`
Tobias Bucher
-2
/
+0
2015-11-17
Remove 'raw_pointer_derive' lint (#14615)
Devon Hollowood
-1
/
+0
2015-04-01
Fallout out rustc
Niko Matsakis
-5
/
+4
2015-01-27
Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton
Manish Goregaokar
-2
/
+2
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-2
/
+2
2015-01-22
Better inline assembly errors
John Kåre Alsaker
-1
/
+32
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-4
/
+5
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-19
librustc_llvm: use `#[deriving(Copy)]`
Jorge Aparicio
-4
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+6
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-09-12
Add -C remark for LLVM optimization remarks
Keegan McAllister
-0
/
+92