about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2019-09-09Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasperbors-15/+11
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-8/+7
2019-09-08Update tests wrt. bind_by_by_move_pattern_guards stabilization.Mazdak Farrokhzad-15/+11
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-53/+53
2019-08-31Kill borrows from assignments after generating new borrowsMatthew Jasper-0/+20
2019-07-30Remove 'feature(nll)' from bind_by_move_pattern_guards tests.Mazdak Farrokhzad-40/+47
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+204
2019-07-22fix tidylqd-1/+1
2019-07-22Bless output of test nll/loan_ends_mid_block_pair.rs for Polonius, againlqd-24/+1
2019-07-22issue-46589 passes in Polonius and fails in NLL, duplicate it and manually ch...lqd-1/+39
2019-07-22Add test to check that assignments to projections do not kill too many loanslqd-0/+101
2019-07-22Add test checking various assignments are accepted in Poloniuslqd-0/+88
2019-07-22Make both polonius loans tests check-passlqd-2/+2
2019-07-22Rename test so that both "kills-loans" tests match nameslqd-1/+2
2019-07-22Add test extracted from rand, checking that StorageDead kills loanslqd-0/+28
2019-07-22Bless output of test nll/return-ref-mut-issue-46557.rs for Poloniuslqd-0/+15
2019-07-22Polonius facts: kill loans on Call terminators and StorageDeadlqd-0/+24
2019-07-22Create a dedicated polonius test folderlqd-0/+0
2019-07-22Bless output of test nll/get_default.rs for Poloniuslqd-0/+15
2019-07-22Bless output of test nll/loan_ends_mid_block_pair.rs for Poloniuslqd-0/+38
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-07-09Regression test for issue 42574.Felix S. Klock II-0/+39
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-11/+2
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-41/+41
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-11/+2
2019-06-25Fix incorrect double assignment in MIR for while loopsMatthew Jasper-0/+11
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-3/+2
2019-06-21Add test checking our behavior for assigning over a `ConstIndex` projection.Felix S. Klock II-0/+59
2019-06-21Add test that our handling of projections hasn't gone too far:Felix S. Klock II-0/+52
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-3/+2
2019-06-07Rollup merge of #61332 - kennethbgoodin:borrowck-remove-asterisk-suggestion, ...Mazdak Farrokhzad-11/+11
2019-06-06Make sure constructors functions are type checked correctlyMatthew Jasper-0/+127
2019-06-04Rollup merge of #61488 - matthewjasper:fix-nll-typeck-ices, r=pnkfelixPietro Albini-0/+205
2019-06-04Remove asterisk suggestion for move errors in borrowckKenny Goodin-11/+11
2019-06-04Auto merge of #61136 - matthewjasper:cannot-move-errors, r=pnkfelixbors-80/+65
2019-06-04Rollup merge of #61446 - czipperz:nll-unused_mut, r=matthewjasperMazdak Farrokhzad-0/+23
2019-06-03Don't canonicalize `'static` in normalizeMatthew Jasper-0/+194
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-80/+65
2019-06-03Don't try to lower ReEmpty in NLLMatthew Jasper-0/+11
2019-06-02Use a type implementing DropChris Gregory-2/+18
2019-06-01Add testChris Gregory-0/+7
2019-06-01rustc: collect upvars from HIR, instead of during name resolution.Eduard-Mihai Burtescu-9/+9
2019-05-30Update ui and run-pass for ellipsis_inclusive_range_patterns lintmemoryruins-3/+3
2019-05-29Update ui test suite to use dynmemoryruins-5/+5
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-21/+0
2019-05-21Dont show variables from desugarings in borrowck errorsMatthew Jasper-0/+69
2019-05-17Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelixbors-526/+578
2019-05-13Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelixMazdak Farrokhzad-9/+9
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-526/+504
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+74