summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2018-06-01change `PointerKind::Implicit` to a noteNiko Matsakis-0/+39
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-9/+8
2018-03-14update testsGuillaume Gomez-21/+21
2018-02-26Update UI testsVadim Petrochenkov-37/+37
2018-02-26Update UI testsVadim Petrochenkov-211/+211
2018-02-25Update ui testsGuillaume Gomez-0/+21
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-1/+19
2018-01-28Point only at method signatures and point at traitEsteban Küber-16/+12
2018-01-28For named lifetimes point only at method signatureEsteban Küber-0/+110
2018-01-19Tweak wording and spans of closure lifetime errorsEsteban Küber-15/+18
2018-01-15Move diagnostic logic to its own moduleEsteban Küber-4/+165
2018-01-15Reword diagnosticEsteban Küber-3/+3
2018-01-15Custom error when moving arg outside of its closureEsteban Küber-0/+31
2018-01-10Modify message to match labelEsteban Küber-2/+2
2018-01-07Assignment to immutable argument: diagnostic tweakEsteban Küber-0/+38
2018-01-03Tweak to mir borrow in a loop diagnosticEsteban Küber-4/+1
2018-01-03Add mir test, review commentsEsteban Küber-10/+36
2018-01-02Be ambiguous when type cannot be properly mentionedEsteban Küber-26/+34
2018-01-01Address review comments: make label shorterEsteban Küber-1/+2
2018-01-01Move reason for move to labelEsteban Küber-27/+58
2017-12-22Updated existing tests.David Wood-0/+2
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-124/+88
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-0/+871
2017-11-28Rollup merge of #46231 - ritiek:verbs, r=arielb1kennytm-1/+1
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-2/+2
2017-11-26MIR: Fix value moved diagnose messagesRitiek Malhotra-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-55/+69
2017-11-13Fix commentsShotaro Yamada-1/+1
2017-11-12MIR-borrowck: fix diagnostics for closuresShotaro Yamada-0/+208
2017-11-09add reinit testMikhail Modin-0/+39
2017-07-27Added tests for new loop borrow messageIsaac van Bakel-0/+118
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-2/+2
2017-05-24Change error count messagesMichael Kohl-2/+2
2017-04-25Point at variable moved by closureEsteban Küber-0/+67