Unfuck cross module traits a bit.
Clarify function literals.
Start updating the language docs.
Remove obsolete makefile, replace with bld.sub
Add more missing system calls.
Suppress prints when doing '-R'
Use debruijn multiplication to find bit position.
Add some missing open flags on some oses.
Remove type punning from hash function.
Dedup const initialization.
Remove dead makefiles and shuffle around docs.
Remember to mark pattern match vars as const.
Clean up thread spawning code on linux.
Vars have no subexpressions.
Be better about unifying instead of just overwriting.
Run postcheck until convergence.
Fix openbsd compile warning.
Make float parsing stricter.
Add 'Sysinit' macro to mkfile.
Fix warnings on OSX, refactor ./configure
Looks like I forgot to implement bigmodi
Fix sign extension bugs in division.
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.