about summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
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
2019-11-16Account for `rustc_on_unimplemented`Esteban Küber-4/+6
2019-11-16Remove unnecessary noteEsteban Küber-2/+0
2019-11-16Modify primary label message to be inline with error messageEsteban Küber-2/+2
2019-11-16Suggest borrowing when it would satisfy an unmet trait boundEsteban Küber-6/+12
2019-11-15Make `process_obligations()` greedier.Nicholas Nethercote-1/+3
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-9/+8
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-11-02consistent handling of missing sysroot spansRalf Jung-9/+8
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-2/+6
2019-10-27Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakisbors-4/+9
2019-10-26Rollup merge of #65773 - estebank:sugg-whitespace, r=CentrilMazdak Farrokhzad-0/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-10-24syntax: reject `trait Foo: Bar = Baz;`.Mazdak Farrokhzad-5/+20
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-0/+2
2019-10-22review comments: move code, fix indentation and change spanEsteban Küber-7/+6
2019-10-22Point at associated type for some obligationsEsteban Küber-5/+11