about summary refs log tree commit diff
path: root/src/test/ui/inference
AgeCommit message (Expand)AuthorLines
2021-09-17Make diagnostics clearer for `?` operatorsYuki Okushi-0/+22
2021-08-16Use note to point at bound introducing requirementEsteban Küber-6/+10
2021-08-14Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkovbors-0/+220
2021-08-11Modify structured suggestion outputEsteban Küber-4/+4
2021-08-10Move some UI tests to more suitable subdirsYuki Okushi-0/+218
2021-08-03Do not suggest impl traits as type argumentsYuki Okushi-0/+51
2021-07-26Actually infer args in visitorskadmin-0/+60
2021-07-18Remove impl_trait_in_bindings handling on inference error reportingSantiago Pastorino-38/+0
2021-07-02Add a regression test for issue-70703Yuki Okushi-0/+26
2021-06-25Address PR feedbackRyan Levick-2/+2
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-2/+2
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-24/+20
2021-04-05Rollup merge of #81922 - magurotuna:issue81522, r=matthewjasperDylan DPC-0/+31
2021-03-30Do not emit a suggestion that causes the E0632 errorJohnTitor-0/+21
2021-03-24Add regression test to ensure `#[allow(unstable_name_collisions)]` worksYusuke Tanaka-0/+31
2021-02-25Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obkDylan DPC-7/+28
2021-02-24Account for associated consts in the "unstable assoc item name colission" lintEsteban Küber-7/+28
2021-02-06path trimming: ignore type aliasesDan Aloni-9/+9
2021-01-10Tweak `?` inference error messagesWilliam Bain-8/+8
2021-01-10Note inference failures using `?` conversionWilliam Bain-3/+68
2020-10-23Add regression test for issue-71732Yuki Okushi-0/+36
2020-10-23Add a regression test for issue-72616Yuki Okushi-0/+42
2020-10-06Fix tests from rebaseMatthew Jasper-1/+1
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-7/+7
2020-09-02pretty: trim paths of unique symbolsDan Aloni-8/+8
2020-05-09adjust testsRalf Jung-2/+3
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-2/+2
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+5
2020-02-15Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, r=niko...Yuki Okushi-0/+30
2020-02-09--bless --compare-mode=nllMatthias Prechtl-1/+1
2020-02-09Add more testsvarkor-0/+17
2020-02-09Correct inference of primitive operand type behind binary operationvarkor-0/+13
2019-12-11Use structured suggestion for disambiguating method callsEsteban Küber-2/+8
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-1/+3
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-3/+3
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-2/+0
2019-08-13Suggest giving return type to closures on E0282Esteban Küber-3/+5
2019-08-13review commentsEsteban Küber-1/+1
2019-08-12Fix tidyEsteban Küber-4/+4
2019-08-12Resolve types when suggesting boxed closureEsteban Küber-7/+7
2019-08-12When needing type annotations in local bindings, account for impl Trait and c...Esteban Küber-0/+81
2019-07-24Adjust tests for method disambiguation helpIlija Tovilo-0/+2
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-2/+2
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-1/+1
2019-07-07normalize use of backticks in compiler messages for librustc_typecheckSamy Kacimi-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-04-11Reword tracking issue noteEsteban Küber-1/+1
2019-04-10Tweak unstable diagnostic outputEsteban Küber-1/+2
2019-03-11Update testsVadim Petrochenkov-2/+2