summary refs log tree commit diff
path: root/src/test/ui/pattern
AgeCommit message (Expand)AuthorLines
2022-10-13Move some tests to more reasonable directoriesCaio-0/+33
2022-10-01bless ui testsMaybe Waffle-4/+4
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-0/+2
2022-09-15Remove the let_else feature gate from the testsuiteest31-14/+12
2022-09-15Remove feature gate from let else suggestionest31-2/+2
2022-09-13Rebase fallout.Camille GILLOT-12/+8
2022-09-08Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebankDylan DPC-154/+103
2022-09-06Shrink span for bindings with subpatterns.Camille GILLOT-154/+103
2022-09-03Include enum path in variant suggestionMichael Goulet-180/+180
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-21Note closure kind mismatch causeMichael Goulet-3/+27
2022-08-21Rework point-at-argMichael Goulet-3/+3
2022-08-17Reenable early feature-gates as future-compat warningsChristopher Durham-1/+28
2022-08-09suggest adding an appropriate missing pattern excluding commentsTakayuki Maeda-0/+43
2022-07-09Rollup merge of #99008 - obeis:issue-98974, r=compiler-errorsDylan DPC-4/+16
2022-07-08Update ui test for the new E0530 suggestionObei Sideg-4/+16
2022-07-07Shorten span for closures.Camille GILLOT-1/+1
2022-07-06use `named_span` in case of tuple variantTakayuki Maeda-6/+6
2022-07-01Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomezbors-3/+3
2022-07-01Only label place where type is needed if span is meaningfulMichael Goulet-3/+3
2022-07-01Shorten def_span for more items.Camille GILLOT-105/+57
2022-06-24improve wording of a suggestionMaybe Waffle-1/+1
2022-06-23Suggest defining variable as mutable on `&mut _` type mismatch in patsMaybe Waffle-0/+5
2022-06-19Be more hygenic with spansMichael Goulet-56/+38
2022-06-19Only omit trailing comma if block doesn't come from macro expansionMichael Goulet-1/+1
2022-06-16bless clippy testsklensy-1/+1
2022-06-16Rollup merge of #97964 - WaffleLapkin:fix_borrow_par_suggestions, r=compiler-...Yuki Okushi-1/+5
2022-06-10Fix suggestions for `&a: T` parametersMaybe Waffle-1/+5
2022-06-10Bless tests.Camille GILLOT-92/+84
2022-06-02add new `emit_inference_failure_err`lcnr-8/+14
2022-05-29Note pattern mismatch coming from for-loop desugaringMichael Goulet-0/+43
2022-05-20Move testsCaio-0/+15
2022-04-27Make [e]println macros eagerly drop temporaries (for backport)David Tolnay-1/+1
2022-04-26Move some tests to more reasonable placesCaio-0/+44
2022-04-16Implementation for 65853Jack Huey-1/+9
2022-04-10Delay a bug when we see SelfCtor in ref patternMichael Goulet-0/+20
2022-03-30Restore `impl Future<Output = Type>` to async blocksMichael Goulet-1/+1
2022-03-27Point (again) to more expressions with their type, even if not fully resolvedEsteban Kuber-1/+8
2022-03-22remove [async output] from impl FutureMichael Goulet-1/+1
2022-03-16Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPCDylan DPC-1/+1
2022-03-12Fix rebase conflicts with stderr filesDevin Ragotzy-53/+160
2022-03-12Only filter doc(hidden) fields/variants when not crate localDevin Ragotzy-9/+65
2022-03-12Update output for doc hidden usefulness ui test outputDevin Ragotzy-62/+64
2022-03-12Add struct to doc hidden usefulness ui testsDevin Ragotzy-11/+35
2022-03-12Add struct to stability ui tests in usefulnessDevin Ragotzy-15/+60
2022-03-11Format core and std macro rules, removing needless surrounding blocksDavid Tolnay-1/+1
2022-03-08Do not suggest `let_else` if no bindings would be introducedEsteban Kuber-16/+0
2022-03-08Suggest `if let`/`let_else` for refutable pat in `let`Esteban Kuber-14/+38
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-146/+146
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-523/+654