about summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2018-12-29add non-copy note to stderrcsmoe-33/+30
2018-12-27retrieve ty info from place_tycsmoe-2/+2
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
2018-11-05Make `ui/borrowck/borrowck-overloaded-call.rs` robust w.r.t. NLL.Felix S. Klock II-3/+16
2018-11-05Update `ui/borrowck/borrowck-closures-mut-of-imm.rs` robust w.r.t. NLL.Felix S. Klock II-25/+43
2018-11-05Add `ui/borrowck/borrowck-closures-mut-of-mut.rs`.Felix S. Klock II-0/+56
2018-11-05Make `ui/borrowck/borrowck-unboxed-closures.rs` robust w.r.t. NLL.Felix S. Klock II-3/+16
2018-11-05Make `ui/borrowck/borrowck-reborrow-from-mut.rs` robust w.r.t. NLL.Felix S. Klock II-19/+135
2018-11-05Make `ui/borrowck/borrowck-overloaded-index-move-index.rs` robust w.r.t. NLL.Felix S. Klock II-2/+31
2018-11-05Switch to using revisions in borrowck-lend-flow-loop.rsFelix S. Klock II-41/+41
2018-11-03Unions reinitialized after assignment into field.David Wood-25/+13
2018-11-03Regression test for issue 55552.Felix S. Klock II-0/+31
2018-10-30Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p...kennytm-32/+233
2018-10-30Update compare-mode=nll stderr files to reflect the fix to #55492.Felix S. Klock II-32/+9
2018-10-30Regression test for issue 55492.Felix S. Klock II-0/+224
2018-10-29Don't emit cannot move errors twice in migrate modeMatthew Jasper-334/+13
2018-10-27Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of...bors-2/+46
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-200/+149
2018-10-20Give an error number for "borrowed data escapes outside of closure"Matthew Jasper-2/+3
2018-10-18Rollup merge of #55090 - pnkfelix:issue-54597-regression-test, r=estebankkennytm-0/+34
2018-10-17Auto merge of #55134 - davidtwco:issue-55118, r=pnkfelixbors-86/+348
2018-10-17Add regression test for issue 47215.Felix S. Klock II-0/+44
2018-10-17Update existing tests and .stderr files to reflect introduction of thread-loc...Felix S. Klock II-2/+2
2018-10-17Some new tests I added.Felix S. Klock II-0/+697
2018-10-17Update output for borrowck=migrate compare mode.David Wood-86/+348
2018-10-16updates to existing ui/borrowck tests.Felix S. Klock II-142/+137
2018-10-15regression test for issue #54597Felix S. Klock II-0/+34
2018-10-13Auto merge of #54945 - estebank:asm-span, r=petrochenkovbors-24/+24
2018-10-12Rollup merge of #54825 - davidtwco:issue-52663-deref-raw-pointer, r=pnkfelixkennytm-2/+2
2018-10-09Point to variable in `asm!` macro when failing borrowckEsteban Küber-24/+24
2018-10-09Improve message for closure returning a closure.David Wood-2/+2