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.
Work towards removing the streq check.
Boundtype should be harmless on non-params.
Work towards removing the streq check.
Runsrc is now consistent with -b
Fix declaration of mktraitmap
Error if we forgot to give code to build.
Add test for previous failure.
Remove pointless call overhead and casting.
Align slices correctly in vaenter.
Missed type alignment for slices.
Add commonly used constants.
And a bit more tweaking: Just git-reset.
Make rebootstrapping more robust.
Merge branch 'pathabs' of https://github.com/typeless/mc
Fix thread spawning on OSX 10.14
Allow folding character-typed designated array inits.
Tell us what host/port we're listening on.
Keep partial indents better.
Fix indexed array initializers.
Improve manpages (thanks BurnZeZ)
Fix vim syntax highlighting
Don't leave asm in /tmp on any system.
Correctly strip manpage names on Plan 9.
Change indexed array literal syntax.