Generate more minimal bootstraps.
Add dependencies for building named targets.
Fix the OSX bootstrap script.
Include all deps explicitly.
Update bootstrap script for sys split.
Update OSX bootstrap scripts.
Split lib/sys out of lib/std
Add newlines on printing test success.
Refactor test running order.
Add current directory to the search path for tests
Move Myrddin libs to lib/ subdirectory.
Give better errors for poorly specified deps.
Add libcryptohash to myrddin
Revert "Generates 'rol' instructions."
Handle hash tables full of tombstones.
Useless, noisy debug trace dropped.
Move fully to newest mbld.
Add spurious change to test hg clone.
Fix tail packing on hashes.
Add missing file for test.
Update the makefile template
Factor out hash printing code.
Remove reliance on shaw56 type from tail() functon.
Remove a reliance on the sha256 type from step()
Consolidate 'make uninstall's
Split out sha256 tail function.
Add tests for md5, and fix it.
First broken attempt at md5.
Actually fix the hash table implementation.
Refactor the substituition of the early coalesces.
Generates 'rol' instructions.
Merge branch 'peephole-opt'
Update Plan 9 build for new ABI.
Do slightly better code gen.
Start using mostly caller save ABI.
Actually duplicate the bits.
Correctly dedup types in traits.
Don't print stray ','s in bit sets.
Initial support for indexed initializers.
Use id instead of full type for structs and unions
Replace snprintf with a variant that asserts when out of buffer.
Don't create duplicate types if we have no parameters.
Remove janky return register crud for stack types.
Load host map in __init__.
Remove debug prints in the indent script
Improve indentation script.
Don't spuriously return 'false' for both a and b null.
Regenerate bootstrap for linux.
Forgot to commit the rename.
Add support for system tags.
Correctly deduplicate types.
Fix up some more type checking.
Correctly dump out global symtabs.
Loop patterns are patterns.
Add support for ignored function args.
Add proper support for a 'gap' variable.
Regenerate OSX bootstrap script.
Call '__init__' in the runtime on OSX.