summary refs log tree commit diff
path: root/src/rustc/middle/privacy.rs
AgeCommit message (Expand)AuthorLines
2012-10-05rustc: Add a new method_self method call origin. Part of default methods.Patrick Walton-3/+4
2012-10-05rustc: Implement simple uses of &traitPatrick Walton-1/+1
2012-09-25Demode iter-traitTim Chevalier-7/+7
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-3/+3
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-04rustc: Don't allow private fields to be named in constructors or destructuredPatrick Walton-3/+51
2012-09-04rustc: Implement private methods.Patrick Walton-28/+138
2012-09-04Remove 'with'Brian Anderson-2/+2
2012-09-04rustc: Implement private fields for max/min classesPatrick Walton-0/+75