aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/item.ml
Commit message (Expand)AuthorAgeFilesLines
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-0/+8
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-8/+0
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-0/+8
* Remove half-baked 'opacity' layer qualifier.Graydon Hoare2011-04-191-5/+2
* Remove effect system from src.Graydon Hoare2011-04-191-20/+7
* Add log_err to rustbootMarijn Haverbeke2011-04-191-0/+5
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare2011-03-251-1/+1
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare2011-03-251-1/+1
* Change 'stratum' to the friendlier term 'layer'.Graydon Hoare2010-12-031-14/+14
* Shift obj, type, param decls to have strata rather than effects.Graydon Hoare2010-11-021-14/+24
* First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare2010-11-021-14/+21
* implemented break for while-loop caseOr Brostovski2010-09-301-1/+8
* Closed issue 154 - prevents compiler from compiliing a line to zero statementsOr Brostovski2010-09-301-1/+10
* Report an error instead of asserting when an item name is already in usePatrick Walton2010-09-211-3/+7
* Tighten pattern parsing on 0-ary constructors.Graydon Hoare2010-09-211-1/+5
* Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare2010-09-201-13/+27
* Move id counters into sess in preparation for moving desugaring to middle-end.Graydon Hoare2010-09-201-8/+1
* Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into late...Graydon Hoare2010-09-151-5/+26
* Teach front-end about simple, first-cut version of const items.Graydon Hoare2010-09-141-0/+18
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...Graydon Hoare2010-09-091-115/+120
* First lame stab at solving the diamond import problemPatrick Walton2010-09-081-1/+6
* Initial support for a global crate metadata cachePatrick Walton2010-09-071-1/+1
* Merge remote branch 'tohava/master'Graydon Hoare2010-08-231-62/+110
|\
| * Modified parser to handle alt type andadded a few testsOr Brostovski2010-08-211-62/+110
* | Warn when the value of "spawn" is unused, as it's uselessPatrick Walton2010-08-201-1/+5
* | 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