aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/item.ml
Commit message (Collapse)AuthorAgeFilesLines
* Initial stab at lowering mutable and exterior into the type system.Graydon Hoare2010-06-291-4/+12
|
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-281-1/+0
|
* 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-251-14/+16
| | | | way more correctness.
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-241-10/+15
|
* Populate tree.Graydon Hoare2010-06-231-0/+1139