rust/src/test
Alex Crichton 8115222607 rustc_resolve: Correctly record privacy of methods
Loading methods from external crates was erroneously using the type's privacy
for each method instead of each method's privacy. This commit fixes that.

Closes #21202
2015-01-16 08:39:56 -08:00
..
auxiliary rustc_resolve: Correctly record privacy of methods 2015-01-16 08:39:56 -08:00
bench cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail rustc_resolve: Correctly record privacy of methods 2015-01-16 08:39:56 -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 fix pretty test fallout 2015-01-16 11:47:48 +01:00
run-fail fallout: run-fail tests that use box. (many/all could be ported to Box::new instead.) 2015-01-08 02:37:58 +01:00
run-make Test fixes and rebase conflicts 2015-01-15 18:53:30 -08:00
run-pass fix latest changes fallout 2015-01-16 08:18:56 +01:00
run-pass-fulldeps Syntax extensions on trait and impl items. 2015-01-15 08:58:44 +13:00
run-pass-valgrind Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00