about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
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
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-1/+1
2020-07-22Detect when `'static` obligation might come from an `impl`Esteban Küber-21/+4
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-7/+48
2020-06-24Provide suggestions for some moved value errorsEsteban Küber-0/+4
2020-06-15Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakisRalf Jung-2/+6
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-10/+2
2020-05-27Tweak output for mismatched impl itemEsteban Küber-2/+2
2020-05-27Name `RegionKind::ReVar` lifetimes in diagnosticsEsteban Küber-2/+2
2020-05-27Fix spacing of expected/found notes without a labelEsteban Küber-16/+16
2020-05-25Display information about captured variable in `FnMut` errorAaron Hill-2/+6
2020-05-03Correctly check comparison operators in MIR typeckMatthew Jasper-17/+5
2020-04-30Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasperDylan DPC-5/+104
2020-04-28Suggest `;` or assignment to drop borrows in tail exprsEsteban Küber-13/+60
2020-04-16reserve variable for empty root regionNiko Matsakis-0/+31
2020-04-16enforce that R1: R2 requires univ(R1) <= univ(R2)Niko Matsakis-5/+73
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-03-30bless output of ui test nll/user-annotations/closure-substs.rsRemy Rakic-1/+1
2020-03-30bless output of ui test nll/outlives-suggestion-simple.rsRemy Rakic-4/+6
2020-03-24Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakisMazdak Farrokhzad-14/+14
2020-03-23Remove `ReClosureBound`Matthew Jasper-14/+14
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-6/+50
2020-03-12update testsMark Mansi-5/+5
2020-03-11Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakisMazdak Farrokhzad-0/+33
2020-03-08Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasperMazdak Farrokhzad-4/+1
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-29Use TypeRelating for instantiating query responsesMatthew Jasper-0/+33
2020-02-22update some testsMark Mansi-5/+5
2020-02-13Check types of statics in MIR typeckMatthew Jasper-0/+81
2020-02-13Check `Copy` lifetimes bounds when copying from a projectionMatthew Jasper-0/+26
2020-02-12Don't give invalid suggestion on desugared span.spunit262-4/+1
2020-02-11Rollup merge of #68816 - estebank:fn-mut-closure, r=varkorDylan DPC-60/+60
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-2/+2