rust/src/test
Vlad Ureche 88af8fa0b1 Show candidates for names not in scope
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.
2016-02-19 01:10:36 +01:00
..
auxiliary Show candidates for names not in scope 2016-02-19 01:10:36 +01:00
codegen Workaround LLVM optimizer bug by not marking &mut pointers as noalias 2016-02-10 23:09:47 +01:00
codegen-units Implement the translation item collector. 2016-01-26 10:17:45 -05:00
compile-fail Show candidates for names not in scope 2016-02-19 01:10:36 +01:00
compile-fail-fulldeps Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00
debuginfo Rename sunos to solaris 2016-01-31 19:01:30 +03:00
parse-fail Some error recovery in the parser 2016-02-15 09:33:21 +13:00
pretty libsyntax: fix pretty printing of macro with braces 2016-01-28 09:19:43 +01:00
run-fail Ignore a test on MSVC 2016-02-06 02:31:19 +02:00
run-fail-fulldeps Improve error message for let-in-expr-position 2016-01-26 13:55:46 +05:30
run-make Add LLVM FunctionPass regression test using run-make. 2016-02-15 10:08:04 -05:00
run-pass Auto merge of #31717 - alexcrichton:llvmup2, r=brson 2016-02-17 03:25:45 +00:00
run-pass-fulldeps Remove some unnecessary indirection from AST structures 2016-02-11 23:33:09 +03:00
run-pass-valgrind update valgrind suppressions 2015-12-25 15:46:36 -05:00
rustdoc Auto merge of #31614 - mitaa:rdoc_locitem_extmac, r=alexcrichton 2016-02-14 10:10:50 +00:00