about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2018-09-14Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelixbors-0/+2
2018-09-10add FIXME related to `ref x` bindingsNiko Matsakis-13/+2
2018-09-10propagate user-ascribes types down onto resulting bindingsNiko Matsakis-18/+79
2018-09-10expand the patterns test with a bunch more scenariosNiko Matsakis-5/+172
2018-09-10optimize `let x: T = ..` to avoid a temporaryNiko Matsakis-14/+16
2018-09-10fix SCCs containing mixture of universesNiko Matsakis-0/+31
2018-09-10insert `AscribeUserType` for ascriptionsNiko Matsakis-1/+55
2018-09-10now that we can handle subtyping, fix higher-ranked equalityNiko Matsakis-12/+1
2018-09-10add a test for variables used twiceNiko Matsakis-0/+52
2018-09-09Suggest a let binding to extend temporary lifetimes with NLLMatthew Jasper-0/+2
2018-09-07print less info to stabilize testsNiko Matsakis-22/+24
2018-09-07avoid propagating outlives obligations on locals if we canNiko Matsakis-0/+46
2018-09-07move `annotate` onto a method of `UniversalRegions`Niko Matsakis-0/+22
2018-09-06Fix testsWesley Wiser-65/+91
2018-09-01Update testsBasile Desloges-486/+130
2018-08-28Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakisbors-13/+8
2018-08-27implement liveness tracing, remove old liveness systemNiko Matsakis-4/+2
2018-08-25Use smaller span for adjustments on block expressionsMatthew Jasper-13/+8
2018-08-24address pnkfelix nitsNiko Matsakis-4/+9
2018-08-24pacify the mercilous tidy: adt-nullary-enums testNiko Matsakis-17/+32
2018-08-24ufcs with annot in position 1 and 2Niko Matsakis-0/+240
2018-08-24rename test caseNiko Matsakis-5/+5
2018-08-24add test for method ufcs notationNiko Matsakis-0/+122
2018-08-24support user-given types in adtsNiko Matsakis-0/+556
2018-08-24support user annotations in fns, methodsNiko Matsakis-0/+223
2018-08-24add a `user_substs` table and store the annotations in thereNiko Matsakis-0/+80
2018-08-18Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakisbors-15/+16
2018-08-17Rollup merge of #53349 - memoryruins:nll-tests, r=nikomatsakisCorey Farwell-0/+76
2018-08-17Rollup merge of #53326 - memoryruins:issue-27868-test, r=nikomatsakisCorey Farwell-0/+58
2018-08-15Bless UI testsashtneoi-38/+74
2018-08-14Update testsMatthew Jasper-15/+16
2018-08-14Improved how upvars are detected when presenting errors using prefixes.David Wood-0/+34
2018-08-14Add regression test for issue #30104memoryruins-0/+52
2018-08-14Add regression test for issue #48697memoryruins-0/+24
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+863
2018-08-13[nll] add regression test for issue #27868memoryruins-0/+58
2018-08-10Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values...bors-16/+31
2018-08-09Updated tests after rebase.David Wood-1/+2
2018-08-09Fallback to 'has type' error messages rather than 'lifetime appears in type'.David Wood-1/+1
2018-08-09Correctly identify named early bound regions.David Wood-0/+42
2018-08-08Auto merge of #53186 - mikhail-m1:master, r=nikomatsakisbors-0/+35
2018-08-08Auto merge of #53088 - matthewjasper:closure-region-spans, r=nikomatsakisbors-5/+6
2018-08-08Fixes #53119.Mikhail Modin-0/+35
2018-08-07avoid computing liveness when a variable doesn't need itNiko Matsakis-16/+31
2018-08-07Auto merge of #53109 - nikomatsakis:nll-escaping-into-return-revert, r=nikoma...bors-31/+16
2018-08-07Auto merge of #52450 - PramodBisht:issue/52413, r=estebankbors-4/+6
2018-08-06Name return type in free region messagesMatthew Jasper-2/+2
2018-08-06Disable some nice region errors in NLL mode.David Wood-51/+49
2018-08-06#52413: addressed @estebank's NitPramod Bisht-4/+6
2018-08-06revert #52991Niko Matsakis-31/+16