summary refs log tree commit diff
path: root/src/rustc/syntax/visit.rs
AgeCommit message (Expand)AuthorLines
2012-03-27Support an alternate for syntax that calls a higher-order functionMarijn Haverbeke-5/+5
2012-03-23Handle self correctly when translating classesTim Chevalier-4/+8
2012-03-20Implement an initial version of placement new.Niko Matsakis-0/+4
2012-03-20Class methods WIPTim Chevalier-2/+2
2012-03-15Reuse monomorphized functions more aggressivelyMarijn Haverbeke-1/+1
2012-03-14Properly walk pat_lit and pat_range in visit.rsMarijn Haverbeke-1/+3
2012-03-09Add an infinite loop constructTim Chevalier-0/+1
2012-03-08rustc: Change the address-of operator to an explicit production so that we ca...Patrick Walton-0/+1
2012-03-08rustc: Add ty_rptr support to the visitorPatrick Walton-0/+1
2012-03-08Explicitly store self_ids use for self locals in methodsMarijn Haverbeke-4/+4
2012-03-04Translate simple classesTim Chevalier-3/+3
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+546