about summary refs log tree commit diff
path: root/src/test/ui/span/issue-34264.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-102/+0
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-2/+2
2022-08-12Point out a single arg if we have a single arg incompatibilityMichael Goulet-1/+1
2022-06-27Use typed indices in argument mismatch algorithmMichael Goulet-2/+2
2022-04-16Implementation for 65853Jack Huey-7/+19
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-7/+7
2021-08-11Modify structured suggestion outputEsteban Küber-7/+7
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-6/+12
2020-06-27Fix wording for anonymous parameter name helpJames Box-2/+2
2020-02-11On mismatched argument count point at argumentsEsteban Küber-4/+8
2020-02-02parser: address review comments re. `self`.Mazdak Farrokhzad-0/+8
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-4/+1
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-3/+3
2019-10-02syntax: improve parameter without type suggestionsDavid Wood-0/+6
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-6/+6
2019-05-30Recover gracefully from argument with missing type or param nameEsteban Küber-0/+20
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-8/+8
2018-12-25Remove licensesMark Rousskov-6/+6
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Update UI testsVadim Petrochenkov-8/+8
2018-02-25Update ui testsGuillaume Gomez-0/+2
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-2/+0
2017-12-10Point at whole method call instead of argsEsteban Küber-6/+6
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-12/+12
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-1/+1
2017-05-24Change error count messagesMichael Kohl-1/+1
2017-04-07Merge branch 'master' into ty-placeholderEsteban Küber-3/+3
2017-04-02Introduce `TyErr` independent from `TyInfer`Esteban Küber-0/+49