summary refs log tree commit diff
path: root/src/test/compile-fail/assign-to-method.rs
AgeCommit message (Expand)AuthorLines
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