about summary refs log tree commit diff
path: root/src/test/run-pass/class-implements-multiple-ifaces.rs
AgeCommit message (Expand)AuthorLines
2012-08-02test: "iface" -> "trait" in filenames.Lindsey Kuper-121/+0
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-3/+3
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-6/+6
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+3
2012-07-01Convert to new closure syntaxBrian Anderson-6/+6
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-5/+5
2012-06-22Remove 'implements' keyword in favour of :, part of #2301.Graydon Hoare-1/+1
2012-06-06minor changes to tests so they pass borrowckNiko Matsakis-5/+6
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-04-23Allow classes to be cast to ifaces that are in the same crateTim Chevalier-0/+118