summary refs log tree commit diff
path: root/src/test/ui/moves
AgeCommit message (Expand)AuthorLines
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
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-3/+253
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-4/+3
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-3/+7
2020-02-02move_ref_patterns: introduce testsMazdak Farrokhzad-1/+1
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-6/+4
2019-12-21Add more tests for slice patternsMatthew Jasper-0/+168
2019-11-28Use structured suggestion when requiring `Copy` constraint in type paramEsteban Küber-3/+3
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-3/+3
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+199
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-24/+17
2019-05-29Update ui test suite to use dynmemoryruins-1/+1
2019-05-03Update testsChristopher Vittal-17/+4
2019-04-23Update ui testsvarkor-2/+2
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-519/+170
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+2
2019-03-11Update NLL testsVadim Petrochenkov-32/+32
2019-03-11Update testsVadim Petrochenkov-32/+32
2019-02-20./x.py test src/test/ui --stage 1 --bless -i --compare-mode=nllClint Frederickson-2/+2
2019-02-18re-blessing error output: ./x.py test src/test/ui --stage 1 --blessClint Frederickson-1/+1
2019-02-06error output updated by ./x.py test --stage 1 src/test/ui --incremental --blessClint Frederickson-1/+1