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.
Missing a cast to fold to the right type.
Plan 9 asm swaps the order of CMP args.
Update bootstrap script for Linux
Regenerate FreeBSD build script.
Fix bootstrap generation code.
Correct alignment of unions.
Add the '-R' option to mbld.
Remove leftover debugging cruft.
Fix alignment in argument passing.
Export aux types correctly.
Fix unused variable warning.
Fix importing/exporting traits.
Update bootstrap script for 9front
Tyvars can no longer have subs.
Fix several typos in usefile generation.
Make traits work across files.
Allow user traits to override subtypes.
Merge pull request #25 from andrewchambers/readme
Add link to mailing lists.
Fix missing ';' in grammar.
The links looked overbearing on github. Shrink them.
Iterable traits pass the frontend.