summary refs log tree commit diff
path: root/src/test/compile-fail/privacy1.rs
AgeCommit message (Expand)AuthorLines
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+2
2015-04-02Fallout in testsNiko Matsakis-6/+2
2015-03-16Fallout in testing.Nick Cameron-13/+3
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-2/+6
2015-02-07Feature-gate #![no_std]Keegan McAllister-1/+1
2015-01-16syntax: Feature gate #[start] and #[main]Alex Crichton-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-1/+1
2015-01-03Running EUV requires the Copy lang item, so adjust privacy tests.Niko Matsakis-0/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
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