Only use the last . for the suffix.
Correctly invoke the linker when binding with C
Add back dynlibs in usefiles.
Make the tests file polyglot again.
Error correctly when a const has no init.
Be able to split long lines in commas
Align the stack in _start.
All extern consts should be global.
Shift the match frontier correctly.
Fix function pointer formatting.
Handle locally declared extern consts correctly.
Try resolving A and then AAAA records.
Allow function in blob initializers.
Lazily initialize the resolver.
Generate per-function ELF sections to enable --gc-sections
Remove impossible checks.
Allow local variables to shadow namespaces.
Format bodyless union without trailing space.
Remove bogus objdir prepend.
Do not leave out *.o and *.use after 'make -C test/ clean'
Allow MYR_LDFLAGS to work properly
Find the last dot in the man name.
Don't loop infinitely computing cellwidth of bad chars.
Reorder synopsis of mbld manpage
Document the targets types.
Fix the deps for bootstrap.
zero out the data pointer in our big cache.
Don't evict when merging.
mention make bootstrap as a potential step
Point mbld to the right libraries for running tests.
Fix build to deal with removal of streq function.
Rename comparable => equatable
Fix tests to use new hashable/comparable traits.
Use new traits to implement hash tables
Add comparable and hashable traits
Allow sleq to read far enough into the array to compare wide types
Fix use of width uninitialized in graphemestep
Accept the globalness of file.
Update comment to match reality.
Implement graphemestep
Make lib/std/test/utf.myr a non-binary file
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.