summary refs log tree commit diff
path: root/src/rustc/syntax/fold.rs
AgeCommit message (Expand)AuthorLines
2012-03-27Support an alternate for syntax that calls a higher-order functionMarijn Haverbeke-0/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-1/+1
2012-03-20Implement an initial version of placement new.Niko Matsakis-0/+5
2012-03-20rustc: Fix a few more instances of node ID stomping, due to AST folding incor...Patrick Walton-3/+5
2012-03-20Class methods WIPTim Chevalier-3/+3
2012-03-15switch over to using new serialize/deserialize codeNiko Matsakis-14/+12
2012-03-15Make sure resource destructors are properly monomorphizedMarijn Haverbeke-2/+2
2012-03-13get new decorator extensions workingNiko Matsakis-0/+1
2012-03-12rustc: Add node IDs to AST types so we can associate them with region environ...Patrick Walton-1/+1
2012-03-12Revert "rustc: Add node IDs to AST types so we can associate them with region...Patrick Walton-1/+1
2012-03-12rustc: Add node IDs to AST types so we can associate them with region environ...Patrick Walton-1/+1
2012-03-09Add an infinite loop constructTim Chevalier-1/+4
2012-03-08rustc: Change the address-of operator to an explicit production so that we ca...Patrick Walton-0/+1
2012-03-08Explicitly store self_ids use for self locals in methodsMarijn Haverbeke-1/+2
2012-03-08rustc: Add region-annoted type parameters to the AST; stub associated patternsPatrick Walton-0/+1
2012-03-07Fix #1941: inlining of items that themselves contain nested itemsNiko Matsakis-0/+1
2012-03-04Translate simple classesTim Chevalier-5/+7
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+761