summary refs log tree commit diff
path: root/src/test/ui/resolve
AgeCommit message (Expand)AuthorLines
2018-04-16Update testsJohn Kåre Alsaker-9/+4
2018-03-16Update testsJohn Kåre Alsaker-7/+17
2018-03-14Add empty main() to tests where it is missing.Eric Huss-12/+10
2018-03-14Add crate name to "main function not found" error message.Eric Huss-3/+3
2018-03-14update testsGuillaume Gomez-49/+38
2018-02-27Add label to primary span in some parse errorsEsteban Küber-1/+1
2018-02-26Update UI testsVadim Petrochenkov-37/+37
2018-02-26Update UI testsVadim Petrochenkov-172/+172
2018-02-25Update ui testsGuillaume Gomez-0/+49
2018-02-10Change error message for E0391 to "cyclic dependency detected"John Kåre Alsaker-2/+2
2018-01-15Further tweaks to the outputEsteban Küber-27/+350
2018-01-15Add note when trying to use `Self` as a ctorEsteban Küber-0/+4
2018-01-15Readd suggestion in enum variants with incorrect argsEsteban Küber-3/+3
2018-01-15Suggest the correct syntax for different struct typesEsteban Küber-33/+40
2018-01-15Hide suggestion to use struct ctor when it is not visibleEsteban Küber-9/+2
2018-01-02Correct for changes in line numbers in expected stderr output.Ed Schouten-23/+23
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+4
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-8/+1
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-239/+171
2017-11-27Fix testEsteban Küber-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-350/+311
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-18/+0
2017-11-15Add new error comparision to hide desugaringChristopher Vittal-13/+1
2017-11-10Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakisbors-0/+24
2017-11-03Detect `=` -> `:` typo in let bindingsEsteban Küber-19/+1
2017-11-04Move some tests to UIVadim Petrochenkov-0/+24
2017-08-31WIP: don't suggest placing `use` statements into expanded codeOliver Schneider-4/+4
2017-08-31Add test for broken suggestionOliver Schneider-9/+29
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-9/+74
2017-08-17Improve placement of `use` suggestionsOliver Schneider-9/+74
2017-07-28Fix testsAlex Crichton-2/+2
2017-07-21Adjust new suggestions to the suggestion guidelinesOliver Schneider-1/+1
2017-07-18reorder span labelsgaurikholkar-7/+7
2017-07-17Change some helps to suggestionsOliver Schneider-32/+32
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-12/+20
2017-07-06Add extra whitespace for suggestionsEsteban Küber-7/+36
2017-07-06Make suggestion include the line numberEsteban Küber-22/+22
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-1/+1
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-25/+25
2017-06-24Don't naively point to return type on type errorEsteban Küber-3/+0
2017-06-24Detect missing `;` on methods with return type `()`Esteban Küber-1/+6
2017-06-02Add E0603 error codeGuillaume Gomez-5/+5
2017-05-30Add new error codeGuillaume Gomez-3/+3
2017-05-24Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu...Mark Simulacrum-25/+25
2017-05-24Change error count messagesMichael Kohl-25/+25
2017-05-17Add better error message when == operator is badly usedGuillaume Gomez-2/+2
2017-05-10Example usage of multiple suggestionsOliver Schneider-38/+38
2017-04-28refac Move levenchstein before context dependent checkFreyskeyd-7/+54
2017-04-12Add a way to get shorter spans until `char` for pointing at defsEsteban Küber-1/+1
2017-04-04Merge branch 'master' into issue-32540Esteban Küber-4/+0