about summary refs log tree commit diff
path: root/src/test/ui/closures
AgeCommit message (Expand)AuthorLines
2022-11-05Specify that `break` cannot be used outside of loop *or* labeled blockclubby789-2/+2
2022-11-04Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726Matthias Krüger-0/+63
2022-11-03Elaborate supertrait obligations when deducing closure signatureMichael Goulet-0/+29
2022-10-31Collect late-bound regions from all closure parents in `closure_mapping`Michael Goulet-0/+47
2022-10-31testsMichael Goulet-0/+16
2022-10-21add test for issue 97607Rageking8-0/+12
2022-10-19Generalize call suggestion for unsatisfied predicateMichael Goulet-0/+4
2022-10-10Rollup merge of #101360 - compiler-errors:multiple-closure-bounds, r=petroche...Matthias Krüger-0/+39
2022-10-10Point out incompatible closure boundsMichael Goulet-0/+39
2022-10-09Skip chained OpaqueCast when building captures.Camille GILLOT-0/+17
2022-10-07make const_err a hard errorRalf Jung-2/+0
2022-10-05add test for issue 82633Rageking8-0/+173
2022-10-04slightly improve no return for returning function errorRageking8-3/+3
2022-10-01bless ui testsMaybe Waffle-19/+19
2022-09-26Rollup merge of #101996 - b-naber:binder-print, r=lcnrMatthias Krüger-1/+1
2022-09-26address reviewb-naber-1/+1
2022-09-26Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisabors-0/+5
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+5
2022-09-23Adapt test resultsFlorian Bartels-2/+1
2022-09-23Restore ignore tagFlorian Bartels-1/+0
2022-09-12Normalize closure signature after constructionMichael Goulet-0/+36
2022-09-08Remove ReEmptyJack Huey-1/+1
2022-09-08stop evaluating constants in `Relate`lcnr-12/+2
2022-09-06Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obkGuillaume Gomez-5/+5
2022-09-04Rollup merge of #100647 - obeis:issue-99875, r=nagisaMatthias Krüger-1/+1
2022-09-03Include enum path in variant suggestionMichael Goulet-5/+5
2022-08-31Fix a bunch of typoDezhi Wu-10/+10
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-1/+1
2022-08-23Use par_body_owners for livenessSeo Sanghyeon-8/+8
2022-08-21Targeted fixes addressing erroneous suggestionsMichael Goulet-8/+0
2022-08-21Note closure kind mismatch causeMichael Goulet-3/+27
2022-08-21Rework point-at-argMichael Goulet-8/+24
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-2/+2
2022-08-14Rollup merge of #99582 - compiler-errors:issue-99566, r=cjgillotDylan DPC-0/+28
2022-08-07Rollup merge of #100194 - est31:box_syntax_tests, r=Mark-SimulacrumMatthias Krüger-6/+4
2022-08-07Remove even more box syntax uses from src/testest31-6/+4
2022-08-07Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnrMatthias Krüger-5/+0
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-6/+6
2022-08-04Don't point out return span on every E0308Michael Goulet-5/+0
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-6/+6
2022-08-03add regression test for #90871Takayuki Maeda-0/+28
2022-07-22Don't suggest unnameable generic argumentsLeón Orell Valerian Liehr-0/+21
2022-07-22Delay a span bug if we see ty/const generic params during writebackMichael Goulet-0/+28
2022-07-19Mention first and last macro in backtraceMichael Goulet-5/+5
2022-07-12add test for implicit stuff in signatures of closures with `for<>`Maybe Waffle-0/+134
2022-07-12Lower closure binders to hir & properly check themMaybe Waffle-3/+12
2022-07-12Parse closure bindersMaybe Waffle-0/+71
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-52/+37
2022-07-07Tweak wording and spansEsteban Küber-17/+17
2022-07-07On partial uninit error point at where we need initEsteban Küber-29/+41