summary refs log tree commit diff
path: root/src/test/auxiliary/cci_class_cast.rs
AgeCommit message (Expand)AuthorLines
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-1/+1
2012-09-25Respect privacy qualifiers on view items, add to import resolutions.Graydon Hoare-0/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-11Remove priv sections from classes. Obsolete the syntaxBrian Anderson-4/+1
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-22/+29
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-3/+3
2012-09-06Remove struct ctorsBrian Anderson-3/+11
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-2/+2
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-3/+3
2012-06-22Remove 'implements' keyword in favour of :, part of #2301.Graydon Hoare-1/+1
2012-05-02Encode the ifaces a class implements in metadataTim Chevalier-0/+40