Eduard Burtescu
cfb63d5448
rustc: fix fallout of merging ast::ViewItem into ast::Item.
2015-01-21 16:27:26 +02:00
Alex Crichton
3121c04043
Fix typedef/module name conflicts in the compiler
2015-01-18 18:26:34 -08:00
Brian Anderson
8b2335a01d
Add allow(unstable) to librustc_privacy
2015-01-17 16:38:04 -08:00
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
Alex Crichton
a9decbdc44
rustc: Move the privacy pass to its own crate
2015-01-16 08:38:24 -08:00