about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2010-06-25Update comment to reflect slightly-improved GC situation.Graydon Hoare-8/+2
2010-06-25Add rust_task::gc(size_t args) method that drops us back into the GC glue.Graydon Hoare-0/+16
2010-06-25Emit gc glue and rearrange crate glue offsets slightly to have a regular order.Graydon Hoare-10/+26
2010-06-25Return at end of GC glue.Graydon Hoare-0/+1
2010-06-25Fix forgotten llvm xfail in Makefile.Graydon Hoare-0/+1
2010-06-25Add test of recursive object types (ha, work by default) and fix effect-walke...Graydon Hoare-0/+41
2010-06-25Unlink (doubly) gc chain on free.Graydon Hoare-7/+34
2010-06-25Doubly-link gc chain on alloc.Graydon Hoare-5/+23
2010-06-25Enlarge gc header to doubly-link the gc chain.Graydon Hoare-2/+3
2010-06-25Revert "Add intrinsic calling convention." Isn't going to work.Graydon Hoare-34/+2
2010-06-25Sketch out gc glue.Graydon Hoare-12/+111
2010-06-25Add testcases for item name conflict at the same path level.Roy Frostig-0/+20
2010-06-25Resolve and typecheck patterns in pattern alt redux. This time featuring way...Roy Frostig-81/+142
2010-06-25Rearrange pexp-custom stuff a bit.Graydon Hoare-22/+16
2010-06-24Add intrinsic calling convention.Graydon Hoare-2/+34
2010-06-24Factor out some trans bits.Graydon Hoare-42/+44
2010-06-24Fix bad output-slot logic in tag constructors.Graydon Hoare-18/+21
2010-06-24A couple new tests for broken parts of the typechecker, XFAILed.Graydon Hoare-0/+14
2010-06-24Fix output-slot handling for real. It's been broken for a long time.Graydon Hoare-76/+68
2010-06-24Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. Ad...Graydon Hoare-7/+69
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 r...Graydon Hoare-47/+50
2010-06-24Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare-142/+265
2010-06-24Merge timer loop functions, fix win32 build broken by logger change.Graydon Hoare-23/+17
2010-06-24Fix hg dependency in testsuite.Graydon Hoare-1/+1
2010-06-24Remove bogus FIXME.Roy Frostig-1/+0
2010-06-24Resolve and typecheck patterns in pattern alt.Roy Frostig-80/+223
2010-06-23Populate tree.Graydon Hoare-166/+49419
2010-06-16Initial git commit.Graydon Hoare-0/+677