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
2018-06-30
Loosened rules involving statics mentioning other statics.
Alexander Regueiro
-55
/
+0
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-2
/
+2
2018-05-22
Remove now unused error code
Oliver Schneider
-15
/
+0
2018-03-21
Make resuming generators unsafe instead of the creation of immovable generato...
John Kåre Alsaker
-5
/
+5
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-30
/
+0
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-0
/
+36
2018-03-08
Move librustc_const_eval to librustc_mir
Oliver Schneider
-0
/
+550
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2017-11-26
Stabilize const-calling existing const-fns in std
Simon Sapin
-4
/
+0
2017-10-14
Improve E0382 extended help message
Jacob Wahlgren
-9
/
+57
2017-10-10
Moved remaining AST-borrowck diagnostic definitions to `rustc_mir` crate.
Felix S. Klock II
-0
/
+461
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