about summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2019-04-22update tests for migrate mode by defaultMatthew Jasper-20/+6
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-16/+8
2019-04-02Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexregMazdak Farrokhzad-0/+44
2019-04-01resolve all in scope trait aliases, then elaborate their boundsSean McArthur-0/+44
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-2/+4
2019-03-23Tweak spans for E0599Esteban Küber-12/+4
2019-03-11Update NLL testsVadim Petrochenkov-1/+1
2019-03-11Update testsVadim Petrochenkov-64/+64
2019-02-12Added tests.Alexander Regueiro-0/+21
2019-02-07Update testsvarkor-7/+3
2019-01-22Stabilize Any::get_type_id and rename to type_idSimon Sapin-2/+1
2019-01-19Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakisMazdak Farrokhzad-0/+49
2019-01-14Rollup merge of #57540 - estebank:eval-more, r=petrochenkovMazdak Farrokhzad-8/+10
2019-01-12Suggest correct location for lifetime parameters in useEsteban Küber-7/+9
2019-01-11Continue parsing after lifetime in incorrect locationEsteban Küber-1/+1
2019-01-10new trait alias testsNiko Matsakis-0/+49
2019-01-09clarify resolve typo suggestionAndy Russell-1/+1
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-5/+5
2018-12-26Fixed more tests.Alexander Regueiro-8/+16
2018-12-25Remove licensesMark Rousskov-709/+147
2018-12-24make non_camel_case_types an early lintAndy Russell-9/+11
2018-12-18improve tests as suggested by review commentsAriel Ben-Yehuda-2/+92
2018-12-16fix trait objects with a Self-having projection vaAriel Ben-Yehuda-0/+57
2018-12-08fix span for invalid number of parameters in trait methodGuillaume Gomez-1/+1
2018-12-04Update testsOliver Scherer-8/+8
2018-11-22Do not point at associated types from other cratesEsteban Küber-5/+0
2018-11-22Reword and fix testEsteban Küber-1/+1
2018-11-22Point at the associated type's def spanEsteban Küber-0/+5
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-2/+2
2018-11-07Only do check for trait objects, not trait or trait alias definitions.Alexander Regueiro-2/+2
2018-11-07Added error for duplicate bindings of associated type.Alexander Regueiro-17/+0
2018-11-07Added tests.Alexander Regueiro-0/+17
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-23/+7
2018-11-03Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakisbors-82/+96
2018-11-03Added WF checking for trait alias definitions.Alexander Regueiro-71/+61
2018-11-03Extended elaboration for trait aliases to include arbitrary bounds.Alexander Regueiro-5/+6
2018-11-03Add more tests.Alexander Regueiro-42/+89
2018-11-03Added tests.Alexander Regueiro-82/+58
2018-11-01update tests that have changed outputMichael Hewson-42/+9
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-3/+4
2018-10-16Check the type of statics and constants for `Sized`nessOliver Scherer-6/+3
2018-10-11structured suggestion for E0223 ambiguous associated typeZack M. Davis-9/+3
2018-10-04Convert conservative_impl_trait.rs to compile-passJonas Schievink-0/+18
2018-08-24updates tests to use new error codeMatthew Russo-5/+5
2018-08-20Fix diagnostic regressionvarkor-6/+6
2018-08-20Update new ui testsvarkor-10/+10
2018-08-19Fix some remaining testsvarkor-2/+2
2018-08-19Refactor generic argument count check in astconvvarkor-1/+1
2018-08-19Revert broken testvarkor-0/+1
2018-08-19"Fix" annoying testvarkor-1/+0