summary refs log tree commit diff
path: root/src/test/auxiliary/cci_class_5.rs
AgeCommit message (Expand)AuthorLines
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-2/+2
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-4/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-15Add comments explaining why these tests are xfailedTim Chevalier-11/+6
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-1/+4
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+2
2012-09-06Remove struct ctorsBrian Anderson-1/+7
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-03-29Require "self" as base expression for intra-class method or field referencesTim Chevalier-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-26In typeck, don't call ty::store_iface_methods on private methodsTim Chevalier-0/+14