summary refs log tree commit diff
path: root/src/test/run-pass/class-impl-parameterized-iface.rs
AgeCommit message (Expand)AuthorLines
2012-07-09Merge branch 'incoming' of github.com:/mozilla/rust into incomingGraydon Hoare-0/+1
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-2/+2
2012-07-09Add clear methods to the tests that make maps.Michael Sullivan-0/+1
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-0/+2
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-27Add in missing [] methods to some tests.Michael Sullivan-0/+1
2012-06-22Remove 'implements' keyword in favour of :, part of #2301.Graydon Hoare-1/+1
2012-06-08revise map interface so that K need not be copyableNiko Matsakis-1/+1
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-05-07In resolve, visit the path in an iface refTim Chevalier-0/+69