summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2018-02-11Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakisbors-2/+15
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-2/+15
2018-02-07Update trait-associated-const test to new formatbobtwinkles-20/+8
2018-02-06mir: Fix DefiningTy::Constbobtwinkles-0/+94
2018-01-27Fix new test from rebase.David Wood-1/+1
2018-01-27Updated tests with fixed span location.David Wood-10/+10
2018-01-22Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakisbors-0/+35
2018-01-15Add NLL test for #45045Christopher Vittal-0/+41
2018-01-15Rollup merge of #47368 - chrisvittal:nll-tests, r=nikomatsakiskennytm-0/+75
2018-01-15Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakisbors-7/+12
2018-01-12remove unnecessary compile-flags commentsChristopher Vittal-12/+8
2018-01-11Add NLL tests for #46557 and #38899Chris Vittal-0/+79
2018-01-11update test caseNiko Matsakis-8/+5
2018-01-11renumber regions in the generator interiorNiko Matsakis-0/+38
2018-01-10Updated other tests affected by change.David Wood-7/+12
2018-01-10resolve type and region variables in "NLL dropck"Niko Matsakis-0/+47
2017-12-24fix linking of place projectionsAriel Ben-Yehuda-0/+48
2017-12-24Make killing of out-of-scope borrows a pre-statement effectAriel Ben-Yehuda-0/+30
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-8/+8
2017-12-20convert region-liveness-drop{-,-no-}may-dangle.rs into ui testsNiko Matsakis-0/+114
2017-12-20when using feature(nll), don't warn about AST-based region errorsNiko Matsakis-1/+52
2017-12-20Add nll feature and make nll imply nll_dump_causeSantiago Pastorino-6/+7
2017-12-20use `report_generic_bound_failure` when we can in the compilerNiko Matsakis-58/+102
2017-12-20connect NLL machinery to the `NiceRegionError` codeNiko Matsakis-62/+76
2017-12-20only dump causes if we have nothing betterNiko Matsakis-5/+5
2017-12-20Add three point error handling to borrowckSantiago Pastorino-9/+35
2017-12-20connect NLL type checker to the impl trait codeNiko Matsakis-0/+118
2017-12-20propagate `region_bound_pairs` into MIR type-checkNiko Matsakis-0/+252
2017-12-20get the `DefiningTy` from the `body_owner_kind` not typeNiko Matsakis-0/+21
2017-12-20Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1bors-33/+2392
2017-12-15stop dumping DefPath into "failed type test" errorsNiko Matsakis-49/+49
2017-12-15Same change to point at borrow for mir errorsEsteban Küber-5/+5
2017-12-15make `blame_span` deterministicNiko Matsakis-28/+29
2017-12-15add a test regarding relating closure and fn genericsNiko Matsakis-0/+119
2017-12-15impose inputs/ouputs on MIR after the factNiko Matsakis-0/+29
2017-12-15handle projections with regionsNiko Matsakis-7/+1557
2017-12-15propagate type tests from closure to closure creatorsNiko Matsakis-0/+411
2017-12-15thread through an implicit region body of the fn bodyNiko Matsakis-9/+64
2017-12-15move some parts of liveness to happen during type checkingNiko Matsakis-0/+79
2017-12-15translate `Verify`s into `TypeTest`s and check themNiko Matsakis-0/+77
2017-12-15only propagate ClosureRegionRequirements if non-trivialNiko Matsakis-18/+56
2017-12-13fix closure tests now that MIR typeck works properlyNiko Matsakis-74/+138
2017-12-11Updated existing tests with new error messages.David Wood-37/+42
2017-12-10Update ui tests' line numbers.Tommy Ip-71/+71
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+6
2017-12-07add test comparing free region to bound regionNiko Matsakis-0/+128
2017-12-07use `-Znll -Zborrowck=mir -Zverbose` consistentlyNiko Matsakis-28/+9
2017-12-07region-ebr-does-not-outlive-static: reuse old test insteadNiko Matsakis-40/+0
2017-12-07propagate-approximated-ref: include FIXME commentNiko Matsakis-1/+1
2017-12-07test more failure cases for approximating the "longer" sideNiko Matsakis-48/+157