about summary refs log tree commit diff
path: root/src/test/ui/rfc-2497-if-let-chains
AgeCommit message (Expand)AuthorLines
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+3
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-6/+0
2020-02-09--bless --compare-mode=nllMatthias Prechtl-35/+35
2020-01-09Update testsVadim Petrochenkov-5/+25
2019-12-30refactor and fix this-expression-has-type noteMazdak Farrokhzad-2/+2
2019-12-30MatchExpressionArmPattern: Use more generic wording.Mazdak Farrokhzad-7/+7
2019-11-25added enclosing_scope attr to Try trait and fixed ui tests accordinglyMikhail Babenko-6/+33
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-4/+13
2019-11-18Surround types with backticks in type errorsEsteban Küber-30/+30
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-21/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-6/+6
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-37/+37
2019-11-13Bless less verbose error messagesDylan MacKenzie-50/+8
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-9/+30
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-1/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-10-08Ignore `ExprKind::DropTemps` for some ref suggestionsEsteban Küber-2/+2
2019-10-06Suggest dereferencing boolean reference when used in 'if' or 'while'wangxiangqing-38/+0
2019-10-06Suggest dereferencing boolean reference when used in 'if' or 'while'wangxiangqing-2/+46
2019-09-21Do not trigger unreachable lint in async body and Use span labelsEsteban Küber-6/+3
2019-09-18Point at original span when emitting unreachable lintAaron Hill-0/+5
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-2/+8
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-12/+14
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-32/+32
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-2/+2
2019-06-23let_chains: --bless tests due to recovery in lowering.Mazdak Farrokhzad-94/+905
2019-06-23let_chains: Adjust tests for pre-expansion gating.Mazdak Farrokhzad-62/+103
2019-06-23let_chains: Account for const generics in validation tests.Mazdak Farrokhzad-54/+123
2019-06-23let_chains: Comment out Let in ident_can_begin_expr.Mazdak Farrokhzad-5/+6
2019-06-23let_chains: Test pretty output for simple stable if-let.Mazdak Farrokhzad-0/+16
2019-06-23let_chains: Remove redundant tests in syntax-ambiguity-*.rs.Mazdak Farrokhzad-188/+0
2019-06-23let_chains: Add test protecting the precedence of && in relation to other thi...Mazdak Farrokhzad-0/+18
2019-06-23let_chains: Add feature gate tests.Mazdak Farrokhzad-0/+380
2019-06-23let_chains: Add tests for places where let expressions aren't allowed.Mazdak Farrokhzad-0/+635
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-14/+12
2018-12-25Remove licensesMark Rousskov-32/+12
2018-10-23fix typos in various placesMatthias Krüger-24/+24
2018-09-07Added note referencing issue which added error.David Wood-0/+12
2018-09-02Moved let-chain warning/error to ast_validation and changed to unconditional ...David Wood-43/+44
2018-08-31Added warning/error for if-let-chain ambiguity.David Wood-0/+197