summary refs log tree commit diff
path: root/src/test/run-pass/class-separate-impl.rs
AgeCommit message (Expand)AuthorLines
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-1/+1
2012-09-11Remove priv sections from classes. Obsolete the syntaxBrian Anderson-3/+1
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-7/+13
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-3/+3
2012-09-06Remove struct ctorsBrian Anderson-3/+8
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-4/+4
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-6/+6
2012-07-13Un-xfail test that works. Closes #2883Tim Chevalier-2/+0
2012-07-12Comments only: annotate FIXMEs in testsTim Chevalier-1/+1
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-0/+3
2012-06-14Remove an xfail-fast, as this seems to work on Windows nowTim Chevalier-2/+0
2012-05-02xfail-fast class-separate-implTim Chevalier-0/+2
2012-05-02Add test for issue 2287Tim Chevalier-0/+50