Files
rust/src/rustc/syntax
Tim Chevalier ca6636d6b6 Allow references to "self" within classes
Allow writing self.f within a class that has a field f. Currently,
the compiler accepts either self.f or f. In a future commit I'll
require writing self.f and not f.

Not sure whether self.f() works if f is a method (making sure that
works next).
2012-03-28 14:19:00 -07:00
..
2012-03-26 18:35:18 -07:00
2012-03-26 18:35:18 -07:00