| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -21/+0 | |
| 2016-06-10 | resolve: Rewrite resolve_pattern | Vadim Petrochenkov | -1/+1 | |
| 2016-02-19 | Show candidates for names not in scope | Vlad Ureche | -1/+1 | |
| This commit adds functionality that allows the name resolution pass to search for entities (traits/types/enums/structs) by name, in order to show recommendations along with the errors. For now, only E0405 and E0412 have suggestions attached, as per the request in bug #21221, but it's likely other errors can also benefit from the ability to generate suggestions. | ||||
| 2015-02-24 | rustc: use partially resolved definitions to replace the `T::A` hack. | Eduard Burtescu | -1/+1 | |
| 2013-11-24 | Fix issue #8763 | Leah Hanson | -0/+21 | |
| * added case & better error message for "impl trait for module" * used better way to print the module * switched from //error-pattern to //~ ERROR * added compile-fail test trait-impl-for-module.rs * revised compile-fail test trait-or-new-type-instead (the error message for the modified test is still unclear, but that's a different bug) * added FIXME to trait-or-new-type-instead | ||||
