Check that if we default to int, all necessary traits are there.
Free obsolete htabs
Teach libtestr to listen MTEST_SUBSET.
Teach mbld how to parse skipped tests.
Fix missing condition in runtest.sh
Support running single test
Allow generating function vars.
Improve error message for mismatched formats.
Optimize int formatting a bit.
Put data into sections too.
Improve our env code, add tests.
Contbuild wants strreplace.
Ensure null termination of environment list.
Don't print when exec fails.
Bring back old addresses, with a better explanation.
Remove spare -Is on FreeBSD
Allow using the '==' operator on enum-style union.
Cheap enums.
Fix some leaks when freeing json
Clean up OpenBSD bootstrap.
We removed some -I. spew from libstd, let's get rid of it in bootstrap.
Add 'loaduses()' to muse.
Only set the base type on iter traits.
Infer after generating init functions.
Fix init funcion symtab linking
Merge branch 'clink-obsd' of https://github.com/moreais/mc
Make mbld use dynamic linker flags from configure
Add dynamic linker flags for OpenBSD to configure
Add dynamic linker flags for Linux to configure
Add a stub dlflags config variable for every OS
Remove implicit -static from OpenBSD linker cmd
Define __guard_local on OpenBSD for linking libc
Fix iter.byperm when there are duplicates.
Pass in the context node to our error printing..
Merge branch 'trait-syntax'
Fix binding of type env in traits.
Update language spec for new trait syntax.
Fix serializing trait specs in usefiles.
Unify with the existing iterator.
Add code to fix up iterators.
Clean up iterator unification.
Merge branch 'remd' of https://github.com/moreais/mc
Put the isdyn flag back in the myrtag
Return if dynamic linking is needed from addlibs
Error out if getcwd fails.
Get closer to typechecking generic args correctly.
Try harder to specialize. Still some bugs.
Dynamically link if any deps use dynamic libs
Die on bad options, and use a \n in the format string.
The fastest regex is the one we don't run.
let bychunk() read the last element; guard for negative sz
Fix bug in big alloc cache.
Split out backends from abstract bio types.
add permutation iterator
test byenum from iter, not std
Let's build the compiler before we use it.
Regenerate FreeBSD bootstrap
Clean up some more dead code.
Add some tests to lib/std/alloc.myr
Clear out next slab pointer.
Benchmark matching at end of string.
Remove maxargs from redump.
Use the right (hello) pattern in the benchmarks.
Let's be freeing the threads.
Limit the size of the thread cache.
Remove trace calls from hot path.
Free all matching threads.
Fix void slice formatting.
Make the copy loop byte based.
Formatting as a state machine.
Add renezvous syscall to 9front.