rust/src/test
Manish Goregaokar 263e7228ca Rollup merge of #31901 - bluss:suggest-use, r=sanxiyn
suggest: Put the `use` in suggested code inside the quotes

Change import a trait suggestion from:

       help: candidate #1: use `std::io::Write`

to

       help: candidate #1: `use std::io::Write`

so that the code can be copied directly.

Fixes #31864
2016-02-26 17:03:42 +05:30
..
auxiliary Auto merge of #30856 - mneumann:thread_local_extern, r=alexcrichton 2016-02-25 20:37:38 +00: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 Rollup merge of #31901 - bluss:suggest-use, r=sanxiyn 2016-02-26 17:03:42 +05:30
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 MSVC SEH in MIR is implemented here 2016-02-17 21:46:05 +02:00
run-fail-fulldeps Improve error message for let-in-expr-position 2016-01-26 13:55:46 +05:30
run-make Add tests for read_volatile and write_volatile 2016-02-19 23:45:49 +00:00
run-pass Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton 2016-02-26 00:53:38 +00:00
run-pass-fulldeps Remove some unnecessary indirection from AST structures 2016-02-11 23:33:09 +03:00
run-pass-valgrind test: Fix a spuriously failing test on valgrind 2016-02-19 16:53:06 -08:00
rustdoc Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton 2016-02-26 00:53:38 +00:00