summary refs log tree commit diff
path: root/src/test/ui/resolve
AgeCommit message (Expand)AuthorLines
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
2017-03-30update UI testNiko Matsakis-4/+0
2017-03-25Improve wording and spans for unexpected tokenEsteban Küber-7/+3
2017-03-24Point at last valid token on failed `expect_one_of`Esteban Küber-3/+10
2017-03-15Stabilize pub(restricted)Taylor Cramer-20/+16
2017-03-12Rollup merge of #40369 - petrochenkov:segspan, r=eddybCorey Farwell-21/+39
2017-03-10resolve: Use path segment spans in smart_resolve_pathVadim Petrochenkov-21/+39
2017-03-10Update syntax for `pub(restricted)`Vadim Petrochenkov-2/+2
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-7/+1
2017-02-25rustc_typeck: simplify AstConv requests as implemented by collect.Eduard-Mihai Burtescu-2/+9
2017-01-29Improve diagnostics for inaccessible constructorsVadim Petrochenkov-0/+137
2017-01-21Resolve `Self` in impl headersVadim Petrochenkov-10/+2
2017-01-20Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkovAlex Crichton-20/+20
2017-01-18Use multiline Diagnostic for candidate in other moduleEsteban Küber-20/+20
2017-01-17Teach Diagnostics to highlight textEsteban Küber-1/+1
2017-01-13resolve: Levenshtein-based suggestions for non-import pathsVadim Petrochenkov-3/+92
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-109/+109
2017-01-07Teach diagnostics to have correctly padded listsEsteban Küber-3/+3
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-240/+277
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-0/+1953