about summary refs log tree commit diff
path: root/src/boot/fe
AgeCommit message (Collapse)AuthorLines
2010-06-30Fix exterior formatter.Graydon Hoare-1/+1
2010-06-29Initial stab at lowering mutable and exterior into the type system.Graydon Hoare-115/+119
2010-06-28Some fixme-to-issue housekeeping.Graydon Hoare-3/+2
2010-06-27Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵Graydon Hoare-7/+21
instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13.
2010-06-25Resolve and typecheck patterns in pattern alt redux. This time featuring ↵Roy Frostig-15/+23
way more correctness.
2010-06-25Rearrange pexp-custom stuff a bit.Graydon Hoare-22/+16
2010-06-24Add fmt module, move out some common format helpers, add ↵Graydon Hoare-26/+2
instruction-selection tracing and make selection use queues rather than list refs.
2010-06-24Resolve and typecheck patterns in pattern alt.Roy Frostig-11/+16
2010-06-23Populate tree.Graydon Hoare-0/+5659