change slgrow to take a pointer
make slzgrow match other functions
Make std.sljoin consistent.
Find the first type that has a base type.
Only look up base types if there's no seqbase trait.
Merge pull request #67 from andrewchambers/memleak
Remove unimplemented file.
Make slpush take an address.
Copy traits over for Tyname when specializing.
Don't duplicate type variables.
Actually add the option flag to dump types.
Fix type array typedef indexing.
Add test for escaped strings.
Check array sizes in type goodness evaluation.
Add support for generic impls.
Error on unmatchable types.
Give better errors on infinite types.
Fix recursive types. Again.
Comment to explain why eager unification is safe.
Use a stack of substitution maps.
Functions act as basic types.
Clean up type inference a bit.
Sljoin expects an alloced slice as its first arg.
Merge pull request #64 from andrewla/minor-typo
Merge pull request #63 from andrewchambers/memleak
remove duplicate writeall
Make it clear that we're growing exponentially.
Use the zeroedness of the base pointer in alloc.
Only simplify empty array blobs to zero slices.
Make literal empty slices in blobs zero.
Literal zero slices should have the base be null.
Actually move %rdx to %rcx before comparing it.
Fix operator printing in ctxstring.
Add test for byte subrange copies.
Add format specifier for raw byte strings.
Remove the '$' shorthand for end of array.
Remove test outputs when cleaning.
Only walk pointer patterns that walk pointers.
Handle the other branch for pointers.
A pointer isn't an unsigned int...
Fix an error in context strings.
OSX wants the strings in .text. This is ok.
Regenerate bootstrap script.
Update bootstrap on freebsd.
Add test for big type blobs.
Fix prefix encoding for integers.
Actually fix the lenghtless arrays.
Fix crash with lengthless arrays.
Just fully replace the type in the specialization.
Fix recursive types nested inside generics.
Merge pull request #58 from andrewchambers/bounds
add test for missing bounds check
Check slice bounds when slicing.
Move away from ".use" suffix.
Make '.use' suffix on usefiles optional.
Print search path on failing to load usefile.
Improve error message if we fail to open a usefile.
Fix possibly uninitialized 'tr'
Default to returning 'true' on success.
Merge pull request #56 from felixangell/felixangell-readme-fix
Check for subcommand success.
Exit with success status of operations.
Move the website up above the fold.
bio.read(f, [][:]) should succeed without Eof.
Add labels before linking them up.
Don't just say '???' when we fail to wait.
Add a distinction between label values and names.
Close FDs after we're done with them.
Don't grow the buffer for every read.
Clean up std.dial, and add support for unix socks.
Un hard-code the socket family.
Pass correct size of sockaddr type.
Improve dial() and resolve()
Build 6m before running mbld.
Merge pull request #54 from andrewchambers/foroptexpr
fix decl for with no cond and add more tests
Merge pull request #52 from andrewchambers/issue51