about summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2022-11-18On overflow errors, do not print out long typesEsteban Küber-2/+4
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-31/+4
2022-11-16Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillotMatthias Krüger-1/+4
2022-11-14respect visibility & stability of inherent associated typesLeón Orell Valerian Liehr-1/+4
2022-11-14Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwcoMatthias Krüger-34/+34
2022-11-13Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-SimulacrumManish Goregaokar-0/+58
2022-11-13Add a few known-bug testsJack Huey-0/+58
2022-11-13Ensure codegen_fn_attrs during collection.Camille GILLOT-31/+4
2022-11-13Rollup merge of #104318 - c410-f3r:moar-errors, r=petrochenkovYuki Okushi-0/+44
2022-11-12Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726Guillaume Gomez-79/+80
2022-11-12Move testsCaio-0/+44
2022-11-11Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearthbors-16/+3
2022-11-10bless testsMichael Goulet-16/+3
2022-11-11Mark `trait_upcasting` feature no longer incomplete.Charles Lew-79/+80
2022-11-10Don't print full paths in overlap errorsMichael Goulet-34/+34
2022-11-09Don't ICE on operator trait methods with generic methodsNilstrieb-0/+31
2022-11-08selection failure: recompute applicable implslcnr-6/+1
2022-11-04Fix ICE when negative impl is collected during eager monoGary Guo-0/+12
2022-10-28Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillotMatthias Krüger-0/+18
2022-10-22Rollup merge of #103339 - Rageking8:fix-some-typos, r=fee1-deadMatthias Krüger-1/+1
2022-10-21fix some typosRageking8-1/+1
2022-10-20Add fix suggestions for E0199, E0200, and E0569Nicolas Barrios-0/+18
2022-10-17`order_dependent_trait_objects` to `ReportNow`lcnr-0/+70
2022-10-15remove no_core featureTakayuki Maeda-28/+12
2022-10-14normalize stderrTakayuki Maeda-9/+10
2022-10-14check if the self type is `ty::Float` before getting second substsTakayuki Maeda-0/+90
2022-10-11Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkovMatthias Krüger-2/+5
2022-10-11Report duplicate definitions in trait impls during resolution.Camille GILLOT-2/+5
2022-10-10Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-0/+29
2022-10-04follow-up fix about 101866 to print the self type.Yiming Lei-2/+2
2022-10-01bless ui testsMaybe Waffle-12/+12
2022-09-26Rollup merge of #101996 - b-naber:binder-print, r=lcnrMatthias Krüger-1/+1
2022-09-26address reviewb-naber-1/+1
2022-09-23Allow more !Copy implsLeón Orell Valerian Liehr-2/+2
2022-09-20Move some tests to more reasonable directoriesCaio-0/+29
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-3/+2
2022-09-08Adjust spacing in suggestion, add a testMichael Goulet-2/+2
2022-09-08Add associated item binding to non-param-ty where clause suggestionsMichael Goulet-2/+2
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-26Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebankYuki Okushi-5/+5
2022-08-22Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakisbors-2/+2
2022-08-21Adjust messages, address some nitsMichael Goulet-7/+11
2022-08-21Point at struct field if possibleMichael Goulet-8/+8
2022-08-21Prefer non-Self non-method types over Self, firstMichael Goulet-16/+16
2022-08-21Rework ambiguity errorsMichael Goulet-91/+30
2022-08-21Do not favor projection type when pointing out arg causing fulfillment errorMichael Goulet-4/+2
2022-08-21Account for relative pathsMichael Goulet-16/+20
2022-08-21Rework point-at-argMichael Goulet-67/+135
2022-08-20Rollup merge of #100796 - TaKO8Ki:remove-unnecessary-string-searching, r=comp...Matthias Krüger-12/+18
2022-08-20Rollup merge of #100500 - cjgillot:verify-self-predicate, r=lcnrMatthias Krüger-1/+31