summary refs log tree commit diff
path: root/src/test/ui/moves
AgeCommit message (Expand)AuthorLines
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+19
2022-09-06Shrink span for bindings with subpatterns.Camille GILLOT-6/+6
2022-07-31Improve `cannot move out of` error messageObei Sideg-1/+26
2022-07-19Mention first and last macro in backtraceMichael Goulet-1/+1
2022-07-15Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...bors-14/+14
2022-07-13use gathered body_owners in par_body_ownersMiguel Guarniz-14/+14
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-3/+2
2022-07-07Tweak wording and spansEsteban Küber-11/+11
2022-07-07On partial uninit error point at where we need initEsteban Küber-16/+25
2022-07-07Shorten span for closures.Camille GILLOT-3/+2
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-06-02On E0204 suggest missing type param boundsEsteban Küber-10/+10
2022-04-30Save colon span to suggest bounds.Camille GILLOT-3/+3
2022-04-30Bless tests.Camille GILLOT-22/+22
2022-04-12Add test for `T:` suggestionsMaybe Waffle-1/+61
2022-03-28Suggest function borrow ignoring needs_noteMichael Goulet-2/+23
2022-03-28Add suggestion to borrow opaque Fn and FnMut instead of moveMichael Goulet-3/+71
2022-03-03Tweak move errorEsteban Kuber-12/+8
2022-03-01Use rustfix in copy suggestion testMaybe Waffle-25/+119
2022-03-01Add a test for Adt copy suggestionsMaybe Waffle-0/+216
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+2
2021-11-13Sanity check for move from an uninit variable whose address is takenDylan MacKenzie-0/+23
2021-10-29Fix a format_args span to be expansionCameron Steffen-0/+2
2021-09-30Auto merge of #87998 - nneonneo:master, r=oli-obkbors-0/+132
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-1/+1
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-54/+45
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-1/+4
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+2
2021-09-09Fix issue #72649: avoid spurious "previous iteration of loop" errors.Robert Xiao-0/+132
2021-09-05Correct typoest31-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-01-08Change wording of noteAaron Hill-9/+9
2021-01-08Explain method-call move errors in loopsAaron Hill-1/+15
2020-11-29Update tests to remove old numeric constantsbstrie-3/+1
2020-10-27Make tidy happySantiago Pastorino-1/+1
2020-10-27Add unsized_locals to INCOMPLETE_FEATURES listSantiago Pastorino-13/+23
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-0/+68
2020-09-02pretty: trim paths of unique symbolsDan Aloni-36/+36
2020-08-26Point to a move-related span when pointing to closure upvarsAaron Hill-0/+30
2020-08-08Be consistent when describing a move as a 'partial' in diagnosticsAaron Hill-9/+9
2020-07-27mv std libs to library/mark-5/+5
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-3/+253
2020-06-24Provide suggestions for some moved value errorsEsteban Küber-0/+4
2020-06-23Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morseDylan DPC-1/+33
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-253/+3
2020-06-21Fix spurious 'value moved here in previous iteration of loop' messagesAaron Hill-1/+33
2020-06-11Use `fn_span` to point to the actual method callAaron Hill-11/+11