rust/src/test
bors 28bed3f5e6 Auto merge of #31317 - jseyfried:remove_external_module_children, r=nrc
This PR refactors away `Module`'s `external_module_children` and instead puts `extern crate` declarations in `children` like other items, simplifying duplicate checking and name resolution.

This PR also allows values to share a name with extern crates, which are only defined in the type namespace. Other than that, it is a pure refactoring.

r? @nrc
2016-02-01 14:26:48 +00:00
..
auxiliary Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis 2016-01-30 00:25:44 +00:00
codegen [MIR] Avoid some code generation for stores of ZST 2016-01-12 21:35:10 +02:00
codegen-units Implement the translation item collector. 2016-01-26 10:17:45 -05:00
compile-fail Auto merge of #31317 - jseyfried:remove_external_module_children, r=nrc 2016-02-01 14:26:48 +00:00
compile-fail-fulldeps Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00
debuginfo Fix the fallout 2015-12-18 04:12:31 +03:00
parse-fail Auto merge of #30763 - gchp:issue/30033, r=nagisa 2016-01-15 06:38:26 +00:00
pretty Fix pretty_printer to print omitted type _ marker 2016-01-25 21:36:06 +05:30
run-fail Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
run-fail-fulldeps Improve error message for let-in-expr-position 2016-01-26 13:55:46 +05:30
run-make Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
run-pass Auto merge of #31232 - stepancheg:enum-univariant, r=nrc 2016-02-01 07:06:05 +00:00
run-pass-fulldeps Add a test 2016-01-15 10:24:12 +13:00
run-pass-valgrind update valgrind suppressions 2015-12-25 15:46:36 -05:00
rustdoc rustdoc: Add test for tuple rendering 2016-01-28 23:41:53 +00:00