Remove the '$' shorthand for end of array.
Remove test outputs when cleaning.
Only walk pointer patterns that walk pointers.
Handle the other branch for pointers.
A pointer isn't an unsigned int...
Fix an error in context strings.
OSX wants the strings in .text. This is ok.
Regenerate bootstrap script.
Update bootstrap on freebsd.
Add test for big type blobs.
Fix prefix encoding for integers.
Actually fix the lenghtless arrays.
Fix crash with lengthless arrays.
Just fully replace the type in the specialization.
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