aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/cexp.ml
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Graydon Hoare2011-03-251-1/+1
| | | | | | build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare2011-03-251-1/+1
| | | | off src root.
* 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 ↵Graydon Hoare2010-09-091-2/+6
| | | | work, possibly a little bumpy. Changes a lot.
* 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 ↵Graydon Hoare2010-08-161-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.
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare2010-07-271-1/+3
| | | | a cast notation. Closes #129.
* Tidy up handling of unimplemented features. These are expected (if ↵Graydon Hoare2010-07-201-8/+1
| | | | undesirable) sorts of error, we should handle better than "backtrace and exit 2".
* 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