Fix and enable all fmt tests.
Fix and enable all fmt tests.
Update libfmt to preparse options for std.fmt()
Work around bug with labels.
Hidden decls should never conflict with existing ones.
Rename/rearrange std.try, add defaulting variants.
Set the directory before running tests.
Make the test runs print closer together.
Update libregex tests to run in mbld.
Bio returns errors on failed opens.
Make redump useful for anyone
Add maxargs, noargs options to optparse.
Show where a regex failed.
Fix some type error messages.
Make try work ok std.result.
Start working on __init__, check types.
Update Darwin bootstrap scripts.
Regenerate bootstrap scripts.
Move more code to f2fmt and friends.
Move movement to f2fmt and friends.
use '{' and '}' for format args.
Add support for custom formatting.
Add support for '%%' to do a literal '%'.
Convert fltfmt to use a strbuf.
Support formatting params for ints.
Work towards better varargs.
Add type size and other info.
Update bootstrap for linux for introspection code.
Add first cut at introspection API.
Improve type generation code.
Don't need a configure script for mbld.
Fix missed 'fatal()' calls.
Remove status arg from fatal.
Respect {noinst} attribute.
Fix successful exit on Plan 9.
Actually pass arguments to mbld.
Improve the bootstrap script.
Add bootstrap file for Plan 9.
Add one bootstrap file per system.
Add working 'uninstall' targets.
Fix all the paths.
Print unlenghted array types correctly.
Update mkfiles to reflect renames.
Use before def checking is closer to working.
A few more fixes for dataflow checks.
Get closer to a working use-before-def check.
Fix up OSX to work with previous tests.
More work towards getting undefined variables to be defined.
A huge amount of work on checking.
Compile error on reaching end of func without return.
Don't unnecessarily reallocate bitset storage.
Init the parsed option list.
Make fsel code more generic.
Fix a bug detected by scan-build.
Add support for escaped line endings in vim indent script.
Remove debug echos from vim script.
Fix exports of specialized types.
Clean up mbld init a little.
Be more specific for gitignore in test/
Add a '-t' option to list all available targets.
Run gen/cmd commands in the right subdir.
Clean up option parsing a bit.
Fix deindenting when ']' is on its own.
Add support for 'cmd' args.
Make arrays/structs/... lvalue expressions.
Add std.optusage() function.