summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2018-11-10Regression test for issue 55552.Felix S. Klock II-0/+31
2018-10-31Update compare-mode=nll stderr files to reflect the fix to #55492.Felix S. Klock II-32/+9
2018-10-31Regression test for issue 55492.Felix S. Klock II-0/+224
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-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
2018-10-09Improve errors for `FnMut` closures.David Wood-17/+13
2018-10-08Move errors specify "dereference of raw pointer".David Wood-2/+2
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-6/+4
2018-10-05Stabilize `min_const_fn`Oliver Schneider-6/+4
2018-10-05Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakisbors-4/+13
2018-10-03Clearer later use messages for callsMatthew Jasper-420/+354
2018-10-02Auto merge of #54343 - blitzerr:master, r=nikomatsakisbors-10/+10
2018-10-01Add special cases for move from `Rc`/`Arc` errors.David Wood-4/+13
2018-09-28Test fixes for the change of error message for issue #54015Rusty Blitzerr-10/+10
2018-09-27Enable NLL compare mode for more testsMatthew Jasper-8/+44
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-12/+12
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-24/+42
2018-09-24Update ui testsMatthew Jasper-518/+55
2018-09-23Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni...bors-4/+4
2018-09-19Auto merge of #53995 - davidtwco:issue-53807, r=nikomatsakisbors-35/+1
2018-09-18Switched from FxHashMap to BTreeMap to preserve ordering when iterating.David Wood-8/+8
2018-09-18De-duplicate moved variable errors.David Wood-43/+9
2018-09-18Updates to tests reflecting the diangostic changes in previous commit.Felix S. Klock II-4/+4
2018-09-17On nightly with NLL, suggest `#![feature(bind_by_move_pattern_guards)]` when ...Felix S. Klock II-0/+24
2018-09-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-43/+43
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-43/+43
2018-09-09Suggest a let binding to extend temporary lifetimes with NLLMatthew Jasper-0/+3
2018-09-08Rollup merge of #53932 - matthewjasper:remove-base-path, r=nikomatsakiskennytm-24/+14
2018-09-07Auto merge of #54021 - kennytm:rollup, r=kennytmbors-0/+692
2018-09-07Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakisbors-0/+44
2018-09-04Minimized (and then greatly expanded) test of failure cases from rust-lang/ru...Felix S. Klock II-0/+692
2018-09-03remove base_placeMatthew Jasper-24/+14
2018-09-03Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelixbors-38/+1
2018-09-01Update testsBasile Desloges-38/+1
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+1
2018-08-31Omit 'missing IndexMut impl' suggestion when IndexMut is implemented.David Wood-0/+40
2018-08-30Added help message for missing IndexMut impl.David Wood-0/+4
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-19move tests to borrowck directory, remove feature(nll)Niko Matsakis-0/+361