aboutsummaryrefslogtreecommitdiff
path: root/src/boot/me/resolve.ml
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace.Graydon Hoare2010-06-281-1/+1
|
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-281-21/+19
|
* Once more with feeling. Closes #13.Graydon Hoare2010-06-271-1/+0
|
* Previous commit closes #13. Trying to convince github of that fact ↵Graydon Hoare2010-06-271-0/+1
| | | | automagically.
* Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵Graydon Hoare2010-06-271-4/+83
| | | | 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-31/+32
| | | | way more correctness.
* Add fmt module, move out some common format helpers, add ↵Graydon Hoare2010-06-241-3/+3
| | | | instruction-selection tracing and make selection use queues rather than list refs.
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-241-18/+51
|
* Populate tree.Graydon Hoare2010-06-231-0/+959