summary refs log tree commit diff
path: root/src/test/compile-fail/xc-private-method.rs
AgeCommit message (Collapse)AuthorLines
2013-09-24Correctly encode item visibility in metadataAlex Crichton-8/+14
This fixes private statics and functions from being usable cross-crates, along with some bad privacy error messages. This is a reopening of #8365 with all the privacy checks in privacy.rs instead of resolve.rs (where they should be anyway). These maps of exported items will hopefully get used for generating documentation by rustdoc Closes #8592
2013-08-27librustc: Fix problem with cross-crate reexported static methods.Patrick Walton-2/+2
2013-08-07Enable privacy check for enum methods.Michael Woerister-1/+9
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-21librustc: Forbid access to cross-crate private static methodsPatrick Walton-0/+9