Build script for Alpine Linux.
Fix range checking for numbers.
Fix missing type in range tables.
infer: fix typo on range check
Type was not applied to pdst.
test/ipparse: put expected and parsed in different buffers
copy bytes to a dest buffer.
Fix crypto keccak functions with multiple adds.
Fix tests on BSDs and 9front, improve names.
Allow runtest.{rc,sh} to handle subdirectories.
Return small-aggregate values by the AMD64 abi.
Pass small-aggregate arguments by the AMD64 abi.
Add classification algorithm for small-struct passing.
Factor out the code for placing/retrieving arguments.
Add isaggregate for later use with abi conformity.
Unify alignment for heterogeneous tuples.
Fix check for dumb moves (thanks sgilles)
add OSX recvfrom, fix UDP announce (thanks Int21h)
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Remove useless code
Remove unneeded check
Use /**/ instead of //
Remove unneeded change
Simplify equality computation
Support or-patterns with wildcard variables
Fix missing link of linked list
Fix wrong order of recursive calls
Support or-pattern
Allow optional eol after the commas of function parameters
Support or-patterns with wildcard variables
Fix wrong order of recursive calls
Support or-pattern
Support the pseudo-member 'tag' for union types
Fix typo: s/intializer/initializer/g
Align spilled arguments correctly for amd64 abi.
Add support for LDFLAGS lines.
Merge branch 'master' of /git/ori/mc
Update bootstrap on FreeBSD
spelling mistake in comment
fixed macos build, "improved" vim syntax highlighting (improved mode off by default)
[PATCH v2] Force correct sign for intermediate steps of bigmul
[PATCH v2 4/3] Somewhat better error for std.put("{w=?}", "foo")
Allow specifying padding width from variable
Make vanext decrement tc.nelt unconditionally
Convert lib/test/fmt.myr to use testr
Merge decision tree nodes when possible
Allow bigdivmod to return remainders between 2^31 and 2^32
Add tests for matching semi-complicated tuples
Make the 9front C compiler happy: return at end of function.
Add a new match compiler implementation
Use optparse's .arg to pass run target
Support cli arguments for mbld -R
Tie return value of mbld to results of specified targets
Force scientific notation to print trailing 0s
Allow printing fltXY in scientific notation
Split out intfmt to a separate file.
Specify sigfigs (cutoff + Relative mode) for fltXY formatting
Allow padding for fltXY formatting
Collect fltXYbfmt parameters into analogue of intparams
Fix bug in dump code: Stray '{', wrong args.
Fix wycheproof tests for curve25519 (thanks Mike)
Add curv25519 tests (thanks Mike)
Add OpenBSD 6.4 syscalls
Fix std.getcwd on OpenBSD -current
Fix typos in spec (thanks, Mike)
Fix bigand/bigor: Thanks, Mike
Oops, mangled something with git9.
Fix crash with large shifts in bigint.
Fix memory leak in bigparse. (Thanks, Mike)
Correctly Fused Multiply Add when all top bits cancel.
Merge commit 'e09c6b53f3b1928d3752c53c813025dbcbb976e0'
Fix error message for {} without parameter
Use fma instead of rote multiplication in powr's final calculation.
Rewrite powr to use log-overkill.
Apply changes of pown to rootn. Faster, better edge handling.
Rework pown to be less embarrassingly slow.
Fix some special cases in log-overkill related to subnormals.
Move hi/lo multiplication and addition routines to util.
Merge remote-tracking branch 'origin/master' into pown-impl