about summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-2/+5
2021-05-04Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnrbors-0/+55
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-05-01Add regression testAaron Hill-0/+55
2021-04-25Rollup merge of #84499 - estebank:issue-84272, r=jackh726Dylan DPC-0/+3
2021-04-23Tweak suggestion outputEsteban Küber-0/+3
2021-04-23Auto merge of #83729 - JohnTitor:issue-43913, r=estebankbors-0/+40
2021-04-19fix suggestion for unsized function parameterslcnr-2/+2
2021-04-18Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+87
2021-04-17Move some tests to more reasonable directories - 6Caio-0/+87
2021-04-16Fix testsRyan Levick-2/+5
2021-04-11Auto merge of #83806 - JohnTitor:issue-51446, r=estebankbors-0/+34
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-11/+46
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-11/+46
2021-04-06Do not ICE when closure is involved in TAITEsteban Küber-0/+36
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-12/+12
2021-04-03Add a regression test for issue-51446Yuki Okushi-0/+34
2021-04-01Add a suggestion when using a type alias instead of trait aliasYuki Okushi-0/+40
2021-03-31give full path of constraint in suggest_constraining_type_paramhi-rustin-4/+4
2021-03-29Suggest box/pin/arc ing receiver on method callsEsteban Küber-8/+0
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+76
2021-03-18Fix use of bare trait objects everywhereVadim Petrochenkov-20/+20
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-1/+1
2021-03-13Avoid sorting predicates by `DefId`Aaron Hill-1/+1
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+285
2021-02-17In some limited cases, suggest `where` bounds for non-type paramsEsteban Küber-0/+8
2021-02-09Organize trait test filesBram van den Heuvel-285/+285
2021-02-06path trimming: ignore type aliasesDan Aloni-4/+4
2021-01-31Move some tests to more reasonable directoriesCaio-0/+244
2021-01-21Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-SimulacrumYuki Okushi-0/+31
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+134
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-17/+53
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-1/+1
2020-12-29Add regr. test for mutual recursionkadmin-0/+31
2020-12-17Revert change to evaluation orderMatthew Jasper-0/+39
2020-12-16Take into account negative impls in "trait item not found" suggestionsLeSeulArtichaut-0/+113
2020-12-01Add regression test for #79458ThePuzzlemaker-0/+25
2020-11-24Use the name "auto traits" everywhere in the compilerCamelid-4/+4
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-11-16improve error message for const ty param mismatchBastian Kauschke-2/+0
2020-10-27Add unsized_fn_params featureSantiago Pastorino-3/+3
2020-10-22Normalize when finding trait object candidatesMatthew Jasper-0/+37
2020-10-21Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebankYuki Okushi-2/+2
2020-10-20review commentsEsteban Küber-9/+9
2020-10-20Tweak "object unsafe" errorsEsteban Küber-39/+66
2020-10-19don't assume trait ambiguity happens in `Self`SNCPlay42-0/+84
2020-10-17Improve wording of "cannot multiply" type errorCamelid-2/+2
2020-10-18Add test for issue-75983Yuki Okushi-0/+17
2020-10-18Add test for issue-70944Yuki Okushi-0/+23
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+5