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_passes
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-35
/
+0
2018-02-24
Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis
Manish Goregaokar
-0
/
+2
2018-02-13
Disallow projections from impl Trait types
Taylor Cramer
-0
/
+1
2018-02-13
Make nested impl Trait a hard error
Taylor Cramer
-0
/
+1
2018-02-10
Remove "static item recursion checking" in favor of relying on cycle checks i...
John Kåre Alsaker
-16
/
+0
2018-01-14
syntax: Rewrite parsing of impls
Vadim Petrochenkov
-0
/
+46
2018-01-13
Address review.
leonardo.yvens
-2
/
+2
2018-01-13
Remove wfcheck for auto traits, remove dead error codes
leonardo.yvens
-0
/
+9
2017-11-11
Always report patterns more complex than `mut IDENT` as errors
Vadim Petrochenkov
-0
/
+1
2017-08-09
extended information for E0571 break with value in non-`loop` loop
Zack M. Davis
-1
/
+34
2017-08-06
fixing doctest failures in resurfaced extended information
Zack M. Davis
-1
/
+1
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-4
/
+4
2017-04-11
Move rvalue checking to MIR
Ariel Ben-Yehuda
-33
/
+0
2017-02-22
Change break or continue with no label to error nmbr 590
Taylor Cramer
-1
/
+1
2017-02-18
Properly implement labeled breaks in while conditions
Taylor Cramer
-0
/
+16
2017-01-28
rustc: always keep an explicit lifetime in trait objects.
Eduard-Mihai Burtescu
-0
/
+1
2017-01-19
add exclusive range patterns under a feature gate
Oliver Schneider
-0
/
+18
2016-11-21
Implement the `loop_break_value` feature.
Geoffry Song
-0
/
+1
2016-08-27
Move E0379 check from typeck to ast validation
Keith Yeung
-0
/
+7
2016-08-05
Add new error code tests
Guillaume Gomez
-4
/
+4
2016-08-03
Properly enforce the "patterns aren't allowed in foreign functions" check
Vadim Petrochenkov
-0
/
+1
2016-08-03
Move the E0130 check to AST validation pass
Vadim Petrochenkov
-0
/
+33
2016-07-22
refactor constant evaluation error reporting
Ariel Ben-Yehuda
-2
/
+2
2016-06-01
Auto merge of #33794 - petrochenkov:sanity, r=nrc
bors
-0
/
+40
2016-05-29
Improve E0161 error explanation
Guillaume Gomez
-1
/
+26
2016-05-28
Move some other checks to AST sanity pass
Vadim Petrochenkov
-0
/
+40
2016-05-07
mir: qualify and promote constants.
Eduard Burtescu
-482
/
+0
2016-02-07
Update long error explanations
Guillaume Gomez
-39
/
+40
2016-01-24
Improve the error explanations for check_const
Ariel Ben-Yehuda
-36
/
+50
2016-01-21
move more checks out of librustc
Oliver Schneider
-0
/
+542
2016-01-15
move const block checks before lowering step
Oliver Schneider
-0
/
+50