Change indexed array literal syntax.
Regenerate most bootstrap scripts.
Add rebootstrap script to repository.
Implement `std.bygrapheme`.
Ignore shebang lines in the compiler.
Fix Darwin bootstrap (thanks pd)
Regenerate OpenBSD bootstrap.
Regenerate bootstrap for Linux.
One more mkfile tweak for bootstrap.
Remove incorrect command override.
Create our required directories.
Add missing const to sys pkg.
Regenerate Linux bootstrap, improve bootstrap scripts.
Create the output directory when assembling.
Regenerate 9front, freebsd, and openbsd bootstrap.
TLS implementation for 9front.
Ignore xmbld for bootstrap.
First attempt at a queue API.
Emit test logs into the obj/ directory.
Respect outdir and use it for tests.
Not all arrays have defined sizes.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Heapify closures on OSX/FreeBSD.
Add thread-local storage for POSIX-y platforms.
Fixes to libbio (Thanks, Mike)
Disallow negative array sizes. And do some cleanup.
Fix boundary-spanning delimiters.
Don't readinto if we're dropping.
Actually read delimiter length bytes. Don't index out of bounds.
Fix missing free in aesgcm (thanks mike)
Try /dev/urandom before /dev/random.
Unswap sha output bytes. (Thanks Mike!)
Fix 'make clean' (Thanks Mike)
Add iterator for all section, key, val pairs in inifile.
Wait can't always be called from other procs.
Implement futures + thread.do
Add -v option, make it print test output.
Only attempt to ftxwake in sempost if there might be a waiter.
Add rwlocks.
Fix futex timeouts and handle futex error codes.
Make timespec/timeval struct members signed to simplify arithmetic.
Clean up draining incqueues.
Revert "Fix overlapping match statements (thanks Mako)"
Make timespec/timeval struct members signed to simplify arithmetic.
We don't need early breaks.
Clean up the mutex code a bit more.
We can pick fma generically at compile time.
We don't need the impls in sin-impl.
Record the closure into all nested funcs.
Prettify mutex code a bit.
Merge remote-tracking branch 'npnth/libmath'
Include test cases for all (relevant) sub-polynomials of atan.
Correct extra-precision division typo for atan.
Correctly compute u, du for y/x in atan.
Improve accuracy of poly path of atan calculations.
Negate atan properly when atan(1/x) is computed.
Allocate condvar waiters on heap.
Fix typo in plan 9 mksem.
Subject: [PATCH 2/2] Add/fix condvar implementations.
Add ftxwakeall and waitgrps to libthread.
Adjust leeway in arctan tuple generator.
Document that generate-minimax-by-Remez.gp has issues.
Add tuple-generation for arctan.
Don't abort when we can't open a file.
Handle awkward special cases in tan/cot32.
Test Highly Accurate Tables for tan() and cot().
Handle -0.0 correctly in tan() and cot().
Correct typo in cotangent calculations.
Add zeroed env pointer when a const fn is passed as an argument.
Fix codegen bug in env capture.
First compiling tan/cot functions.
Add documentation for tuple access expressions
Support direct tuple access operators "tuple.N"
Top level anonymous unions may not have their type set.
Update triple-generate to also compute tables for tan and cot.
Push down named unions types into union tags
Make bio and regex disposable.
Fix typo in generic sleq implementation