about summary refs log tree commit diff
path: root/src/boot/fe/cexp.ml
AgeCommit message (Expand)AuthorLines
2011-05-13Remove rustboot from the repository.Graydon Hoare-771/+0
2011-04-19Remove effect system from src.Graydon Hoare-3/+3
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-1/+1
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare-1/+1
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare-1/+1
2011-02-09Add FreeBSD_x86_elf target to rustbootRob Arnold-0/+1
2010-11-13Change PVAL_num to PVAL_int and remove non-int literal forms.Graydon Hoare-16/+14
2010-11-13Remove dead code in cexp.Graydon Hoare-1/+0
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-1/+1
2010-10-11Bind labels explicitly in fe/cexp.ml. Should fix issue #169.Patrick Walton-2/+2
2010-09-20Use name_base in plval base.Graydon Hoare-1/+1
2010-09-20Move id counters into sess in preparation for moving desugaring to middle-end.Graydon Hoare-17/+3
2010-09-14Commence moving pexp into ast, for eventual merger with expr.Graydon Hoare-23/+23
2010-09-09Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...Graydon Hoare-2/+6
2010-09-08First lame stab at solving the diamond import problemPatrick Walton-3/+11
2010-08-24Make error reporting slightly more regular.Graydon Hoare-2/+3
2010-08-16Absent any deep overhauls to syntax or constant-handling, hack in the ability...Graydon Hoare-16/+29
2010-07-27Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...Graydon Hoare-1/+3
2010-07-20Tidy up handling of unimplemented features. These are expected (if undesirabl...Graydon Hoare-8/+1
2010-07-08Err kindly instead of asserting on duplicate mod declarations in crates.Roy Frostig-1/+5
2010-06-28Some fixme-to-issue housekeeping.Graydon Hoare-1/+1
2010-06-23Populate tree.Graydon Hoare-0/+762