Update bootstrap for Linux.
Print which usefile got the ABI version mismatch.
Don't use installed libstd for bld.sub
Support for a tag file with build specs.
Add the '-T' option for custom systags.
Allow any binary or command to be tagged as a test.
Handle tests generic tests for system impls.
Actually build a named target when building by name.
Move to use 'for var i = ...' construct.
Allow 'var' in loop statements.
Build all necessary named targets.
Fix alignment of function args.
Expand testing for std.fmt
Update BIO tests and bootstrap.
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