about summary refs log tree commit diff
path: root/src/test/ui/empty
AgeCommit message (Expand)AuthorLines
2021-01-13Update tests for extern block lintingMark Rousskov-2/+1
2020-09-30Re-run tests with --blessTemirkhan Myrzamadi-0/+3
2020-08-11Detect tuple variants used as struct pattern and suggest correct patternEsteban Küber-5/+11
2020-08-10Point at item definition in foreign cratesEsteban Küber-7/+27
2020-08-10Tweak ordering of suggestionsEsteban Küber-36/+76
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-82/+108
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+1
2020-02-01Update existing tests for or-patternsMatthew Jasper-10/+2
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-0/+90
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-0/+90
2020-01-08Unify output of "variant not found" errorsEsteban Küber-6/+6
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-2/+4
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-4/+2
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-61/+69
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+2
2019-10-09Suggest `if let` on `let` refutable bindingEsteban Küber-0/+7
2019-09-22Point at definition when misusing ADTEsteban Küber-2/+32
2019-09-21unify errors for tuple/struct variantsGuanqun Lu-3/+4
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-1/+1
2019-09-09check_match: unify check_irrefutable & check_exhaustive more.Mazdak Farrokhzad-0/+1
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-3/+3
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-32/+3
2019-07-19normalize use of backticks in compiler messages for librustc_metadataSamy Kacimi-1/+1
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+1
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+23
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-1/+14
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+2
2019-04-09improve unknown enum variant errorsAndy Russell-9/+17
2019-03-23Tweak spans for E0599Esteban Küber-8/+8
2019-03-11Update testsVadim Petrochenkov-24/+24
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-2/+9
2019-01-20Use structured suggestion in stead of notesEsteban Küber-6/+4
2019-01-09clarify resolve typo suggestionAndy Russell-18/+18
2018-12-26Fixed more tests.Alexander Regueiro-6/+10
2018-12-25Remove licensesMark Rousskov-168/+38
2018-11-23Reword incorrect macro invocation primary labelEsteban Küber-1/+1
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-4/+12
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-2/+2
2018-11-10in which the E0618 "expected function" diagnostic gets a makeoverZack M. Davis-4/+12
2018-10-24Point to macro def span instead of whole bodyEsteban Küber-6/+4
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-2/+7
2018-08-14Moved problematic tests on i586-unknown-linux-gnu back to compile-fail.David Wood-21/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+754