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
Take the address of const funcs.
Suport taking addresses of functions for nested calls.
We don't need both maxdid and ndecls.
Push and pop stabs correctly when loading usefiles.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add fixes for generic types that need to be respecialized.
Abort on overly long character constants.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add fix for byte multiplies.
Support utf8 character values.
Add missing 'incret.myr' test.
Drain increment queue before jumping to returns.
Fix the random number de-biasing.
Fix minor formatting issue.