about summary refs log tree commit diff
path: root/src/test/ui/pattern
AgeCommit message (Expand)AuthorLines
2019-09-26Adjust & --bless tests due to no longer downgrading NLL errors on 2015.Mazdak Farrokhzad-31/+3
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-15/+23
2019-09-04Point at variant on pattern field count mismatchEsteban Küber-0/+9
2019-07-29Add semantic test for rest patterns.Mazdak Farrokhzad-0/+270
2019-07-29Add syntactic test for rest patterns.Mazdak Farrokhzad-0/+70
2019-07-01Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche...bors-43/+0
2019-06-18test: normalize away the line/column info in ui/pattern/const-pat-ice.Eduard-Mihai Burtescu-1/+2
2019-06-15Move type_alias_enum_variants tests to a folder; Strip feature gates.Mazdak Farrokhzad-43/+0
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-1/+1
2019-06-05Reblessed tests.Alexander Regueiro-1/+1
2019-05-25Update ui testsOliver Scherer-1/+1
2019-05-25Make `ConstValue::Slice` solely take `[u8]` and `str`Oliver Scherer-18/+6
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+1
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+22
2019-05-10Fix inhabitedness of non-exhaustive variants.David Wood-1/+1
2019-04-22Fix ICE related to #53708Esteban Küber-1/+1
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-1/+20
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+3
2019-04-14normalize flags and rustc version in ICE reproRalf Jung-2/+4
2019-04-14fix testsRalf Jung-0/+13
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-2/+4
2019-03-11Update testsVadim Petrochenkov-34/+34
2019-01-15Rollup merge of #57587 - Aaron1011:fix/const-pat-ice, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-1/+1
2019-01-14Add 'rustc-env:RUST_BACKTRACE=0' to const-pat-ice testAaron Hill-0/+1
2019-01-13Rollup merge of #57366 - estebank:point-match-discrim, r=varkorMazdak Farrokhzad-0/+4
2019-01-12Reword label as per review commentEsteban Küber-2/+2
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-0/+4
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-0/+85
2019-01-09clarify resolve typo suggestionAndy Russell-1/+1
2018-12-25Remove licensesMark Rousskov-126/+26
2018-12-24make non_camel_case_types an early lintAndy Russell-13/+11
2018-12-15Auto merge of #56540 - oli-obk:less_const_hackery, r=varkorbors-12/+158
2018-12-13Update tests to show diagnosticsOliver Scherer-19/+128
2018-12-11Fix irrefutable matches on integer rangesvarkor-0/+8
2018-12-10Add a few more tests of edge casesOliver Scherer-0/+37
2018-11-29Fix another related ICEOliver Scherer-1/+40
2018-11-29r/\t/ /Oliver Scherer-21/+21
2018-11-29Support arbitrary slice constants for pattern deaggregationOliver Scherer-2/+24
2018-11-29Allow constants of byte slice type as patternsOliver Scherer-0/+11
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-4/+4
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-9/+9
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+542