summary refs log tree commit diff
path: root/src/test/ui/match
AgeCommit message (Expand)AuthorLines
2019-06-02Rollup merge of #61441 - estebank:fn-call-in-match, r=varkorMazdak Farrokhzad-2/+6
2019-06-01Tweak wording when encountering `fn` call in patternEsteban Küber-2/+6
2019-05-30Update ui and run-pass for ellipsis_inclusive_range_patterns lintmemoryruins-16/+16
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+25
2019-05-01Resolve match arm ty when arms divergeEsteban Küber-17/+42
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-0/+9
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-0/+9
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+3
2019-03-11Update testsVadim Petrochenkov-36/+36
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-2/+26
2019-02-21Add address stability test for matchesMatthew Jasper-0/+39
2019-02-08review comments: (marginally) reduce memory consumtionEsteban Küber-1/+41
2019-02-07Add test for type mismatch on first match armEsteban Küber-0/+58
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-77/+0
2019-01-12Don't add label to the match expr when the type is not fully realizedEsteban Küber-2/+0
2019-01-12Reword label as per review commentEsteban Küber-3/+3
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-1/+7
2019-01-08improve non_upper_case_globals diagnosticsAndy Russell-77/+0
2018-12-31Improve type mismatch error messagesYuning Zhang-1/+1
2018-12-25Remove licensesMark Rousskov-347/+76
2018-12-24make non_camel_case_types an early lintAndy Russell-41/+37
2018-11-30Fix bug in matching on floating-point rangesvarkor-7/+1
2018-11-30Update existing tests with more precise error messagesvarkor-3/+9
2018-11-07fix ICEF001-0/+27
2018-10-20Auto merge of #55119 - varkor:unwarned-match-on-never, r=nikomatsakisbors-30/+0
2018-10-17Update output for borrowck=migrate compare mode.David Wood-25/+0
2018-10-16Remove outdated testvarkor-30/+0
2018-09-01Update testsBasile Desloges-12/+0
2018-08-25Use smaller span for adjustments on block expressionsMatthew Jasper-21/+15
2018-08-14Update former compile-fail testsMatthew Jasper-2/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+1493