about summary refs log tree commit diff
path: root/src/comp/front
AgeCommit message (Expand)AuthorLines
2011-03-15rustc: Add a stub crate reader module for "use" directivesPatrick Walton-0/+32
2011-03-14Merge remote branch 'brson/recursive-elseif'Graydon Hoare-50/+35
2011-03-14Reorganize evaluation of expr_send/recv to put them closer to expr_assign, to...Brian Anderson-2/+2
2011-03-14Fix typo in expr_recv parsingBrian Anderson-1/+1
2011-03-14Add folding and type checking for ports and chansBrian Anderson-2/+2
2011-03-14Parse receive expressionsBrian Anderson-0/+7
2011-03-14Parse port and chan types, constructors, send statementsBrian Anderson-0/+44
2011-03-14Extend stream functionalityMarijn Haverbeke-7/+7
2011-03-14Add basic file-system functionalityMarijn Haverbeke-3/+3
2011-03-13Merge branch 'master' into recursive-elseifBrian Anderson-134/+71
2011-03-11Preserve crate directives in the parsed crate.Graydon Hoare-7/+7
2011-03-11reindex the block index.Rafael Ávila de Espíndola-35/+39
2011-03-11Add support for indexing tags in blocks.Rafael Ávila de Espíndola-11/+21
2011-03-10Handle resolving to native modules.Rafael Ávila de Espíndola-0/+1
2011-03-10rustc: Build up a list of upvars inside foreach bodiesPatrick Walton-0/+1
2011-03-10Update the current id when we create sub parsers.Rafael Ávila de Espíndola-5/+13
2011-03-10Fix eval typo (caught by Martin Hock).Graydon Hoare-1/+1
2011-03-08rustc: Add a slot for explicit type parameter instantations to the typechecke...Patrick Walton-1/+1
2011-03-07Remove old pretty-printer from rustcBrian Anderson-87/+0
2011-03-07Merge branch 'master' into recursive-elseifBrian Anderson-333/+1998
2011-03-07Parse opacity (and drop on the floor), so std.rc parses now.Graydon Hoare-0/+21
2011-03-07Add a pretty-printerMarijn Haverbeke-0/+39
2011-03-07Permit view items in native modules.Graydon Hoare-5/+42
2011-03-07Stage the last compile fix to put out fire. Thanks git.Graydon Hoare-0/+1
2011-03-07Complain on unexpected native symbol, rather than failing with none-exhaustiv...Graydon Hoare-0/+3
2011-03-07use a precedence table for operator parsingMarijn Haverbeke-131/+65
2011-03-06Remove typestate workaroundsBrian Anderson-25/+10
2011-03-05Make ret and fail stmts have 0 out-edges, Closes #250.Graydon Hoare-4/+1
2011-03-04Parse (and generally ignore) constraints and constrained types.Graydon Hoare-1/+76
2011-03-04Parse meta directives in crates.Graydon Hoare-15/+22
2011-03-02Remove some erroneous FIXMEs from #fmt parserBrian Anderson-2/+0
2011-03-02Comment-out some logging chatter in extfmt.Graydon Hoare-6/+6
2011-03-02Parse, add to AST, and otherwise ignore 'export' view items. Need to add supp...Graydon Hoare-11/+34
2011-03-02Finish #fmt string parsing. Completely untested.Brian Anderson-7/+89
2011-03-02Add debug logging for #fmt conv. Implement peek_num fnBrian Anderson-21/+123
2011-03-02Whitespace cleanupBrian Anderson-6/+6
2011-03-02Remove unused is_ext_exprBrian Anderson-11/+0
2011-03-02Make the expanded expression in expr_ext not optionalBrian Anderson-2/+2
2011-03-02Add pretty printing for expr_call, expr_path, and more literalsBrian Anderson-3/+37
2011-03-02Remove debug logging from extfmtBrian Anderson-13/+0
2011-03-02Implement #fmt conversion for int and uintBrian Anderson-8/+107
2011-03-02Start generating AST nodes for #fmtBrian Anderson-8/+34
2011-03-02Begin an AST pretty-printerBrian Anderson-0/+51
2011-03-02Rewrite expand_syntax_ext to avoid a mysterious memory leakBrian Anderson-21/+18
2011-03-02Parse parameter types for fmt extensionBrian Anderson-28/+120
2011-03-02Begin work on #fmt parsingBrian Anderson-3/+98
2011-03-02Begin implementing #fmt in rustcBrian Anderson-2/+130
2011-03-01Parse (and ignore) dtors on objs.Graydon Hoare-10/+23
2011-03-01Implement the gross rustboot hack for contextual parser access to the compila...Graydon Hoare-4/+18
2011-03-01Populate default compilation environment as in rustboot.Graydon Hoare-3/+10