summary refs log tree commit diff
path: root/src/test/run-pass/class-impl-very-parameterized-trait.rs
AgeCommit message (Expand)AuthorLines
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-3/+3
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-3/+3
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-11Remove priv sections from classes. Obsolete the syntaxBrian Anderson-4/+2
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-8/+15
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-2/+2
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-3/+3
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-06Remove struct ctorsBrian Anderson-3/+7
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-8/+14
2012-08-26Camel case the option typeBrian Anderson-9/+9
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-21Fix some map related build failures.Michael Sullivan-3/+3
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-13Stop parsing old operator overloading syntaxBrian Anderson-1/+0
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-4/+4
2012-08-02test: "iface" -> "trait" in filenames.Lindsey Kuper-0/+105