about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2021-10-15simplify constrain_opaque_typesNiko Matsakis-11/+15
2021-10-13Remove textual span from diagnostic stringOli Scherer-18/+18
2021-10-09Show detailed expected/found types in error message when trait paths are the ...rhysd-2/+2
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-7/+76
2021-10-04Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakisManish Goregaokar-84/+24
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-84/+24
2021-10-03Add regression test for spurious const error with NLLAaron Hill-0/+20
2021-09-30Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebankbors-4/+4
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-100/+37
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-5/+5
2021-09-25Don't anonymize bound region names during typeckAaron Hill-4/+4
2021-09-25Use larger span for adjustments on method callsAaron Hill-100/+37
2021-09-25Bless testsGary Guo-1/+1
2021-09-20Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obkbors-14/+14
2021-09-19Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisabors-3/+3
2021-09-16Propagate coercion cause into `try_coerce`Aaron Hill-3/+3
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-14/+14
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-1/+4
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