summary refs log tree commit diff
path: root/src/test/auxiliary/cci_class_4.rs
AgeCommit message (Expand)AuthorLines
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-2/+4
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-23Allow methods to call other methods in the same classTim Chevalier-0/+34