Add initial implementation of bigint.
Implement more restrictive folding for casts.
Take slices off of *evaluated* pointers.
Acutally get the rval of negation expression children.
Add float bit conversion routines.
Correctly handle signed/unsigned comparisons.
Install ucons for nested unions.
Fix writing constant struct literals
Add 'mk()' function to libstd.
Add support for break/continue in loops.
Work towards parsing traits definitions.
Allow arbitrary expressions in pattern matching.
Don't search $PATH with relative paths.
Add support for stat() calls on OSX
Handle alignment correctly.
Fix allocator alignment calculations.
Add magic value checking for headers.
Remove references to slappend
Remove duplicated funtionality.
Work around compiler bug with labels.
Wait statuses are 32 bit ints, not 64 bit ints.
Fix typo in OSX waitstatus() call
Add system-specific waitstatus
Add more process control syscalls.
Add initial support for execv() calls
Check namespaces in inferexpr, instead of infersub
Remove a number of redundant 'tf' calls.
Reduce redundant infers of expressions.
Compress unification chains.
Finish support for const slices off arrays.
Fix test for small inlinable constants.
Expand test to support everything we care about.
Start work on global const slices.
Add test for constant slices off of arrays.
Search structs correctly for members in initializers.
Allocate the error strings, to avoid a segfault.
Make the code match the comment.
Fix alignment calculations.
Fix bug preventing complex exprs on 'for in' loops
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add sleep and nanosleep syscalls on Linux.
Add implementation of 'std.dial()'
Add support for different record types in DNS
Fix formatting of unsigned values.
Fix typo in instruction tables.
Add ipv6 AF_INET6 constant.
Parse resolv.conf in DNS implementation.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Get parsing hosts file working.
Fix bug in strstrip if we don't enter strip loop.
Add missing 'numcmp' function
Error on missing generic initializers.
Add generic comparator functions.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Implement heapsort and add to libstd.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Elide floating point moves.
Fix register mappings for selector.
Fix float generation up a bit more.
Fix unification of sequence types.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Fix instruction generation bugs for float
More principled FP support started.
Move towards using 'for in' loops.
Expand patiter test a bit more.
Add test for pattern iteration.
Add initial working 'for x in y' loop