about summary refs log tree commit diff
path: root/src/test/ui/closures/2229_closure_analysis
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10257/+0
2023-01-05Detect closures assigned to binding in blockEsteban Küber-13/+16
2022-12-28Use verbose suggestions for mutability errorsEsteban Küber-3/+5
2022-11-10Tweak span for `#[must_use]`Esteban Küber-2/+2
2022-10-01bless ui testsMaybe Waffle-19/+19
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-03Include enum path in variant suggestionMichael Goulet-5/+5
2022-08-31Fix a bunch of typoDezhi Wu-9/+9
2022-08-23Use par_body_owners for livenessSeo Sanghyeon-8/+8
2022-08-21Note closure kind mismatch causeMichael Goulet-2/+18
2022-08-21Rework point-at-argMichael Goulet-2/+2
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-6/+6
2022-07-19Mention first and last macro in backtraceMichael Goulet-5/+5
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-20/+10
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
2022-07-07Shorten span for closures.Camille GILLOT-20/+10
2022-07-01Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkovbors-2/+2
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-06-22Uniform spans in dead code lint.Camille GILLOT-2/+2
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-17/+15
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-1/+1
2022-06-16--bless uiMaybe Waffle-12/+9
2022-06-16 fix one more case of trailing spaceklensy-1/+1
2022-05-23Fix precise field capture of univariant enumsTomasz Miąsko-0/+27
2022-05-05Put the 2229 migration errors in alphabetical orderScott McMurray-3/+3
2022-04-14make unaligned_reference warning visible in future compat reportRalf Jung-0/+14
2022-04-14make unaligned_references lint deny-by-defaultRalf Jung-11/+8
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-3/+3
2022-03-28Suggest function borrow ignoring needs_noteMichael Goulet-0/+16
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-3/+3
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-10/+0
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-6/+6
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-12/+25
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-1/+4
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-3/+14
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-6/+16
2022-02-24Restrict query recursion in `needs_significant_drop`Jakob Degen-0/+14
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-3/+3
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-3/+3
2022-01-07Flatten InferredCaptureInformationGary Guo-28/+101
2021-12-26fix typo: intialized -> initializedHiroshi Kori-1/+1
2021-12-11Rollup merge of #91718 - RalfJung:unaligned_references, r=nagisaMatthias Krüger-0/+1
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-2/+4
2021-12-09give more help in the unaligned_references lintRalf Jung-0/+1
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+7
2021-11-05apply suggestions from code reviewNiko Matsakis-42/+42