summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-8/+6
2018-03-23add test for issue-48238csmoe-0/+30
2018-03-15Rollup merge of #48988 - bobtwinkles:add_48070_test, r=nikomatsakiskennytm-0/+35
2018-03-14update testsGuillaume Gomez-41/+41
2018-03-13Move 48070 test to uibobtwinkles-0/+35
2018-03-13add regression tests for various MIR bugs that get fixedNiko Matsakis-0/+106
2018-03-09tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directoriesVadim Petrochenkov-45/+0
2018-03-06Make causal tracking lazySantiago Pastorino-0/+2
2018-03-06Remove nll-dump-cause flag and always track causesSantiago Pastorino-33/+38
2018-03-01Make explain borrow work for Universal lifetimesSantiago Pastorino-12/+84
2018-02-28Do not report _#nr lifetimes names in errorsSantiago Pastorino-0/+83
2018-02-26Fix rebaseVadim Petrochenkov-121/+121
2018-02-26Update UI testsVadim Petrochenkov-34/+34
2018-02-26Update UI testsVadim Petrochenkov-609/+609
2018-02-25Update ui testsGuillaume Gomez-0/+35
2018-02-23update tests and reference filesNiko Matsakis-406/+406
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