aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/item.ml
Commit message (Expand)AuthorAgeFilesLines
* Absent any deep overhauls to syntax or constant-handling, hack in the ability...Graydon Hoare2010-08-161-3/+11
* Kill old parser support for type-parametric modules. We don't support those.Graydon Hoare2010-08-121-2/+2
* Accept uint literals as literal patterns.Roy Frostig2010-08-061-1/+4
* Include the statements on the LHS of a binop when desugaring. Closes #117.Patrick Walton2010-07-191-56/+57
* 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
* | Desugar the head stmts all the way out of STMT_for, rather than stashing them...Graydon Hoare2010-07-131-6/+7
* | Accept effect-qualified local item declarations.Graydon Hoare2010-07-131-1/+1
|/
* Parse effect-qualified type definitions.Graydon Hoare2010-07-021-13/+20
* Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...Graydon Hoare2010-06-301-1/+1
* Initial stab at lowering mutable and exterior into the type system.Graydon Hoare2010-06-291-4/+12
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-281-1/+0
* 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-251-14/+16
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-241-10/+15
* Populate tree.Graydon Hoare2010-06-231-0/+1139