summary refs log tree commit diff
path: root/src/test/ui/closures/2229_closure_analysis/diagnostics
AgeCommit message (Expand)AuthorLines
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