about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-5/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-493/+169
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-30/+19
2019-04-14Rollup merge of #59708 - matthewjasper:double-closure-unused-mut, r=pnkfelixMazdak Farrokhzad-8/+11
2019-04-07Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelixbors-123/+0
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-84/+84
2019-04-04Mark variables captured by reference as mutable correctlyMatthew Jasper-8/+11
2019-04-04Update tests for restrictive two-phase borrowsMatthew Jasper-123/+0
2019-03-31Suggest using anonymous lifetime in `impl Trait` return without hacksEsteban Küber-4/+4
2019-03-19Rollup merge of #57729 - pnkfelix:issue-55748-pat-types-are-constraints-on-bi...Mazdak Farrokhzad-0/+99
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-7/+7
2019-03-15rustc: always rely on '_ to be not printed by ty::Region itself.Eduard-Mihai Burtescu-7/+7
2019-03-13test that wildcard type `_` is not duplicated by `type Foo<X> = (X, X);` and ...Felix S. Klock II-0/+99
2019-03-13Rollup merge of #59083 - kyren:master, r=varkorMazdak Farrokhzad-29/+9
2019-03-12Rename test struct names to something more sensiblekyren-8/+8
2019-03-11Update NLL testsVadim Petrochenkov-15/+15
2019-03-11Update testsVadim Petrochenkov-282/+282
2019-03-10Fix #54822 and associated faulty testskyren-21/+1
2019-03-03Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelixbors-0/+221
2019-03-01Handle type annotations in promoted MIR correctlyMatthew Jasper-0/+29
2019-03-01Include bounds from promoted constants in NLLMatthew Jasper-3/+78
2019-02-25Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelixbors-90/+146
2019-02-24Type check pointer comparisonsMatthew Jasper-0/+95
2019-02-23Type check coercions to pointer typesMatthew Jasper-0/+126
2019-02-23Rollup merge of #58353 - matthewjasper:typeck-pattern-constants, r=arielb1Mazdak Farrokhzad-20/+58
2019-02-23Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebankMazdak Farrokhzad-1/+1
2019-02-21Use normal mutable borrows in MIR match loweringMatthew Jasper-78/+41
2019-02-21Improve error message and add tests for borrowck match handlingMatthew Jasper-32/+125
2019-02-20Fix erroneous loop diagnostic in nllSantiago Pastorino-0/+65
2019-02-18re-blessing error output: ./x.py test src/test/ui --stage 1 --blessClint Frederickson-14/+14
2019-02-14Rollup merge of #58371 - davidtwco:issue-58299, r=arielb1Mazdak Farrokhzad-0/+50
2019-02-13Check the self-type of inherent associated constantsMatthew Jasper-20/+58
2019-02-13Propagate region constraints more precisely from closuresMatthew Jasper-0/+40
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-1/+1
2019-02-12Check user type annotations for range patterns.David Wood-0/+50
2019-02-12Auto merge of #58180 - davidtwco:issue-58053, r=estebankbors-0/+34
2019-02-10tests: doc commentsAlexander Regueiro-1/+1
2019-02-06Lower constant patterns with ascribed types.David Wood-0/+39
2019-02-06error output updated by ./x.py test --stage 1 src/test/ui --incremental --blessClint Frederickson-15/+15
2019-02-05Fix span for closure return type when annotated.David Wood-0/+34
2019-01-30Pass correct arguments to places_conflictMatthew Jasper-0/+36
2019-01-27Change generator trait to use pinningWim Looman-6/+6
2019-01-25Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelixbors-2/+297
2019-01-24When using value after move, point at span of localEsteban Küber-40/+44
2019-01-19Don't ignore `_` in type casts and ascriptionsMatthew Jasper-0/+78
2019-01-19Type check unnanotated constant items with NLLMatthew Jasper-0/+79
2019-01-19Handle lifetime annotations in unreachable codeMatthew Jasper-2/+140
2019-01-17fix compat-mode ui testMark Mansi-1/+1
2019-01-17Update testsMark Mansi-91/+86
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-2/+1