Fix recursive types nested inside generics.
Merge pull request #58 from andrewchambers/bounds
add test for missing bounds check
Check slice bounds when slicing.
Move away from ".use" suffix.
Make '.use' suffix on usefiles optional.
Print search path on failing to load usefile.
Improve error message if we fail to open a usefile.
Fix possibly uninitialized 'tr'
Default to returning 'true' on success.
Merge pull request #56 from felixangell/felixangell-readme-fix
Check for subcommand success.
Exit with success status of operations.
Move the website up above the fold.
bio.read(f, [][:]) should succeed without Eof.
Add labels before linking them up.
Don't just say '???' when we fail to wait.
Add a distinction between label values and names.
Close FDs after we're done with them.
Don't grow the buffer for every read.
Clean up std.dial, and add support for unix socks.
Un hard-code the socket family.
Pass correct size of sockaddr type.
Improve dial() and resolve()
Build 6m before running mbld.
Merge pull request #54 from andrewchambers/foroptexpr
fix decl for with no cond and add more tests
Merge pull request #52 from andrewchambers/issue51
fix #51, loops without cond stmts
Add system calls for thread spawn/kill.
Merge branch 'master' of https://github.com/oridb/mc
Merge pull request #46 from andrewchambers/randbytes
Merge pull request #45 from andrewchambers/mktempfix
update plan9 build with missing file
Merge pull request #44 from andrewchambers/openbsd
minor fixes to rt asm files
Don't move registers to themselves.
Merge pull request #41 from andrewchambers/randbytes
Don't run tests if test/ doesn't exist in the root
Merge pull request #40 from andrewchambers/noemptyret
Require '->' to have an argument
Fix copy-paste error in stab.c
Silence a clang check error.
Don't sort or copy zero-length null arrays.
Merge pull request #37 from andrewchambers/voideffect
Fix #36 - Emit Oret arg when return type is void
Recognize 'runtime=none' attribute correctly.
Duplicate tags for hidden types.
Use mangled names for type info symbols.
Moving mparse to another directory for development.
Don't loop infinitely when parsing.
Add initial tokenizer for myrddin parser.
Don't attach wildcards *AFTER* accept nodes.
Truncate messages instead of aborting.
add missing directory iterator file.
Update bootstrap script for Linux
implement semaphore syscalls
exit doesn't return: mark it as such.
Add umtx system call support.
Remove uninitialized non-externs on plan9
Optimize register allocator.
Rewrite spills in reverse order.
Fix mismatched array sizes in ipv6 tests.
Correctly check for decls without initializers.
Disallow out of sync types.
Update code to match docs.
Update mkfiles for code shuffle
Add support for installing data blobs.
Compute the array size when inferring.
Actually check array sizes when inferring.
Add support for by-line iteration to bio.
Tag all types in impl statements.