Rebuild when installed libraries change.
Use `wday` to get weekday, instead of day of month.
Remove obsolete debugging.
Implement graphemewidth
Fix traits when exported cross-namespaces.
Propagate hiddenness properly across usefile merges.
Set the ns on impl decls to match the impl ns.
Don't bungle trait merging and exporting.
Push the env before specializing the proto type.
If we haven't installed the proto, use the one we have.
Look up the proto before attaching the gimpls.
Add some ioctls from Linux x86
Fix outdated comment in a test.
Improve error message for missing deps.
We need to free the loopck on err.
Minor cleanups on bio geti.
Correctly pad small alignments.
Don't spuriously constrain types.
Remove deleted -c flag from mbld.1
Allow passing some flags to the build.
More portable, or so I'm told.
make the bootstrapping step explicit.
tysearch before checking for freshen requirement.
Make ptrhash more explicit
Add '{b=} option to print integers.
Replace bio.status(@t) with std.result(@t, bio.err)
Use the right variables to point to the compiler.
Left-pad %m and %k output with 0
Match date abbreviations in the middle of formats
Implement OpenBSD 6.2 futex mutexes.
Fix trait lookup for nested pointers.
Add Linux CPU count function.
Add listen to 9front bootstrap.
Move to custom stack on OSX. System-allocated just doesn't do it for us.
Write body without formatting.
fix some docs that were broken by renaming
Add loop checking to libfileutil.
Change interface of fileutil.bywalk to fix recursing
Create output path before using it
Add syscalls for OpenBSD 6.2
Fix off by one for FreeBSD/OpenBSD
Make announce API more cross platform.
Add missing listen implementation on plan9.
Announce now implicitly listens.
Include deps in libhttp bld.sub
Add fexists check before mkdir.
Fix 32 bit float formatting.
Put a bunch of things into a hash table.
Add a hash table put benchmark.
Add hash table htget benchmark.
Emit rotl/rotr instructions.
Fix gettimeofday() on OSX.
Fix bootstrap script on OSX
Regenerate bootstrap files.
Give a sane default for NCPU.
We don't need to write all the zeros explicitly.
Improve siphash performance and tests
Replace murmurhash with siphash
Add siphash-2-4 implementation and tests
Use testr in lib/std/test/hashfuncs.myr
Fix traits on named types.
testdep sare busted with bench targets.
Improve error messages for missing libs.
Reduce the number of allocations in regex.
support benchmark command targets.
Do 1000 allocs at once.
Auto-bootstrap on mbld failure.
Minimum 10 samples, target 100ms running.
Improve sampling of benchmark.