Improve errors with malformed use file name.
Add loaded decls to decl list.
Rename things in the platform configuration header.
Clean generated file 'gram.h'.
Install all the things with the right permissions.
Install with the right mode.
Install the Myrddin system's makefiles on 'make install'
Make debug dumps less verbose and more controllable
Refactor the integer conversion code.
Bind pattern match values.
Describe labels in the documentation.
Add comments to the fmt.myr source
Be more careful about duplicated dependencies to build.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Don't return from a void function.
When the stdlib grows a slice, free the old one.
Keep our symbol tables straight when specializing.
Touch the right symbol tables.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Remove duplicated test from test list.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Comment the memory allocator.
Rename the command line option parser to 'optparse'.
Comment the purpose of the tests.
Add test for 'slgrow()' function.
Remove duplicated names in asm output.
Add missing cast in read syscall
Remove locked memory limit
Add new test, disable broken one.
Make nested generic calls work.
Fix compilation of libstd on osx.
Add test for catting a file.
Add support for 'slurp' function.
Make the return types of 'read' and 'write' more useful.
Add support for octal numbers.
Check if types are generic before specializing them.
Don't specialize types spuriously.
Don't recurse infinitely when pickling unions.
Add test for recursive generic type.
Revert "Fix formatting for slice type."
Fix formatting for slice type.
Fix type formatting a bit.
Give myrbuild a better command failure msg
Add comments to Ucon type in parse.h
Start supporting option parsing.
Simplify offset in slice base.
Allow option parsing to actually find options.
Search local libs before system libs.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Don't specialize generics into other generics.
Make builds a bit more OSX friendly
Search default system include path last.
Build the test code for libstd as well.
Try to actually specialize structs. Unsuccessfully.
Don't bail early in tyfreshen()
Allow labels as leaf nodes in exprs.
Add in Linux-style symbol for 'std.cstring'.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Revert "Refactor the tf() function a little bit."
Labels are now Lit values, not their own toplev nodes.
Disable option parser compilation.
Refactor the tf() function a little bit.
Don't try to assign a byte to a slice.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Move towards compiling the option parsing code.
rename 'body' to 'blkbody' -- there are lots of possible bodies.
Add rudimentary untested option parsing.
Give functions better names.
Add OSX style symbol names to util.s
Don't crash when resolving types.
Fix stupid warning on OSX.
Bind types when resolving them.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Improve comment about casting.
Make tybase work with generic types.
More work towards making generic types work.
Successfully compile a noppy generic type.
Filter duplicate libraries.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Fix the temporary string allocation on OSX.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Make type freshening work better.