Fix 'bysection' iteration.
Create all directories with mkdirs.
Fix mismatch between documentation and mkpath.
Our ABI relies on zero %rbp to terminate the stack.
Use the libs from the current build.
Add bld.sub for support/ directory.
Add support for leak tracing.
Make spork read stderr too.
Add std.usleep() that uses std.time.
Rename `std.Fail to `std.Err.
nanosleep should use std.time.
Use an unsigned long long for ~0
Don't eliminate all record of prepainted liveness.
Fix handling of pointers in match.
Print the function name when debug dumping RA
Remove more duplicate extern defs.
Remove double declaration of cenvp.
Don't generate loops in trees.
Error if we duplicate struct members.
Fix a bit of undefined behavior.
Allow iterating over sections in a ini file.
make bsearch use unsigned indexes (#118)
Fix mmap offset on OpenBSD (see http://marc.info/?l=openbsd-tech&m=146793252011083&w=2)
Revert "don't completely fuck up trait exports."
don't completely fuck up trait exports.
Regenerate FreeBSD bootstrap
Regenerate OpenBSD bootstrap.
Make some constants more private.
Split 'smart allocations' from byte allocs.
Make escaped strings a bit friendlier.
Don't double install formats.
Improve error messages for formatting issues.
Fix case insensitive hash, and add tests.
Don't accidentally duck type unions.
Make substest implementation match documentation.
Allow implementing traits from other namespaces.
Merge remote-tracking branch 'ac/htabsimp'
add htinit to allow embedded htabs
Show failure message in output.
Simplify reluctant match types.
Break out of a test when failing.
Return true/false from chomp.
Make the build work on linux dash
Add matching that returns indexes.
Add a file walking library.
Give a proper error for struct types.
Add top level 'incpath' and 'libdep' directives.
Make fail/softfail take format strings.
Test failures should longjmp out of the context.
Libtestr was depending on installed libs.
Fix parsing ipv6 addresses.
Add some more ipv6 addr tests.
Update plan9 bootstrap
Openmode instead of open for test log.
Fix test scripts.
Add plan9 implementations of recent additions.
Some 9front build fixes.
Let's not write to a registerized variable.
Make the test fail if setjmp returns true
Add setjmp/longjmp on posixy systems.
Add more string split utility functions.
Add support for unicode escapes.
Allow subtests to add MTEST lines.
Make the subtest runner a bit more resilient.
Regenerate OpenBSD bootstrap
Regenerate FreeBSD bootstrap.
Regenerate Linux bootstrap
Run myrddin tests as subtests.
Add support for running subtests.
add substitution for full matches.
Implement noncapturing groups, '\r', and '\n'.