about summary refs log tree commit diff
path: root/src/boot/me
AgeCommit message (Collapse)AuthorLines
2010-06-24Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. ↵Graydon Hoare-6/+10
Add test for output slot modes with several broken cases.
2010-06-24Remove redundant copy of comment.Graydon Hoare-1/+0
2010-06-24Clean up trans_alt_tag to use slots, not assume interior words. Also remove ↵Graydon Hoare-44/+41
record-based destructuring (hard on eyes). Add execution parts to generic-tag-alt.rs and un-XFAIL it.
2010-06-24Add fmt module, move out some common format helpers, add ↵Graydon Hoare-40/+40
instruction-selection tracing and make selection use queues rather than list refs.
2010-06-24Remove bogus FIXME.Roy Frostig-1/+0
2010-06-24Resolve and typecheck patterns in pattern alt.Roy Frostig-69/+199
2010-06-23Populate tree.Graydon Hoare-0/+15487