summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2019-04-07Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelixbors-33/+318
2019-04-05Fix expectations on some ui test in nll compare mode.Charles Lew-5/+3
2019-04-05Fix expectations on some ui tests involving FnOnce.Masaki Hara-68/+38
2019-04-04Adjust the mutable_borrow_reservation_conflict messageMatthew Jasper-8/+8
2019-04-04unit test for the lint itself, illustrating that it can be controlled by `#[a...Felix S. Klock II-0/+83
2019-04-04update unit test output to reflect change to lint-based diagnostic.Felix S. Klock II-10/+12
2019-04-04Update tests for restrictive two-phase borrowsMatthew Jasper-1/+1
2019-04-04Treat two-phase borrow reservations as mutable accessesMatthew Jasper-33/+233
2019-03-17Removed obsolete .stderr test outputsMathias Blikstad-136/+0
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-393/+393
2019-03-12Add a test for #10876varkor-0/+19
2019-03-11Update NLL testsVadim Petrochenkov-360/+360
2019-03-11Update testsVadim Petrochenkov-413/+413
2019-03-10Make migrate mode work at item level granularityMatthew Jasper-0/+100
2019-02-23Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebankMazdak Farrokhzad-2/+2
2019-02-20./x.py test src/test/ui --stage 1 --bless -i --compare-mode=nllClint Frederickson-1/+1
2019-02-20Fix erroneous loop diagnostic in nllSantiago Pastorino-9/+9
2019-02-18re-blessing error output: ./x.py test src/test/ui --stage 1 --blessClint Frederickson-18/+18
2019-02-06error output updated by ./x.py test --stage 1 src/test/ui --incremental --blessClint Frederickson-18/+18
2019-02-05[WIP] add better error message for partial moveClint Frederickson-1/+1
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-1/+1
2019-01-24Fix --compare-mode=nll testsEsteban Küber-42/+66
2019-01-24review commentsEsteban Küber-4/+1
2019-01-24Point at type argument suggesting adding `Copy` constraintEsteban Küber-0/+2
2019-01-24When using value after move, point at span of localEsteban Küber-27/+35
2019-01-13Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakisMazdak Farrokhzad-108/+89
2019-01-04Improve diagnostic labels and add note.David Wood-9/+15
2018-12-29add non-copy note to stderrcsmoe-33/+30
2018-12-27retrieve ty info from place_tycsmoe-2/+2
2018-12-26Add union justifications to conflicting borrows.David Wood-101/+76
2018-12-25Remove licensesMark Rousskov-3165/+1260
2018-12-25Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebankbors-59/+56
2018-12-25Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelixbors-10/+9
2018-12-24make non_camel_case_types an early lintAndy Russell-59/+56
2018-12-23bless ui tests in compare modeNiv Kaminer-3/+3
2018-12-22Update migrate warning wording.David Wood-15/+10
2018-12-19FIXME(21232) update fixme to point to the open issue about accepting partial ...Niv Kaminer-1/+1
2018-12-19FIXME(49824) remove fixme because there is no free region error anymoreNiv Kaminer-6/+5
2018-12-13Make determining the discriminant a normal Shallow readMatthew Jasper-2/+31
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-05Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwcoPietro Albini-1/+1
2018-12-04Update testsOliver Scherer-25/+52
2018-11-30Refer to the second borrow as the "second borrow".Daan de Graaf-1/+1
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1/+1
2018-11-11Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelixbors-25/+13
2018-11-11Rollup merge of #55801 - pnkfelix:update-box-insensitivity-test-for-nll, r=da...Pietro Albini-86/+103
2018-11-10Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio...bors-0/+31
2018-11-09Fix the expected error annotations.Felix S. Klock II-65/+65
2018-11-09Switch to using `// revisions` to explicit encode NLL's change to `Box` treat...Felix S. Klock II-8/+22
2018-11-09Make test robust to NLL, in sense of ensuring borrows extend to something app...Felix S. Klock II-14/+17