| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-04 | rustc: Implement private fields for max/min classes | Patrick Walton | -15/+0 | |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 | |
| 2012-03-29 | Require "self" as base expression for intra-class method or field references | Tim Chevalier | -1/+1 | |
| All field or method references within a class must begin with "self." now. A bare reference to a field or method in the same class will no longer typecheck. | ||||
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -1/+1 | |
| 2012-03-26 | Remove stray comment | Tim Chevalier | -9/+0 | |
| 2012-03-26 | Enforce privacy declarations for class fields and methods | Tim Chevalier | -0/+24 | |
