summary refs log tree commit diff
path: root/src/test/compile-fail/privacy4.rs
AgeCommit message (Expand)AuthorLines
2015-04-02Fallout in testsNiko Matsakis-6/+2
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-1/+1
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-1/+1
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
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/+1
2014-10-19Ensure that the return type of a function is SizedAriel Ben-Yehuda-1/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2013-10-07Fix merge fallout of privacy changesAlex Crichton-0/+1
2013-10-07Extract privacy checking from name resolutionAlex Crichton-0/+31