summary refs log tree commit diff
path: root/src/test/ui/match
AgeCommit message (Expand)AuthorLines
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