Storing the visibility caused a regression.
Don't print an empty failure list.
Complain about missing trait impls.
Don't index directly off of %rax.
Collect test failures and show them.
Bump ABI version. Also, improve errors about it.
Make the closure test a bit more useful.
Add indirect call operator.
Separate out the concepts of code and func ptrs.
Create a new call node instead of mutating.
Factor out simplifying calls.
Remove regex test dependency on installed libs.
Make things that should be global global.
Fix up constant initialization a bit.
Unhide declarations if needed.
Capture environment for closures on creation.
Refer to captured vars through env ptr
Make global imports actually global.
Error out correctly with closures.
Put the closure at the function level.
Capture and dump function environments in parse.
Descend into complex structures to print them.
Include necessary library deps in benchmarks.
Don't try to benchmark the benchmark program.
Start moving benchmark runner code to Myrddin.
Add a function to skip whitespace in bio.myr
Add a bootstrap script for FreeBSD`
Catch a few more edge cases.
Fix floating point formatting.
Store function args into the right place.
Update Plan 9 myrddin build.
rand.myr depends on now.myr; regen build.
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()