aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe
Commit message (Collapse)AuthorAgeFilesLines
...
* Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵Graydon Hoare2010-06-271-7/+21
| | | | instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13.
* Resolve and typecheck patterns in pattern alt redux. This time featuring ↵Roy Frostig2010-06-252-15/+23
| | | | way more correctness.
* Rearrange pexp-custom stuff a bit.Graydon Hoare2010-06-251-22/+16
|
* Add fmt module, move out some common format helpers, add ↵Graydon Hoare2010-06-242-26/+2
| | | | instruction-selection tracing and make selection use queues rather than list refs.
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-242-11/+16
|
* Populate tree.Graydon Hoare2010-06-237-0/+5659