about summary refs log tree commit diff
path: root/src/test/compile-fail/private-class-field.rs
AgeCommit message (Expand)AuthorLines
2012-09-04rustc: Implement private fields for max/min classesPatrick Walton-15/+0
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-03-29Require "self" as base expression for intra-class method or field referencesTim Chevalier-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-26Remove stray commentTim Chevalier-9/+0
2012-03-26Enforce privacy declarations for class fields and methodsTim Chevalier-0/+24