Implement some asm optimized memcpy/memmove checks.
Propagate extra libraries through the system.
Allow redefinition of externs.
Update the C glue library detection.
Add 'strtok()' implementation to split on spaces.
Don't double-insert namespaces.
Fix up error formatting in libregex.
Add muse support for C linking on Linux.
Update indenting for mbld files.
Recognize current string interpolation syntax.
Fix FreeBSD port. Add missing files, and some ABI issues.
Update 9front bootstrap script.
Update Linux bootstrap script.
Add support for duplicating functions.
Add support for indenting labels in vim script.
Fix SSE instruction formats on Amd64
Remove spare argument from test.
Using absolute paths looks ugly :P
Implement casting functions to pointers.
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.