about summary refs log tree commit diff
path: root/src/test/ui/pattern
AgeCommit message (Expand)AuthorLines
2022-01-18Formally implement let chainsCaio-30/+0
2022-01-01Move `PatKind::Lit` checking from ast_validation to ast loweringAaron Hill-0/+71
2021-12-14Make TyS::is_suggestable more structualMichael Goulet-8/+1
2021-11-26Auto merge of #91164 - Badel2:usefulness-stack-overflow, r=davidtwcobors-0/+14
2021-11-25Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebankMatthias Krüger-1/+1
2021-11-23Fix stack overflow in `usefulness.rs`Badel2-0/+14
2021-11-23Update test outputsMichael Goulet-1/+1
2021-11-22Split inline const to two feature gatesGary Guo-1/+1
2021-11-20Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebankMatthias Krüger-4/+6
2021-11-18Move some tests to more reasonable directoriesCaio-0/+44
2021-11-16Update tests.Mara Bos-4/+6
2021-11-06Move some tests to more reasonable directoriesCaio-0/+121
2021-10-19Reject closures in patternsTomasz Miąsko-0/+28
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
2021-10-13Rollup merge of #89777 - pierwill:fix-88233, r=Mark-SimulacrumYuki Okushi-1/+1
2021-10-12Filter unstable and doc hidden variants in usefulness checkingDevin Ragotzy-0/+185
2021-10-11Edit explanation of test for nested type ascriptionspierwill-1/+1
2021-10-04Rollup merge of #88090 - nbdd0121:inference, r=nikomatsakisJubilee-12/+66
2021-10-01Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandryManish Goregaokar-22/+56
2021-10-01Normalize after substituting via `field.ty()`Nadrieril-22/+56
2021-09-29Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obkbors-16/+95
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-9/+9
2021-09-26Replace `Pat` with a new intermediate representationNadrieril-14/+48
2021-09-26Rework `Fields` internals.Nadrieril-2/+2
2021-09-22Add testsNadrieril-0/+45
2021-09-10Add a range pattern inference failing testGary Guo-0/+49
2021-09-10Add ui test for issue 88074Gary Guo-0/+16
2021-09-10Perform type inference in range patternGary Guo-12/+1
2021-08-30Handle irrufutable or unreachable let-elseCameron Steffen-12/+21
2021-08-26Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebankManish Goregaokar-37/+1020
2021-08-25Adjust spansNoah Lev-69/+193
2021-08-21Bless testsNoah Lev-17/+17
2021-08-21Add cross-crate tuple field count error testNoah Lev-0/+613
2021-08-21Make E0023 spans even more preciseNoah Lev-88/+58
2021-08-21Add more tuple pattern too many fields test casesNoah Lev-6/+258
2021-08-17Make spans for tuple patterns in E0023 more preciseNoah Lev-24/+48
2021-08-16Don't mark `if_let_guard` as an incomplete featureLéo Lanteri Thauvin-5/+4
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-18/+20
2021-08-11Modify structured suggestion outputEsteban Küber-26/+26
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-3/+3
2021-07-27Auto merge of #85305 - MarcusDunn:master, r=pnkfelixbors-259/+202
2021-07-18Remove impl trait bindings handling on const AST loweringSantiago Pastorino-18/+0
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-22/+0
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-22/+0
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-4/+4
2021-06-19Refactor `PatternError` structureYuki Okushi-14/+46
2021-06-04updated line #'s on ui tests and removed feature flag testmarcusdunn-217/+202
2021-06-04removed more uses of feature gatemarcusdunn-2/+0
2021-06-04removed uses of feature gatemarcusdunn-40/+0
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1