about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2018-10-07Auto merge of #54782 - pnkfelix:issue-54556-semi-on-tail-diagnostic, r=nikoma...bors-6/+535
2018-10-06Improve closure region bound errorsMatthew Jasper-75/+54
2018-10-05Rollup merge of #54812 - pnkfelix:issue-32382-index-assoc-type-with-lifetime,...Pietro Albini-0/+42
2018-10-05Unit tests for issue #54556. Some were also taken from issues #21114, #46413.Felix S. Klock II-0/+529
2018-10-05Updates to .stderr output in ui tests from earlier changes.Felix S. Klock II-6/+6
2018-10-05Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakisbors-2/+41
2018-10-04Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelixbors-44/+39
2018-10-04Regression test for #32382.Felix S. Klock II-0/+42
2018-10-03Rewrite the `UnconditionalRecursion` lint to use MIRWesley Wiser-5/+18
2018-10-04Auto merge of #54447 - KiChjang:issue-54331, r=nikomatsakisbors-0/+32
2018-10-03Clearer later use messages for callsMatthew Jasper-44/+39
2018-10-03Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakisbors-0/+83
2018-10-02Auto merge of #54343 - blitzerr:master, r=nikomatsakisbors-2/+2
2018-10-02Improve mutability error suggestions.David Wood-15/+24
2018-10-02Improve implicit self mutability suggestions.David Wood-0/+74
2018-10-01Add special cases for move from `Rc`/`Arc` errors.David Wood-2/+41
2018-09-29Add UI test for preserving user types in type ascriptionsKeith Yeung-0/+32
2018-09-28Test fixes for the change of error message for issue #54015Rusty Blitzerr-2/+2
2018-09-28Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_...Felix S. Klock II-1/+1
2018-09-27Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakisbors-0/+92
2018-09-27Auto merge of #54355 - pnkfelix:issue-22323-regression-test, r=davidtwcobors-0/+32
2018-09-26Get Polonius borrow check to work in simple casesMatthew Jasper-0/+92
2018-09-26pacify the mercilous tidy.Niko Matsakis-3/+15
2018-09-26update tests and add stderr filesNiko Matsakis-81/+72
2018-09-26make NLL handle `IfEq` bounds by using SCC normalizationNiko Matsakis-0/+510
2018-09-26use approx. bounds to decide whether to add outlives obligationsNiko Matsakis-29/+14
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-21/+21
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-35/+37
2018-09-24Update ui testsMatthew Jasper-14/+2
2018-09-24Add tests for new match borrowsMatthew Jasper-0/+413
2018-09-23Rework checking for borrows conflicting with dropsMatthew Jasper-0/+96
2018-09-23Only annotate if borrow is returned.David Wood-20/+60
2018-09-23Correctly handle named lifetimes.David Wood-10/+103
2018-09-23Added note about dangling references.David Wood-0/+18
2018-09-23Fixed off-by-one span.David Wood-6/+6
2018-09-23Added multiple parameter closure test.David Wood-2/+20
2018-09-23Improve 'dropped here' note.David Wood-5/+5
2018-09-23Improve borrow errors for closures.David Wood-8/+134
2018-09-23Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni...bors-6/+100
2018-09-23Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakisbors-89/+160
2018-09-20Rollup merge of #54367 - spastorino:add-thread-local-static-borrow-test, r=pn...kennytm-0/+35
2018-09-20Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakisbors-0/+71
2018-09-19Add regression test for thread local static mut borrowsSantiago Pastorino-0/+35
2018-09-19Update ui testsMatthew Jasper-89/+105
2018-09-19Don't try to use a path to a type alias as a path to the adt it aliasesMatthew Jasper-0/+55
2018-09-19Regression test for rust-lang/rust#22323.Felix S. Klock II-0/+32
2018-09-18De-duplicate moved variable errors.David Wood-0/+49
2018-09-18Regression test for this particular change.Felix S. Klock II-0/+94
2018-09-18Updates to tests reflecting the diangostic changes in previous commit.Felix S. Klock II-6/+6
2018-09-17Inspect parents paths when checking for movesSantiago Pastorino-0/+71