aboutsummaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Collapse)AuthorAgeFilesLines
...
* Sketch out gc glue.Graydon Hoare2010-06-251-12/+111
|
* Resolve and typecheck patterns in pattern alt redux. This time featuring ↵Roy Frostig2010-06-257-80/+141
| | | | way more correctness.
* Rearrange pexp-custom stuff a bit.Graydon Hoare2010-06-251-22/+16
|
* Add intrinsic calling convention.Graydon Hoare2010-06-243-2/+34
|
* Factor out some trans bits.Graydon Hoare2010-06-241-42/+44
|
* Fix bad output-slot logic in tag constructors.Graydon Hoare2010-06-241-13/+16
|
* Fix output-slot handling for real. It's been broken for a long time.Graydon Hoare2010-06-242-67/+59
|
* Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. ↵Graydon Hoare2010-06-241-6/+10
| | | | Add test for output slot modes with several broken cases.
* Remove redundant copy of comment.Graydon Hoare2010-06-241-1/+0
|
* Clean up trans_alt_tag to use slots, not assume interior words. Also remove ↵Graydon Hoare2010-06-241-44/+41
| | | | record-based destructuring (hard on eyes). Add execution parts to generic-tag-alt.rs and un-XFAIL it.
* Add fmt module, move out some common format helpers, add ↵Graydon Hoare2010-06-2414-141/+264
| | | | instruction-selection tracing and make selection use queues rather than list refs.
* Remove bogus FIXME.Roy Frostig2010-06-241-1/+0
|
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-247-80/+215
|
* Populate tree.Graydon Hoare2010-06-2340-0/+33169