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
Correct sign-handling for pown special case
Allow exact case of mkbigint(2^32)
Revert "Tag types on import."
Replace costly sum with slightly faster sums in log-overkill.
Typo in log-overkill explanation.
Add missing reference for pown and rootn.
Add a log function which returns far too much precision.
Add fltXXfromuintXX to ancillary math script.
Print "NaN" and "Inf" for floating-point NaNs and infinites.
Add test for previous issue.
Fix float conversions in casts.
Revert "Add a missing tysearch."
bio.readto and EOF
Add synchronization to xset.
Add explicit abi conversions for syscall args.
Fix use-after-free in futex-based semaphore implementations.
Get a bit better at wrangling type bindings.
readdelim: don't leak memory if there's an error
Fix bio.readto
Give traits the necessary env.
Don't set the env on typedef psuedodecls.
Fix type substitution in sizeof.
Remove unused lines from the regmap.
Fix __fini__ on openbsd
Hook in __fini__ on 9front.
Accept that `file` isn't a node.
Add support for `__fini__` functions.
Handle (-1) + (1) and (-3) - (-2) with bigints
Allow bigparse to handle negative numbers
Convert bigint tests to use testr
We don't need the last array, just the count.
Pass the type envs through properly in delayed unification.