about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2019-10-14Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,CentrilMazdak Farrokhzad-15/+15
2019-10-13Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisabors-0/+34
2019-10-11Print lifetimes with backticksYuki Okushi-15/+15
2019-10-07update ui testsGuillaume Gomez-0/+5
2019-10-07Update src/test/ui/nll/issue-63154-normalize.rs Felix S Klock II-1/+1
2019-10-04Regression test for #63154.Felix S. Klock II-0/+34
2019-10-04Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakisMazdak Farrokhzad-32/+15
2019-10-02Make lifetimes in constants live at the point of useMatthew Jasper-0/+8
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-32/+7
2019-10-01Improve HRTB error span when -Zno-leak-check is usedAaron Hill-0/+42
2019-09-26remove feature(nll) in more cases.Mazdak Farrokhzad-62/+41
2019-09-26remove feature(nll) from #27868 test.Mazdak Farrokhzad-3/+1
2019-09-26remove feature(nll) from #31567 test.Mazdak Farrokhzad-3/+1
2019-09-26Adjust & --bless tests due to no longer downgrading NLL errors on 2015.Mazdak Farrokhzad-3/+1
2019-09-25Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=CentrilMazdak Farrokhzad-1/+1
2019-09-21update ui testsGuillaume Gomez-1/+1
2019-09-12update ui testsGuillaume Gomez-0/+5
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