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.
Don't introduce loops in the match trie.
Build code before running tests.
Regenerate bootstrap script for Linux.
Update FreeBSD bootstrap script.
Mark vararg args as reflected correctly.
Our marking of vatypes was wrong.
Move to iter traits for iterables.
Add in builtin iterable trait.
Report the correct binary path in top level.
Add build tag for benchmarks.
Keep a list of impls for a given type.
Improve trait error messages.
Add support for traits with aux types.
Update lang.txt a little bit.
Don't die on zero sized structs.
Allow matching a single void.
Fix matching void union args.
More fixes to void values.
Don't eliminate side effects on void assign.
Enable the void call test.
Fix void arguments in argument lists.
Initial support for void as an expression.
Fix libstd rng for unsigned vlaues, and add tests.
Merge pull request #9 from andrewchambers/docs
update lang.txt entry for match statements
Don't use a null variable.
Don't generate useless assignments.
Fix a couple of segfaults.
Merge pull request #4 from andrewchambers/writeall
Fix code to disallow use before definition.
Add basic thread syscalls for FreeBSD
Search the default path for a library.
Update bootstrap file for 9front
Make test failure output more readable.
Update error format to recognize new mbld output.
Update bootstrap to new mbld.
Output base directory for build.
Add benchmark build tag to benchmarks.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Reduce mbld memory leakage.
Don't include spurious libpaths.