about summary refs log tree commit diff
path: root/src/rustc/syntax/ast.rs
AgeCommit message (Expand)AuthorLines
2012-03-29rustc: Move ast, ast_util, visit to rustsyntaxBrian Anderson-716/+0
2012-03-29Require "self" as base expression for intra-class method or field referencesTim Chevalier-5/+0
2012-03-28Allow explicit self-calls within classesTim Chevalier-9/+8
2012-03-28Allow references to "self" within classesTim Chevalier-0/+1
2012-03-27Support returning from loop blocksMarijn Haverbeke-0/+3
2012-03-27Support an alternate for syntax that calls a higher-order functionMarijn Haverbeke-0/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-1/+0
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-0/+1
2012-03-23Rename builtin back to intrinsicMarijn Haverbeke-1/+1
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-1/+0
2012-03-23Implement built-in native modules as an alternative to intrinsicsMarijn Haverbeke-1/+3
2012-03-20Implement an initial version of placement new.Niko Matsakis-0/+4
2012-03-20Class methods WIPTim Chevalier-2/+2
2012-03-15switch over to using new serialize/deserialize codeNiko Matsakis-106/+106
2012-03-14fix auto_serialize for enums with type parametersNiko Matsakis-2/+146
2012-03-13Name types after their modules instead of 't'Brian Anderson-2/+2
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-0/+4
2012-03-09rustc: Wrap regions in a node IDPatrick Walton-1/+3
2012-03-09rustc: Add region def ids to the ASTPatrick Walton-1/+2
2012-03-09Revert "rustc: Create def IDs for region parameters"Patrick Walton-5/+2
2012-03-09rustc: Create def IDs for region parametersPatrick Walton-2/+5
2012-03-08rustc: Change the address-of operator to an explicit production so that we ca...Patrick Walton-1/+2
2012-03-08Explicitly store self_ids use for self locals in methodsMarijn Haverbeke-1/+1
2012-03-08rustc: Add the safe address-of operator to the ASTPatrick Walton-1/+1
2012-03-08rustc: Add region-annoted type parameters to the AST; stub associated patternsPatrick Walton-0/+7
2012-03-04Translate simple classesTim Chevalier-6/+6
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+553