aboutsummaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Collapse)AuthorAgeFilesLines
* Fix output-slot handling for real. It's been broken for a long time.Graydon Hoare2010-06-242-67/+59
|
* Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. ↵Graydon Hoare2010-06-241-6/+10
| | | | Add test for output slot modes with several broken cases.
* Remove redundant copy of comment.Graydon Hoare2010-06-241-1/+0
|
* Clean up trans_alt_tag to use slots, not assume interior words. Also remove ↵Graydon Hoare2010-06-241-44/+41
| | | | record-based destructuring (hard on eyes). Add execution parts to generic-tag-alt.rs and un-XFAIL it.
* Add fmt module, move out some common format helpers, add ↵Graydon Hoare2010-06-2414-141/+264
| | | | instruction-selection tracing and make selection use queues rather than list refs.
* Remove bogus FIXME.Roy Frostig2010-06-241-1/+0
|
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-247-80/+215
|
* Populate tree.Graydon Hoare2010-06-2340-0/+33169