index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2020-12-01
bytealloc: fix bucket indexing
Mura Li
2020-10-27
resolve: fix copy-paste error
Ori Bernstein
2020-10-27
readability: '.port=port' isn't helpful, it's just 53
Ori Bernstein
2020-10-27
cleanup dns: private maxns, skip failed connnections
Ori Bernstein
2020-10-25
Let dnsconnect handle IPv6.
Frank Smit
2020-10-25
Add missing flowinfo to sockaddr_in6 struct.
Frank Smit
2020-10-25
Query nameservers in parallel.
Frank Smit
2020-09-20
Fix range checking for numbers.
Ori Bernstein
2020-08-30
Fix IPv6 parsing.
Frank Smit
2020-08-30
Type was not applied to pdst.
Frank Smit
2020-08-28
test/ipparse: put expected and parsed in different buffers
Ori Bernstein
2020-08-28
Fix typo
Ori Bernstein
2020-08-28
copy bytes to a dest buffer.
Ori Bernstein
2020-08-09
merge
Ori Bernstein
2020-08-09
Fix crypto keccak functions with multiple adds.
sgilles@umd.edu
2020-06-11
Unify alignment for heterogeneous tuples.
S. Gilles
2020-05-11
add OSX recvfrom, fix UDP announce (thanks Int21h)
Ori Bernstein
2019-12-05
[PATCH v2] Force correct sign for intermediate steps of bigmul
sgilles@umd.edu
2019-12-01
[PATCH v2 4/3] Somewhat better error for std.put("{w=?}", "foo")
"S. Gilles"
2019-12-04
Allow specifying padding width from variable
S. Gilles
2019-12-04
Make vanext decrement tc.nelt unconditionally
S. Gilles
2019-12-04
Convert lib/test/fmt.myr to use testr
S. Gilles
2019-10-24
Allow bigdivmod to return remainders between 2^31 and 2^32
S. Gilles
2019-09-10
Force scientific notation to print trailing 0s
S. Gilles
2019-09-09
Allow printing fltXY in scientific notation
S. Gilles
2019-09-09
Split out intfmt to a separate file.
S. Gilles
2019-09-09
Specify sigfigs (cutoff + Relative mode) for fltXY formatting
S. Gilles
2019-09-07
Allow padding for fltXY formatting
S. Gilles
2019-09-07
Collect fltXYbfmt parameters into analogue of intparams
S. Gilles
2019-07-31
Fix bug in dump code: Stray '{', wrong args.
Ori Bernstein
2019-07-26
Fix wycheproof tests for curve25519 (thanks Mike)
Ori Bernstein
2019-07-25
Add curv25519 tests (thanks Mike)
Ori Bernstein
2019-07-23
Add OpenBSD 6.4 syscalls
Carlin Bingham
2019-07-22
Fix std.getcwd on OpenBSD -current
Carlin Bingham
2019-07-18
Fix bigand/bigor: Thanks, Mike
Ori Bernstein
2019-07-13
Oops, mangled something with git9.
Ori Bernstein
2019-07-14
Fix crash with large shifts in bigint.
Ori Bernstein
2019-07-14
Fix memory leak in bigparse. (Thanks, Mike)
Ori Bernstein
2019-06-13
Correctly Fused Multiply Add when all top bits cancel.
S. Gilles
2019-06-09
Merge commit 'e09c6b53f3b1928d3752c53c813025dbcbb976e0'
Ori Bernstein
2019-06-09
Fix error message for {} without parameter
S. Gilles
2019-06-09
Use fma instead of rote multiplication in powr's final calculation.
S. Gilles
2019-06-09
Test powr.
S. Gilles
2019-06-09
Rewrite powr to use log-overkill.
S. Gilles
2019-06-09
Apply changes of pown to rootn. Faster, better edge handling.
S. Gilles
2019-06-09
Rework pown to be less embarrassingly slow.
S. Gilles
2019-06-09
Fix some special cases in log-overkill related to subnormals.
S. Gilles
2019-06-07
Move hi/lo multiplication and addition routines to util.
S. Gilles
2019-06-07
Merge remote-tracking branch 'origin/master' into pown-impl
S. Gilles
2019-06-07
Remove debugging information.
S. Gilles
[next]