aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe
Commit message (Expand)AuthorAgeFilesLines
* Add tests and fix pexp bug. Closes #141.Graydon Hoare2010-08-031-1/+1
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...Graydon Hoare2010-07-275-123/+68
* Add pretty-printing for alt-tag statements.Graydon Hoare2010-07-231-1/+32
* Rename STMT_init_* to STMT_new_*; former name was confusing.Graydon Hoare2010-07-232-24/+24
* Re-classify some err / bug cases as unimpl. Ideally rustboot should never pro...Graydon Hoare2010-07-221-1/+1
* Source FIXME annotations for issue #81 and a correction to STMT_bind fmt.Roy Frostig2010-07-221-1/+1
* Tidy up handling of unimplemented features. These are expected (if undesirabl...Graydon Hoare2010-07-202-8/+13
* Include the statements on the LHS of a binop when desugaring. Closes #117.Patrick Walton2010-07-191-56/+57
* Fix opeq.rs for LLVM by implementing simple augmented-assignment operators.Jeffrey Yasskin2010-07-201-0/+1
* Make the LLVM compiler crash when it hits a source construct it doesn't knowJeffrey Yasskin2010-07-201-0/+2
* Merge branch 'contrib'Graydon Hoare2010-07-151-87/+88
|\
| * use,import,export parse fixesAdam Bozanich2010-07-161-73/+87
| * permit use before import. closes #48Adam Bozanich2010-07-161-36/+23
* | Make mutability no longer a type constructorPatrick Walton2010-07-152-48/+77
* | Desugar the head stmts all the way out of STMT_for, rather than stashing them...Graydon Hoare2010-07-132-9/+9
* | Accept effect-qualified local item declarations.Graydon Hoare2010-07-131-1/+1
* | Merge branch 'contrib'Graydon Hoare2010-07-121-3/+3
|\|
| * Fix formatting trivia in Ast.fmt_stmt_body.Jason Orendorff2010-07-131-3/+3
* | Wrap long line.Graydon Hoare2010-07-121-1/+2
* | Add a ty_children function to enumerate the children of any typePatrick Walton2010-07-121-0/+26
|/
* Err kindly instead of asserting on duplicate mod declarations in crates.Roy Frostig2010-07-081-1/+5
* Fix typo in token.ml.Matt Brubeck2010-07-091-1/+1
* Issue 66: Multi-line commentsMatt Brubeck2010-07-081-1/+14
* Merge branch 'exterior_and_mutable_types' of [email protected]:graydon/rust into...Graydon Hoare2010-07-021-5/+9
|\
| * Allow formatting individual decl_paramsPatrick Walton2010-07-021-5/+9
* | Parse effect-qualified type definitions.Graydon Hoare2010-07-023-22/+29
|/
* Catch ast pretty-printer up with init-tup syntax.Graydon Hoare2010-07-011-1/+1
* Add machine-dependent 'float' type.Graydon Hoare2010-07-012-0/+3
* Fix lexer's definition of numeric literals.Graydon Hoare2010-07-011-4/+5
* Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...Graydon Hoare2010-06-304-16/+16
* Improve logging in type.ml, give it indentation and per-statement context.Graydon Hoare2010-06-301-1/+3
* Fix recently-broken lval formatter.Graydon Hoare2010-06-301-0/+2
* Add support for parsing COMP_deref lval components (*foo).Graydon Hoare2010-06-301-0/+13
* Add a COMP_deref to lvals for explicit-derefs, modify typechecker to implicit...Graydon Hoare2010-06-301-14/+12
* Fix exterior formatter.Graydon Hoare2010-06-301-1/+1
* Initial stab at lowering mutable and exterior into the type system.Graydon Hoare2010-06-294-115/+119
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-283-3/+2
* Only translate or dwarf-emit items or stubs locally defined or used. Avoids i...Graydon Hoare2010-06-271-7/+21
* Resolve and typecheck patterns in pattern alt redux. This time featuring way...Roy Frostig2010-06-252-15/+23
* Rearrange pexp-custom stuff a bit.Graydon Hoare2010-06-251-22/+16
* Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare2010-06-242-26/+2
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-242-11/+16
* Populate tree.Graydon Hoare2010-06-237-0/+5659