about summary refs log tree commit diff
path: root/tests/ui/pattern/bindings-after-at
AgeCommit message (Expand)AuthorLines
2025-08-06lower bindings in the order they're writtendianne-35/+3
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-4/+4
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-2/+0
2025-04-03Use `cfg(false)` in UI testsclubby789-4/+4
2025-02-25Make E0614 a structured errorEsteban Küber-2/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-6/+9
2024-11-24parse guard patternsNadrieril-2/+2
2024-07-26Peel off explicit (or implicit) deref before suggesting clone on move error i...Michael Goulet-16/+0
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-3/+15
2024-07-04Better span for "make binding mutable" suggestionEsteban Küber-2/+2
2024-04-25Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiserbors-4/+10
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-2/+8
2024-04-25Suggest ref mut for pattern matching assignmentyukang-4/+10
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-0/+10
2024-03-13Tweak wordingEsteban Küber-33/+33
2024-03-02Rollup merge of #121716 - Nadrieril:simple-binding-order, r=matthewjasperGuillaume Boisseau-0/+48
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-2/+6
2024-02-28Add test for the known case that doesn't workNadrieril-0/+48
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-11/+11
2024-02-08Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgrbors-166/+221
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-5/+25
2024-01-25Put new bindings first in refutable cases tooNadrieril-163/+183
2024-01-25Add testsNadrieril-6/+41
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-1/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-2/+2
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+5
2023-05-01Rip it outNilstrieb-9/+4
2023-04-21Run `check_match` and `check_liveness` when MIR is built instead of having an...Oli Scherer-207/+207
2023-04-03Shrink binding span.Camille GILLOT-413/+273
2023-01-17Migrate mir_build's borrow conflictsmejrs-208/+208
2023-01-11Move /src/test to /testsAlbert Larsan-0/+3474