summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2020-02-28keep predicate order and tweak outputEsteban Küber-9/+15
2020-02-28Tweak wordingEsteban Küber-3/+3
2020-02-28Mention the full path of the implementing traitEsteban Küber-3/+3
2020-02-28On single local candidate, use span labelEsteban Küber-6/+9
2020-02-22Add note regarding argument orderingvarkor-0/+2
2020-02-22Move generic arg / param validation to `create_substs_for_generic_args`varkor-8/+9
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-2/+0
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-1/+5
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-14/+38
2020-02-04Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebankbors-30/+13
2020-02-04Remove the `overlapping_marker_traits` featureAaron Hill-30/+13
2020-02-03Change wording for object unsafe because of assoc constEsteban Küber-3/+3
2020-02-02Deal with spans showing `std` libEsteban Küber-2/+7
2020-02-02Point at reason in object unsafe trait with `Self` in supertraits or `where`-...Esteban Küber-1/+4
2020-02-02Account for `?Sized` type parameter boundsEsteban Küber-2/+2
2020-02-02Use more appropriate spans on object unsafe traits and provide structured sug...Esteban Küber-8/+14
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-13/+33
2020-02-02Slight rewording of diagnostic messageEsteban Küber-1/+1
2020-02-02Use more accurate failed predicate spansEsteban Küber-5/+4
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-8/+8
2020-02-02compiletest: error if `compile-fail` header in ui test.Tyler Lanphear-13/+7
2020-01-12Diagnostics should start lowercasevarkor-3/+3
2020-01-08Unify output of "variant not found" errorsEsteban Küber-14/+14
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-8/+11
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-11/+11
2019-12-20Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r...Mazdak Farrokhzad-1/+1
2019-12-20Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkorMazdak Farrokhzad-2/+8
2019-12-19Rollup merge of #67189 - LeSeulArtichaut:binop-wording, r=estebankMazdak Farrokhzad-2/+2
2019-12-17Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"Mark Rousskov-2/+18
2019-12-16Always build and ship parallel-enabled compilersMark Rousskov-18/+2
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-1/+1
2019-12-14Indicate origin of where type parameter for uninferred typesOhad Ravid-1/+1
2019-12-12Update testsLeSeulArtichaut-1/+1
2019-12-12Update UI test expectationsLeSeulArtichaut-1/+1
2019-12-11Use structured suggestion for disambiguating method callsEsteban Küber-2/+8
2019-12-11Add more context for type parametersEsteban Küber-1/+1
2019-12-10Deduplicate logicEsteban Küber-2/+4
2019-12-05Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPCMazdak Farrokhzad-3/+7
2019-12-04Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakisbors-1/+3
2019-12-03Include a span in more `expected...found` notesAaron Hill-3/+7
2019-11-26Fix spelling typosBrian Wignall-1/+1
2019-11-24fixup! Add negative tests where the diagnostic message would be wrongTimo Freiberg-14/+103
2019-11-24Add version mismatch help message for unimplemented traitTimo Freiberg-7/+48
2019-11-21Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centrilbors-2/+2
2019-11-21Aggregation of drive-by cosmetic changes.Alexander Regueiro-2/+2
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-15/+12
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-1/+1
2019-11-18Surround types with backticks in type errorsEsteban Küber-2/+2
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-3/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-10/+10