Add a few more convenience functions to bigint.
Fix bsearch on empty slices.
Grow the adjacency lists incrementally.
Don't incrementally grow nodemove lists.
Fix top of stack pointer on 9front.
We never actually got entropy.
Add missing dependency on uninstalled libthread.
Remove an unused constant.
Remove workaround for compiler bug.
Add CSPRNG based on arc4random.
Implement constant time crypto.
Rename 'libcryptohash' to 'libcrypto'
Update bootstrap on 9front.
Regenerate bootstrap on FreeBSD
Regenerate bootstrap on Linux.
Disable sigpipe by default on posixy systems.
Allow requesting CPU counts on FreeBSD
Allow optional capturing of CLI args directly.
Zero initialized options are better off as `None.
Shit, committed wrong version.
Skip denormalized test on 9front.
Show the subtests that fail.
Regenerate linux bootstrap.
Regenerate OpenBSD bootstrap.
Accidentally had added the API docs.
Be less verbose about addign files to archives.
Use uvlong for all printing of sizes on 9front.
Add float parsing support.
Add code to reassemble floats after explodign them
Add a bunch of convenience functions.
Add functions to return inf/nan/...
Add support for exponential notation for floats.
merge consecutive string literals
Allow fused arithmetic ops on floats.
Fix floating point printing.
Use positive value for invalid char width.
Remove workaround for old compiler bug.
Actually add the gitignore.
Rename foobybar to byfoobar.
Add bitset iteration and tests.
Fix typo in std.byreverse() specification.
Add slice format join option.
Fix bug with postinc returns.
Don't infer things multiple times.
Add vararg messages to failures.
Rename mc.1 to 6m.1.
Ignore a few other generated files.
Ignore all *.{o,a,use}.
Correctly format zero floats.
Propagate dynamic linker flags when using libs
Use the first dot as the suffix.
Make sure that our output file exists.
Bio-delim was missing dependencies.
Enable and update the bio tests.
Ugh. Pushed from 2 places.
Let's not pollute /env with crud.
Initialize vars correctly in inifile tests.
Don't strip spaces from test output.
Fix minimized integer encoding.
Finish fixing rc test runner.
We have `mbld test`. Use it, and update runtest.rc to match.
Regenerate FreeBSD bootstrap.
Regenerate OpenBSD bootstrap.
Make the tests not depend on an installed libtestr.