about summary refs log tree commit diff
path: root/src/test/compile-fail/private-method-cross-crate.rs
AgeCommit message (Expand)AuthorLines
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+1
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-3/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-15Add comments explaining why these tests are xfailedTim Chevalier-3/+3
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-06-22Nicer quoting in "attempted access of field" message. Issue #2358.Lindsey Kuper-1/+1
2012-03-26In typeck, don't call ty::store_iface_methods on private methodsTim Chevalier-0/+10