aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/cexp.ml
Commit message (Expand)AuthorAgeFilesLines
* Remove effect system from src.Graydon Hoare2011-04-191-3/+3
* 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
* Add FreeBSD_x86_elf target to rustbootRob Arnold2011-02-091-0/+1
* Change PVAL_num to PVAL_int and remove non-int literal forms.Graydon Hoare2010-11-131-16/+14
* Remove dead code in cexp.Graydon Hoare2010-11-131-1/+0
* First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare2010-11-021-1/+1
* Bind labels explicitly in fe/cexp.ml. Should fix issue #169.Patrick Walton2010-10-111-2/+2
* Use name_base in plval base.Graydon Hoare2010-09-201-1/+1
* Move id counters into sess in preparation for moving desugaring to middle-end.Graydon Hoare2010-09-201-17/+3
* Commence moving pexp into ast, for eventual merger with expr.Graydon Hoare2010-09-141-23/+23
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...Graydon Hoare2010-09-091-2/+6
* First lame stab at solving the diamond import problemPatrick Walton2010-09-081-3/+11
* Make error reporting slightly more regular.Graydon Hoare2010-08-241-2/+3
* Absent any deep overhauls to syntax or constant-handling, hack in the ability...Graydon Hoare2010-08-161-16/+29
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...Graydon Hoare2010-07-271-1/+3
* Tidy up handling of unimplemented features. These are expected (if undesirabl...Graydon Hoare2010-07-201-8/+1
* Err kindly instead of asserting on duplicate mod declarations in crates.Roy Frostig2010-07-081-1/+5
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-281-1/+1
* Populate tree.Graydon Hoare2010-06-231-0/+762