about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
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
2017-12-07test approximations of the "shorter side" that resort to `'static`Niko Matsakis-18/+113
2017-12-07delete stray fileNiko Matsakis-87/+0
2017-12-07escape-upvar-ref: patch comment per arielb1Niko Matsakis-14/+21
2017-12-07escape-upvar-nested: patch "dangling reference" to renamed testNiko Matsakis-1/+1
2017-12-07escape-argument: improve comment per arielb1's suggestionNiko Matsakis-14/+16
2017-12-07escape-argument-callee: improve comment per arielb1's suggestionsNiko Matsakis-18/+23
2017-12-07don't print self symbol's internal index unless gensymedNiko Matsakis-9/+9
2017-12-07add closure requirement tests, improve debugging outputNiko Matsakis-35/+1324
2017-12-04inform constraint generation using maybe-initPaul Daniel Faria-0/+197
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-20/+28
2017-11-19mir-borrowck: Remove parens in the lvalue description of a derefBasile Desloges-1/+1
2017-11-16integrate NLL with MIR type-checkerNiko Matsakis-0/+100
2017-11-02emit less info when we warnNiko Matsakis-1/+1
2017-11-02trace span info for constraints and report errorsNiko Matsakis-0/+51