summary refs log tree commit diff
path: root/src/test/compile-fail/assign-to-method.rs
AgeCommit message (Expand)AuthorLines
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-0/+1
2012-09-11Remove priv sections from classes. Obsolete the syntaxBrian Anderson-3/+1
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+3
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+2
2012-09-06Remove struct ctorsBrian Anderson-1/+7
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-10Disallow implicitly binding methods in typechecker. Closes #2189.Michael Sullivan-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-05-10replace mutbl pass with borrowckNiko Matsakis-2/+1
2012-03-29Require "self" as base expression for intra-class method or field referencesTim Chevalier-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-26Enforce privacy declarations for class fields and methodsTim Chevalier-0/+16