summary refs log tree commit diff
path: root/src/test/compile-fail/privacy1.rs
AgeCommit message (Expand)AuthorLines
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+0
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-1/+1
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-1/+1
2014-04-23Support unsized types with the `type` keywordNick Cameron-0/+3
2014-04-16rustc: Remove private enum variantsAlex Crichton-3/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2013-12-09Check the privacy of implemented traitsAlex Crichton-0/+3
2013-11-22Move more of the exportation burden into privacyAlex Crichton-0/+10
2013-10-14Refine privacy error messages to be more accurateAlex Crichton-6/+11
2013-10-07Fix merge fallout of privacy changesAlex Crichton-0/+1
2013-10-07Extract privacy checking from name resolutionAlex Crichton-0/+168