summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2021-08-31Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakisbors-1/+1
2021-08-292229: Drop any deref in move closureAman Arora-1/+1
2021-08-29Suggestion for call on immutable binding of mutable typeEsteban Küber-6/+22
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-24/+26
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-22/+47
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-1/+3
2021-08-15Report nicer errors for HRTB NLL errors from queriesMatthew Jasper-9/+19
2021-08-15Report mismatched type errors for bound region errors in NLLMatthew Jasper-13/+28
2021-08-11Modify structured suggestion outputEsteban Küber-15/+15
2021-08-03bless trivial polonius diagnostics changesRémy Rakic-1/+3
2021-07-31Point at unmet explicit lifetime obligation boundEsteban Küber-2/+12
2021-07-28Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiserYuki Okushi-10/+13
2021-07-27remove allow(unconditional_recursion)ibraheemdev-3/+15
2021-07-25suggest removing unnecessary \&mut as help messageibraheemdev-23/+14
2021-07-17Auto merge of #87129 - FabianWolff:issue-75356, r=varkorbors-0/+1
2021-07-16Auto merge of #86993 - jackh726:project-gat-binders, r=nikomatsakisbors-4/+4
2021-07-14Warn about useless assignments of variables/fields to themselvesFabian Wolff-0/+1
2021-07-09Replace associated item bound vars with placeholders when projecting.jackh726-4/+4
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-5/+5
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+103
2021-06-06Add variance-related information to lifetime error messagesAaron Hill-0/+24
2021-05-12Don't suggest adding `'static` lifetime to argumentsAaron Hill-5/+0
2021-05-01Closure capture borrow diagnostics for disjoint capturesChris Pardy-18/+18
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-6/+3
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-15/+15
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+25
2021-02-22Update test cases0yoyoyo-12/+12
2021-02-06path trimming: ignore type aliasesDan Aloni-1/+1
2021-02-02Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...Jack Huey-1/+6
2021-02-02Rollup merge of #80629 - sexxi-goose:migrations_1, r=nikomatsakisJonas Schievink-6/+6
2021-02-01Process mentioned upvars for analysis first pass after ExprUseVisitorAman Arora-6/+6
2021-02-01Update ui testsJesus Rubio-1/+6
2021-01-31Move some tests to more reasonable directoriesCaio-0/+127
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-4/+4
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+196
2020-12-24Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwcobors-9/+9
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-15/+15
2020-12-01Added better error message for shared borrow treated as unique for purposes o...PankajChaudhary5-9/+9
2020-11-09Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-SimulacrumDylan DPC-2/+2
2020-11-09use RegionNameHighlight for async fn and closure returnsSNCPlay42-2/+2
2020-10-23Add test for bad NLL higher-ranked subtypeAaron Hill-0/+72
2020-10-06Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...Jack Huey-0/+1
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-8/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-50/+50
2020-09-02pretty: trim paths of unique symbolsDan Aloni-75/+75
2020-08-25Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebankbors-4/+4
2020-08-22Use smaller def span for functionsAaron Hill-17/+8
2020-08-08Be consistent when describing a move as a 'partial' in diagnosticsAaron Hill-4/+4
2020-07-28Make closures and generators a must use typesTomasz Miąsko-3/+14