rust/src/test
bors cda3490f8f Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix
This commit modifies resolve to prevent conflicts with typedef names in the same
method that conflits are prevented with enum names. This is a breaking change
due to the differing semantics in resolve, and any errors generated on behalf of
this change require that a conflicting typedef, module, or structure to be
renamed so they do not conflict.

[breaking-change]
Closes #6936
2015-01-19 15:44:41 +00:00
..
auxiliary auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis 2015-01-17 08:51:38 +00:00
bench cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
codegen
compile-fail rustc_resolve: Do not allow mods to shadow types 2015-01-18 18:25:55 -08:00
compile-fail-fulldeps Update the compile-fail-fulldeps tests with new isize/usize literal suffixes. 2015-01-08 11:02:24 -05:00
debuginfo rollup merge of #21197: michaelwoerister/linestablesonly-forloop 2015-01-15 14:12:06 -08:00
pretty Make output type in ast::FnDecl optional 2015-01-18 22:49:19 +09:00
run-fail
run-make auto merge of #21233 : huonw/rust/simd-size, r=Aatch 2015-01-17 10:58:43 +00:00
run-pass Reduce size of array in test case to 1MB 2015-01-19 09:22:54 +13:00
run-pass-fulldeps Syntax extensions on trait and impl items. 2015-01-15 08:58:44 +13:00
run-pass-valgrind