about summary refs log tree commit diff
path: root/src/rustc/syntax/parse
AgeCommit message (Expand)AuthorLines
2012-03-29rustc: Move attr, parse, print to rustsyntaxBrian Anderson-2986/+0
2012-03-29rustc: Move lexer and token to rustsyntaxBrian Anderson-948/+0
2012-03-28Allow explicit self-calls within classesTim Chevalier-36/+21
2012-03-28Allow references to "self" within classesTim Chevalier-1/+3
2012-03-27Enforce mutability declarations in classes; correct shapes for classesTim Chevalier-2/+2
2012-03-27Support an alternate for syntax that calls a higher-order functionMarijn Haverbeke-7/+31
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-24/+24
2012-03-26rustc: "unkown" -> "unknown"Patrick Walton-1/+1
2012-03-23rustc: Fix parsing of `ret &EXPR`Patrick Walton-0/+1
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-125/+130
2012-03-20Implement an initial version of placement new.Niko Matsakis-1/+8
2012-03-20Class methods WIPTim Chevalier-17/+15
2012-03-20rustc: Be more careful about spans in 'unexpected token' errorsMarijn Haverbeke-9/+12
2012-03-20Revert order of arguments to option::maybe and from_maybeMarijn Haverbeke-1/+1
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-1/+2
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-2/+2
2012-03-13Name types after their modules instead of 't'Brian Anderson-2/+2
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-12/+7
2012-03-12rustc: Add node IDs to AST types so we can associate them with region environ...Patrick Walton-19/+43
2012-03-12Revert "rustc: Add node IDs to AST types so we can associate them with region...Patrick Walton-43/+19
2012-03-12rustc: Add node IDs to AST types so we can associate them with region environ...Patrick Walton-19/+43
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-17/+13
2012-03-09Add an infinite loop constructTim Chevalier-6/+15
2012-03-09rustc: Wrap regions in a node IDPatrick Walton-2/+3
2012-03-09Revert "rustc: Create def IDs for region parameters"Patrick Walton-1/+1
2012-03-09rustc: Create def IDs for region parametersPatrick Walton-1/+1
2012-03-08rustc: Change the address-of operator to an explicit production so that we ca...Patrick Walton-1/+2
2012-03-08Change util::unreachable to core::unreachableTim Chevalier-1/+1
2012-03-08Explicitly store self_ids use for self locals in methodsMarijn Haverbeke-1/+2
2012-03-08rustc: Parse the safe address-of operatorPatrick Walton-0/+6
2012-03-08rustc: Parse region typesPatrick Walton-0/+20
2012-03-05rustc: Lower case error messagesBrian Anderson-3/+5
2012-03-04Translate simple classesTim Chevalier-19/+28
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+3844