about summary refs log tree commit diff
path: root/src/boot/fe/cexp.ml
AgeCommit message (Collapse)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 ↵Graydon Hoare-1/+1
build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare-1/+1
off src root.
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 ↵Graydon Hoare-2/+6
work, possibly a little bumpy. Changes a lot.
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 ↵Graydon Hoare-16/+29
ability to project a cexp var binding to a token in the parser. Use it in comp/rustc.rc and comp/lib/llvm.rs.
2010-07-27Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare-1/+3
a cast notation. Closes #129.
2010-07-20Tidy up handling of unimplemented features. These are expected (if ↵Graydon Hoare-8/+1
undesirable) sorts of error, we should handle better than "backtrace and exit 2".
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