summary refs log tree commit diff
path: root/src/librustc_privacy/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2017-06-23Removed as many "```ignore" as possible.kennytm-4/+6
2017-01-29Remove no longer necessary ctor checks in rustc_privacyVadim Petrochenkov-39/+4
2017-01-29Fix the falloutVadim Petrochenkov-1/+1
2016-09-05Make `private_in_public` compatibility lint warn-by-default againVadim Petrochenkov-0/+4
2016-08-11Make `private_in_public` compatibility lint deny-by-defaultVadim Petrochenkov-4/+0
2016-06-20Add error code flagGuillaume Gomez-5/+5
2016-06-01Auto merge of #33794 - petrochenkov:sanity, r=nrcbors-40/+0
2016-05-28Move some other checks to AST sanity passVadim 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-19Rollup merge of #31721 - rphmeier:err_tuplestruct_count, r=ManishearthSteve Klabnik-2/+2
2016-02-16Fix sentence in E0451 diagnostic.rphmeier-2/+2
2016-02-15Global error explanations improvementsggomez-5/+5
2016-02-07Update long error explanationsGuillaume Gomez-18/+22
2015-12-18Address the commentsVadim Petrochenkov-1/+1
2015-12-18Update error messages and error descriptionsVadim Petrochenkov-7/+10
2015-09-10Add error code for private struct field issueGuillaume Gomez-5/+88
2015-09-09Add error code for tuple struct constructor errorGuillaume Gomez-0/+24
2015-09-09Add error code for unnecessary visibility qualifierGuillaume Gomez-0/+22
2015-09-09Add error code for enum item visibility errorGuillaume Gomez-0/+25
2015-09-09Add new error code for visibility inside a functionGuillaume Gomez-5/+21
2015-09-09Add error code for privacy error on exported signatureGuillaume Gomez-0/+27
2015-09-09Add new error code for trait privacy errorGuillaume Gomez-0/+38