| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-03-14 | Merge remote branch 'brson/recursive-elseif' | Graydon Hoare | -31/+23 | |
| 2011-03-14 | Fix typo in expr_recv parsing | Brian Anderson | -1/+1 | |
| 2011-03-14 | Parse receive expressions | Brian Anderson | -0/+6 | |
| 2011-03-14 | Parse port and chan types, constructors, send statements | Brian Anderson | -0/+39 | |
| 2011-03-14 | Extend stream functionality | Marijn Haverbeke | -1/+1 | |
| Writer and reader streams now come with methods to write and read little-endian numbers. Whether that is the right place for such methods is debatable, but for now, that's where they live. | ||||
| 2011-03-14 | Add basic file-system functionality | Marijn Haverbeke | -1/+1 | |
| std.fs.list_dir will list the files in a directory, std.fs.file_is_dir will, given a pathname, determine whether it is a directory or not. | ||||
| 2011-03-13 | Merge branch 'master' into recursive-elseif | Brian Anderson | -41/+15 | |
| Conflicts: src/comp/middle/typeck.rs | ||||
| 2011-03-11 | Preserve crate directives in the parsed crate. | Graydon Hoare | -6/+5 | |
| 2011-03-11 | reindex the block index. | Rafael Ávila de Espíndola | -35/+1 | |
| 2011-03-11 | Add support for indexing tags in blocks. | Rafael Ávila de Espíndola | -10/+14 | |
| 2011-03-10 | Update the current id when we create sub parsers. | Rafael Ávila de Espíndola | -3/+8 | |
| 2011-03-07 | Merge branch 'master' into recursive-elseif | Brian Anderson | -314/+738 | |
| Conflicts: src/Makefile src/comp/front/ast.rs src/comp/front/parser.rs src/comp/middle/fold.rs src/comp/middle/trans.rs | ||||
| 2011-03-07 | Parse opacity (and drop on the floor), so std.rc parses now. | Graydon Hoare | -0/+16 | |
| 2011-03-07 | Add a pretty-printer | Marijn Haverbeke | -0/+1 | |
| Adds a -pp option to the compiler which will cause it to simply pretty-print the given file. | ||||
| 2011-03-07 | Permit view items in native modules. | Graydon Hoare | -2/+20 | |
| 2011-03-07 | Stage the last compile fix to put out fire. Thanks git. | Graydon Hoare | -0/+1 | |
| 2011-03-07 | Complain on unexpected native symbol, rather than failing with ↵ | Graydon Hoare | -0/+3 | |
| none-exhaustive match. | ||||
| 2011-03-07 | use a precedence table for operator parsing | Marijn Haverbeke | -131/+65 | |
| 2011-03-06 | Remove typestate workarounds | Brian Anderson | -10/+8 | |
| 2011-03-04 | Parse (and generally ignore) constraints and constrained types. | Graydon Hoare | -1/+67 | |
| 2011-03-04 | Parse meta directives in crates. | Graydon Hoare | -14/+21 | |
| 2011-03-02 | Parse, add to AST, and otherwise ignore 'export' view items. Need to add ↵ | Graydon Hoare | -11/+28 | |
| support to resolve. | ||||
| 2011-03-02 | Whitespace cleanup | Brian Anderson | -1/+1 | |
| 2011-03-02 | Make the expanded expression in expr_ext not optional | Brian Anderson | -1/+1 | |
| 2011-03-02 | Rewrite expand_syntax_ext to avoid a mysterious memory leak | Brian Anderson | -21/+18 | |
| 2011-03-02 | Begin work on #fmt parsing | Brian Anderson | -1/+0 | |
| 2011-03-02 | Begin implementing #fmt in rustc | Brian Anderson | -1/+34 | |
| 2011-03-01 | Parse (and ignore) dtors on objs. | Graydon Hoare | -9/+21 | |
| 2011-03-01 | Implement the gross rustboot hack for contextual parser access to the ↵ | Graydon Hoare | -4/+18 | |
| compilation environment. | ||||
| 2011-03-01 | Populate default compilation environment as in rustboot. | Graydon Hoare | -2/+9 | |
| 2011-02-25 | Pass the abi of native functions all the way to codegen. | Rafael Ávila de Espíndola | -2/+2 | |
| 2011-02-25 | There are no native iterators (or at least they are not going to be supported | Rafael Ávila de Espíndola | -15/+16 | |
| soon.). | ||||
| 2011-02-24 | Support the awful alt-else form in rustboot's cexp grammar, at least ↵ | Graydon Hoare | -0/+17 | |
| transiently. Remove in the future. | ||||
| 2011-02-24 | Connect the crate and source parsers together. | Graydon Hoare | -2/+58 | |
| 2011-02-24 | Handle the mutant 'let'-block directive in rustboot, temporarily. | Graydon Hoare | -0/+15 | |
| 2011-02-24 | Factor crate expr evaluator out of parser, expand to simple scalars and ops, ↵ | Graydon Hoare | -79/+3 | |
| if, alt. | ||||
| 2011-02-24 | Parse crate directive tree in one pass, then evaluate it in a second. | Graydon Hoare | -32/+94 | |
| 2011-02-23 | Parse auth clauses, drop them on the floor. Nothing exists to use them yet ↵ | Graydon Hoare | -0/+9 | |
| anyways. | ||||
| 2011-02-23 | Use the computed abi :-( | Rafael Ávila de Espíndola | -1/+1 | |
| 2011-02-23 | Parse the abi in native modules. | Rafael Ávila de Espíndola | -11/+33 | |
| 2011-02-22 | Rename std._io to std.io since 'io' is no longer a keyword | Brian Anderson | -2/+2 | |
| 2011-02-18 | Make a tag for iterness / fnness, teach many places about it. | Graydon Hoare | -39/+51 | |
| 2011-02-16 | More typechecking for native types and the needed plumbing in codegen. | Rafael Avila de Espindola | -1/+2 | |
| 2011-02-15 | Add _mutable unop. | Graydon Hoare | -0/+7 | |
| 2011-02-15 | Fix missing path in expr_ext. | Graydon Hoare | -1/+2 | |
| 2011-02-14 | Add basic front-end support for 'for each' loops. | Graydon Hoare | -1/+16 | |
| 2011-02-14 | Add basic front-end support for expr_put. | Graydon Hoare | -0/+15 | |
| 2011-02-14 | Move all non-decl/non-expr stmts to exprs. | Graydon Hoare | -58/+58 | |
| 2011-02-14 | Adjust commented-out diagnostic log statement in parser.rs. | Graydon Hoare | -1/+2 | |
| 2011-02-14 | Add parse support for expr_ext. | Graydon Hoare | -0/+11 | |
