about summary refs log tree commit diff
path: root/src/test/ui/closures/2229_closure_analysis/diagnostics
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1316/+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-10-01bless ui testsMaybe Waffle-6/+6
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-21Note closure kind mismatch causeMichael Goulet-2/+18
2022-08-21Rework point-at-argMichael Goulet-2/+2
2022-07-19Mention first and last macro in backtraceMichael Goulet-5/+5
2022-06-16 fix one more case of trailing spaceklensy-1/+1
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-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-0/+43
2021-12-09give more help in the unaligned_references lintRalf Jung-0/+1
2021-10-29Fix a format_args span to be expansionCameron Steffen-0/+7
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-2/+2
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-10/+12
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-07-30Use multispan suggestions more oftenEsteban Küber-1/+1
2021-06-292229: Reduce the size of closures with `capture_disjoint_fields`Aman Arora-4/+4
2021-06-27Editon 2021 enables precise captureAman Arora-304/+85
2021-05-01Closure capture borrow diagnostics for disjoint capturesChris Pardy-12/+264
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-5/+5
2021-03-18Replace closures_captures and upvar_capture with closure_min_capturesJennifer Wills-0/+259
2021-03-14Use the correct FakeReadCauseRoxane-13/+0
2021-03-14Introduce new fake readsRoxane-11/+7
2021-03-092229: Handle capturing a reference into a repr packed structAman Arora-0/+58
2021-02-18Add explanations and suggestions to `irrefutable_let_patterns` lintCamelid-0/+2
2021-02-18Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkorDylan DPC-2/+2
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-2/+2
2021-02-15Handle restricting closure originAman Arora-0/+39
2021-01-29Fix incorrect use mut diagnosticsAman Arora-37/+70
2021-01-29Test cases for handling mutable referencesAman Arora-0/+144
2021-01-02use hir::Place instead of Symbol in closure_kind_originRoxane-0/+251
2020-12-11Test cases for RFC 2229Aman Arora-0/+423