Use system specific util files.
Give better context for errors in match statements.
Put a version in the usefile.
Make type substitution more robust.
Add 'tygeneric' specifier.
Move system files to the right place in the build.
Make exit() exit the whole process, portably.
Allow nonatomic constants in matches.
Add some syscalls to support libthread.
Improve commenting in alloc.myr
Make runtest.sh exit with failure if the tests fail.
Fix stupid mistake in exec() change.
Change fmt() to return a slice, not a size.
Start adding in some unit tests to run with mbld.
Add 'bytebuf' implementation.
Error out on mismatched indexable types.
We no longer do zero length unchecked arrays. Fix OSX.
Allow unlengthed arrays within structs.
Fix formatting type parameters.
Fix getbe implementations.
Use the correct inputs for usefiles.
Fix int->float conversion.
Print error when we can't find symtab to merge into.
Put the rhs of the multiplication operator into a reg.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add more stdbigint test cases.
Clean up bigint division and tests.
Clean up bigint division and tests.
Allow trailing commas in seq literals.
Error out with invalid specializations.
Don't crash on returning expressions that evaluate to void.
Add vim backup files and ctags tags to gitignore.
Add missing stdarg.h includes.
Add support for constant union initializers.
Add .gitignore.
For 32 bit imms that aren't sign extended, we need to load.
Add randbytes() to libstd.
Change biding of union constructors and casts.
Allow casting funcs to ints and ptrs.
add cstrconvp for when all you have is a C char*
Guaranteed termination: snprintf() vs strncpy().
Respect outfile
Fix typo: mbld, not xmbld.
Add integer packing/unpacking code.
Look up declaration namespaces.
Rework how checkns() works.
Add the cwd to build.sh's include path.
Fix broken error reporting on Ovar.
myrbuild is a bootstrap tool.
Slightly less confusing error messages.
Better error messages for indexing.
Print better context string: contain types in expr summaries.
Error out when passing void as a function argument.
Make myrbuild just build everything.
Merge commit '1877918ac3ebf4ca955a0956a1067139c06efb7c'
Remember the environment variables we grabbed, instead of leaking them.
Improve myrbuild error message.
Fix compile issue: type mismatch.
Fix compile issue: type mismatch.
Fix this extra arg in lfatal bug again.
Fix this extra arg in lfatal bug again.
Update syswrap and sys so our segfree call works.
Update syswrap and sys so our segfree call works.
Grow buffer exponentially when slurping.
Grow buffer exponentially when slurping.
Don't leak memory in the allocator.
Don't leak memory in the allocator.
Make libstd's bldfile more correct.
Make libstd's bldfile more correct.
Implement directory entries on Plan 9.
Implement directory entries on Plan 9.
Make statbuf offsets pkglocal