aboutsummaryrefslogtreecommitdiff
path: root/src/boot/me
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-246-40/+40
| | | | 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-245-69/+199
|
* Populate tree.Graydon Hoare2010-06-2313-0/+15487