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_privacy
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-4
/
+6
2017-01-29
Remove no longer necessary ctor checks in rustc_privacy
Vadim Petrochenkov
-39
/
+4
2017-01-29
Fix the fallout
Vadim Petrochenkov
-1
/
+1
2016-09-05
Make `private_in_public` compatibility lint warn-by-default again
Vadim Petrochenkov
-0
/
+4
2016-08-11
Make `private_in_public` compatibility lint deny-by-default
Vadim Petrochenkov
-4
/
+0
2016-06-20
Add error code flag
Guillaume Gomez
-5
/
+5
2016-06-01
Auto merge of #33794 - petrochenkov:sanity, r=nrc
bors
-40
/
+0
2016-05-28
Move some other checks to AST sanity pass
Vadim Petrochenkov
-40
/
+0
2016-05-27
* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...
Guillaume Gomez
-1
/
+5
2016-02-19
Rollup merge of #31721 - rphmeier:err_tuplestruct_count, r=Manishearth
Steve Klabnik
-2
/
+2
2016-02-16
Fix sentence in E0451 diagnostic.
rphmeier
-2
/
+2
2016-02-15
Global error explanations improvements
ggomez
-5
/
+5
2016-02-07
Update long error explanations
Guillaume Gomez
-18
/
+22
2015-12-18
Address the comments
Vadim Petrochenkov
-1
/
+1
2015-12-18
Update error messages and error descriptions
Vadim Petrochenkov
-7
/
+10
2015-09-10
Add error code for private struct field issue
Guillaume Gomez
-5
/
+88
2015-09-09
Add error code for tuple struct constructor error
Guillaume Gomez
-0
/
+24
2015-09-09
Add error code for unnecessary visibility qualifier
Guillaume Gomez
-0
/
+22
2015-09-09
Add error code for enum item visibility error
Guillaume Gomez
-0
/
+25
2015-09-09
Add new error code for visibility inside a function
Guillaume Gomez
-5
/
+21
2015-09-09
Add error code for privacy error on exported signature
Guillaume Gomez
-0
/
+27
2015-09-09
Add new error code for trait privacy error
Guillaume Gomez
-0
/
+38