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_const_eval
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-11
rustc: remove obsolete const_val::ErrKind::{Negate,Not}On.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-3
/
+5
2017-06-01
Change for-loop desugar to not borrow the iterator during the loop
John Kåre Alsaker
-1
/
+3
2017-04-16
rustc_const_eval: move ConstEvalErr to the rustc crate.
Eduard-Mihai Burtescu
-19
/
+0
2017-03-13
clean up visuals on error index #40425
Joshua Horwitz
-3
/
+3
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-16
/
+0
2017-01-06
fix doc test for E0001
Andrew Cann
-1
/
+1
2017-01-05
Un-remove E0001, put a notice on it instead
Andrew Cann
-0
/
+27
2017-01-03
Remove E0001 diagnostic
Andrew Cann
-25
/
+0
2017-01-03
Make is_useful handle empty types properly
Andrew Cann
-1
/
+1
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-4
/
+4
2016-11-14
Uncomment some long error explanation
Guillaume Gomez
-4
/
+6
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-3
/
+3
2016-10-27
Make sufficiently old or low-impact compatibility lints deny-by-default
Vadim Petrochenkov
-2
/
+0
2016-10-26
remove StaticInliner and NaN checking
Ariel Ben-Yehuda
-2
/
+2
2016-10-26
split the exhaustiveness-checking logic to its own module
Ariel Ben-Yehuda
-2
/
+2
2016-08-05
Add error code check in librustc_const_eval/diagnostics.rs
Guillaume Gomez
-22
/
+26
2016-07-22
refactor constant evaluation error reporting
Ariel Ben-Yehuda
-20
/
+22
2016-06-01
Fix E0165 code examples
Guillaume Gomez
-3
/
+4
2016-05-27
* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...
Guillaume Gomez
-1
/
+3
2016-05-12
Add more details and examples in error code
ggomez
-4
/
+9
2016-05-03
add help on pattern guard
mrmiywj
-10
/
+51
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-0
/
+545