about summary refs log tree commit diff
path: root/src/test/ui/inference
AgeCommit message (Expand)AuthorLines
2022-04-16Implementation for 65853Jack Huey-10/+66
2022-03-03Cleanup feature gates.Camille GILLOT-3/+1
2022-02-08Rollup merge of #92715 - chordtoll:empty-string, r=davidtwcoMatthias Krüger-2/+11
2022-01-16Only suggest char literal for single-character stringschordtoll-2/+11
2022-01-14Don't use source-map when detecting struct field shorthandMichael Goulet-1/+1
2022-01-04Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgrbors-60/+0
2022-01-03Suggest changing quotes when str/char type mismatchchordtoll-0/+100
2021-12-23implement `generic_arg_infer` for array lengthslcnr-60/+0
2021-12-11Tweak assoc type obligation spansEsteban Kuber-1/+1
2021-12-07Add test with multiple type params failing inferenceEsteban Kuber-12/+45
2021-12-07Refer to const params as "const params" and not "type params"Esteban Kuber-1/+1
2021-12-07Refer to uninferred `const` params by their name, instead of `{ _: _ }`Esteban Kuber-1/+1
2021-12-07Only shown relevant type params in E0283 labelEsteban Kuber-1/+36
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-0/+9
2021-11-19Auto merge of #91033 - JohnTitor:rollup-sr9zg6o, r=JohnTitorbors-0/+162
2021-11-19Auto merge of #90329 - nbdd0121:typeck, r=nagisabors-2/+75
2021-11-18Move some tests to more reasonable directoriesCaio-0/+162
2021-11-15Add regression test for issue 90320Gary Guo-2/+75
2021-11-14Move some tests to more reasonable directoriesCaio-0/+38
2021-11-06Move some tests to more reasonable directoriesCaio-0/+15
2021-10-24Point at overlapping impls when type annotations are neededEsteban Kuber-2/+9
2021-10-15Bless testsCameron Steffen-1/+1
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