summary refs log tree commit diff
path: root/src/test/run-pass/classes.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-04-21syntax: Eliminate 'mutable' keyword. Closes #2254Brian Anderson-1/+1
2012-03-29Require "self" as base expression for intra-class method or field referencesTim Chevalier-7/+7
2012-03-27Enforce mutability declarations in classes; correct shapes for classesTim Chevalier-3/+5
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-23Allow methods to call other methods in the same classTim Chevalier-4/+13
2012-02-03Beginnings of front-end support for classesTim Chevalier-0/+29