about summary refs log tree commit diff
path: root/src/test/ui/block-result
AgeCommit message (Expand)AuthorLines
2021-02-21Do not suggest `;` if expression is side effect freeEsteban Küber-3/+1
2021-02-21reword `;` suggestions to have consistent wordingEsteban Küber-1/+1
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-9/+9
2020-08-22Use smaller def span for functionsAaron Hill-9/+6
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-12/+27
2020-04-24update_testsflip1995-2/+8
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-03-12update testsMark Mansi-1/+1
2020-01-08Unify output of "variant not found" errorsEsteban Küber-2/+2
2019-12-30MatchExpressionArmPattern: Use more generic wording.Mazdak Farrokhzad-1/+1
2019-11-18Surround types with backticks in type errorsEsteban Küber-18/+18
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-42/+1
2019-11-18review comments: tweak prefix stringsEsteban Küber-28/+28
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-19/+19
2019-08-09review comments: typo and rewordingEsteban Küber-5/+5
2019-08-09review comment: review wording or missing return errorEsteban Küber-5/+5
2019-08-09Tweak wording of fn without explicit returnEsteban Küber-5/+5
2019-08-09Change wording for function without return valueEsteban Küber-5/+5
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-1/+9
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+2
2019-04-09improve unknown enum variant errorsAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-13/+13
2019-03-02Suggest removal of `&` when borrowing macro and appropriateEsteban Küber-1/+4
2019-01-20Use structured suggestion in stead of notesEsteban Küber-3/+1
2019-01-12Reword label as per review commentEsteban Küber-1/+1
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-0/+2
2018-12-30Tweak E0308 error for clarityEsteban Küber-5/+5
2018-12-30Point at function name spanEsteban Küber-5/+15
2018-12-30Point at the return type span on type mismatch due to missing returnEsteban Küber-44/+30
2018-12-25Remove licensesMark Rousskov-138/+18
2018-12-24make non_camel_case_types an early lintAndy Russell-2/+2
2018-11-10in which the E0618 "expected function" diagnostic gets a makeoverZack M. Davis-2/+10
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-03-14update testsGuillaume Gomez-14/+14
2018-02-26Update UI testsVadim Petrochenkov-4/+4
2018-02-26Update UI testsVadim Petrochenkov-40/+40
2018-02-25Update ui testsGuillaume Gomez-0/+14
2018-01-15Further tweaks to the outputEsteban Küber-1/+1
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-10/+10
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-6/+5
2017-11-18move the signature into the closure typeNiko Matsakis-12/+1
2017-09-21Add suggestions for misspelled method namesThomas Jespersen-0/+2
2017-08-09Readd backticks around ()Esteban Küber-4/+4
2017-08-08Only refer to return type when it matchesEsteban Küber-4/+4
2017-07-25Point at return type always when type mismatch against itEsteban Küber-0/+9
2017-07-21Adjust new suggestions to the suggestion guidelinesOliver Schneider-2/+2
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-2/+6
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-12/+12