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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-04
Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-0
/
+94
2017-10-04
Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-0
/
+45
2017-10-04
Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-0
/
+127
2017-09-29
mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...
Basile Desloges
-0
/
+1
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-0
/
+34
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-2
/
+2
2017-09-09
Stabilize drop_types_in_const.
Eduard-Mihai Burtescu
-23
/
+1
2017-08-16
Move borrowck error msg construction to module in `rustc_mir` (for later reus...
Felix S. Klock II
-0
/
+551
2017-08-12
Check #[thread_local] statics correctly in the compiler.
Eduard-Mihai Burtescu
-0
/
+1
2017-08-06
fixing doctest failures in resurfaced extended information
Zack M. Davis
-3
/
+11
2017-06-07
indentation fixes
gaurikholkar
-2
/
+2
2017-06-07
Changing error message for interior mutability, adding ui test
gaurikholkar
-4
/
+4
2017-04-11
Move rvalue checking to MIR
Ariel Ben-Yehuda
-0
/
+33
2016-08-24
Add error code test checkup
Guillaume Gomez
-13
/
+12
2016-08-15
Add E0394 error explanation
Guillaume Gomez
-4
/
+22
2016-05-07
Implement RFC 1440 "Allow Drop types in statics/const functions".
Eduard Burtescu
-1
/
+1
2016-05-07
mir: qualify and promote constants.
Eduard Burtescu
-0
/
+387