rust/src/test
Alex Crichton 9522a08cf0 Check the privacy of implemented traits
This bug showed up because the visitor only visited the path of the implemented
trait via walk_path (with no corresponding visit_path function). I have modified
the visitor to use visit_path (which is now overridable), and the privacy
visitor overrides this function and now properly checks for the privacy of all
paths.

Closes #10857
2013-12-09 22:53:58 -08:00
..
auxiliary encode trait lifetime params in metadata to allow cross-crate usage 2013-12-08 18:09:31 -05:00
bench Revert "libstd: Change Path::new to Path::init." 2013-12-04 22:33:53 -08:00
codegen
compile-fail Check the privacy of implemented traits 2013-12-09 22:53:58 -08:00
debug-info
pretty
run-fail Made Results API more composable 2013-12-06 22:29:02 +01:00
run-make Implement LTO 2013-12-09 14:41:49 -08:00
run-pass auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichton 2013-12-09 01:01:43 -08:00
run-pass-fulldeps