about summary refs log tree commit diff
path: root/src/test/ui/empty
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1023/+0
2022-12-15Trim paths in E0599Esteban Küber-4/+4
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-93/+28
2022-11-14Show a note where a macro failed to matchNilstrieb-0/+6
2022-10-05Delay function resolution error until typeckMichael Goulet-23/+23
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-15Remove feature gate from let else suggestionest31-1/+1
2022-09-03Include enum path in variant suggestionMichael Goulet-3/+3
2022-07-16Be more precise when suggesting removal of parens on unit adt ctorMichael Goulet-8/+20
2022-07-08Update ui test for the new E0530 suggestionObei Sideg-2/+8
2022-07-06use `named_span` in case of tuple variantTakayuki Maeda-5/+5
2022-07-01Shorten def_span for more items.Camille GILLOT-15/+15
2022-06-16diagnostics: fix trailing spaceklensy-2/+2
2022-05-15rustc: Stricter checking for #[link] attributesVadim Petrochenkov-4/+4
2022-03-28Remove duplicated and unused test filesCaio-0/+36
2022-03-08Suggest `if let`/`let_else` for refutable pat in `let`Esteban Kuber-1/+5
2022-03-08Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnrMatthias Krüger-9/+20
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-10/+9
2022-03-03Emit `unused_attributes` if a level attr only has a reasonxFrednet-9/+20
2021-11-22Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkovbors-0/+77
2021-11-18Add checks for more empty attributes.Eric Huss-0/+77
2021-11-16Suggest removal of arguments for unit variant, not replacementEsteban Kuber-4/+6
2021-10-17Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisaMatthias Krüger-2/+2
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-2/+2
2021-10-15Bless testsCameron Steffen-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-38/+38
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-18/+18
2021-05-02add suggestion for unit enum variant when matched with a paternAliénore Bouttefeux-16/+86
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