summary refs log tree commit diff
path: root/src/test/ui/hrtb
AgeCommit message (Expand)AuthorLines
2019-12-06bless polonius output of test hrtb-perfect-forwarding.rsRemy Rakic-0/+68
2019-11-28Deduplicate type param constraint suggestion codeEsteban Küber-3/+3
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-1/+3
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-6/+4
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-2/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-6/+6
2019-10-27update testsMark Mansi-0/+2
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-6/+9
2019-10-04Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakisMazdak Farrokhzad-4/+9
2019-10-02Make lifetimes in constants live at the point of useMatthew Jasper-4/+9
2019-10-01Fixup testsAaron Hill-4/+11
2019-10-01Improve HRTB error span when -Zno-leak-check is usedAaron Hill-0/+1
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-14/+14
2019-09-22Fix rebaseEsteban Küber-5/+2
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-72/+58
2019-09-21Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obkMazdak Farrokhzad-0/+2
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-6/+6
2019-09-18Add explanation to type mismatch involving type params and assoc typesEsteban Küber-0/+2
2019-09-16Tweak unsatisfied HRTB errorsEsteban Küber-10/+53
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-83/+63
2019-08-16Update stderr files with --blesssd234678-1/+1
2019-08-16Remove meaningless comments in src/testsd234678-1/+0
2019-07-25Rollup merge of #62736 - lqd:polonius_tests3, r=matthewjasperMazdak Farrokhzad-5/+6
2019-07-23Rollup merge of #62523 - pnkfelix:delay-bug-to-resolve-issue-62203-ice, r=varkorMark Rousskov-0/+72
2019-07-22Ignore test hrtb/issue-30786.rs in Polonius compare modelqd-5/+6
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-07-10Regression test for issue 30786.Felix S. Klock II-0/+140
2019-07-09Regression test.Felix S. Klock II-0/+72
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+85
2019-04-22update tests for migrate mode by defaultMatthew Jasper-48/+6
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-3/+3
2019-03-11Update NLL testsVadim Petrochenkov-1/+1
2019-03-11Update testsVadim Petrochenkov-12/+12
2019-02-21update test files to reflect new outputNiko Matsakis-48/+183
2019-02-21restore the actual leak-checkNiko Matsakis-0/+84
2019-02-15fix tests post-rebaseFelix S. Klock II-7/+7
2019-01-28Refer to synthetically named lifetimes as "some specific lifetime" rather tha...Rémy Rakic-6/+6
2019-01-27When mentioning lifetimes, put either the trait ref or the self type closer t...Rémy Rakic-10/+10
2019-01-27Update test expectations for new placeholder error messagesRemy Rakic-16/+16
2019-01-27Update two E308 tests to the new placeholder errorlqd-1/+1
2019-01-02address tmandry nitsNiko Matsakis-10/+5
2019-01-02improve handling for subtypeNiko Matsakis-87/+19
2019-01-02say "the lifetime" instead of "some lifetime" when it feels rightNiko Matsakis-1/+1
2019-01-02apply the same logic to ConcreteFailure errorsNiko Matsakis-7/+5
2019-01-02apply the new placeholder errors even with just one placeholderNiko Matsakis-8/+20
2019-01-02introduce placeholder-placeholder errors for trait matchingNiko Matsakis-16/+10
2019-01-02tests: worse diagnostics, but basically same errorsNiko Matsakis-105/+111
2019-01-02add tests exercising `exists<'a> { forall<'b> { .. } }` patternNiko Matsakis-0/+163
2019-01-02make evaluation track whether outlives relationships matteredNiko Matsakis-0/+41