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
Make for _ in _ loops use pattern matches.
Add parsing support for iter loops
Support a terminating ',' at the end of arrays.
Add support for \u{...} escape sequences.
Remove a few FIXMEs from libstd
Allow for hidden exports to happen automatically.
Move towards automatically creating hidden exports.
For the sake of efficiency, return -1 from charval.
Escape '\' embedded in strings correctly.
Add hex and unsigned modifiers to std.put
Fix integer parsing for nondecimal bases.
Fix escape characters for strings.
Don't make shadowed vars conflict.
Don't error on resolving specialized generics.
remove 'isgeneric()' property from type.
Rename isgeneric() to needfreshen()
Balance the bind()/unbind() calls.
Make integer parsing return an option
Add support for constraints in types.
Fix hash table implementation.
More internals leaking out through exports.
Evaluate patterns in their block's scope.
Specialize specializes specialized types correctly