summary refs log tree commit diff
path: root/src/librustc_passes/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2016-08-27Move E0379 check from typeck to ast validationKeith Yeung-0/+7
2016-08-05Add new error code testsGuillaume Gomez-4/+4
2016-08-03Properly enforce the "patterns aren't allowed in foreign functions" checkVadim Petrochenkov-0/+1
2016-08-03Move the E0130 check to AST validation passVadim Petrochenkov-0/+33
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-2/+2
2016-06-01Auto merge of #33794 - petrochenkov:sanity, r=nrcbors-0/+40
2016-05-29Improve E0161 error explanationGuillaume Gomez-1/+26
2016-05-28Move some other checks to AST sanity passVadim Petrochenkov-0/+40
2016-05-07mir: qualify and promote constants.Eduard Burtescu-482/+0
2016-02-07Update long error explanationsGuillaume Gomez-39/+40
2016-01-24 Improve the error explanations for check_constAriel Ben-Yehuda-36/+50
2016-01-21move more checks out of librustcOliver Schneider-0/+542
2016-01-15move const block checks before lowering stepOliver Schneider-0/+50