Activity
cgen: add a -profile
report column, to show only the func time, *ex…
cgen: add a
-profile
report column, to show only the func time, *ex…Pull request merge
x.crypto.chacha20: makes the underlying cipher routine aware of the 6…
x.crypto.chacha20: makes the underlying cipher routine aware of the 6…
Pull request merge
os,tools: make easier analyzing process_test.v failures on the CI
os,tools: make easier analyzing process_test.v failures on the CI
Pull request merge
examples: add sync_pool.v for easier testing/diagnosing issues with t…
examples: add sync_pool.v for easier testing/diagnosing issues with t…
x.crypto.chacha20: change internal cipher to support a 64 bit counter…
x.crypto.chacha20: change internal cipher to support a 64 bit counter…
Pull request merge
sync.pool: restore the parallel operation (surrounding the cb call in…
sync.pool: restore the parallel operation (surrounding the cb call in…
x.crypto.chacha20: clean up as preliminary work to support 64-bit cou…
x.crypto.chacha20: clean up as preliminary work to support 64-bit cou…
Pull request merge
sync: fix a helgrind false positive, for a data race, on PoolProcessor (
sync: fix a helgrind false positive, for a data race, on PoolProcessor (
Pull request merge
checker: do not allow auto (de)reference in PrefixExpr *; pref: disab…
checker: do not allow auto (de)reference in PrefixExpr *; pref: disab…
cgen: allow asserts inside fns, called in const/global initialization…
cgen: allow asserts inside fns, called in const/global initialization…
Pull request merge
ci: reduce false positives for slow runs of the gcc-windows job
ci: reduce false positives for slow runs of the gcc-windows job
examples: add a small examples/gg/bouncing_balls.v simulation of fall…
examples: add a small examples/gg/bouncing_balls.v simulation of fall…
cgen,parser: fix arm64 asm operand position; fix arm64 asm imm; suppo…
cgen,parser: fix arm64 asm operand position; fix arm64 asm imm; suppo…
Pull request merge
gg: make draw_rect_empty/5 draw more exact borders, independent of th…
gg: make draw_rect_empty/5 draw more exact borders, independent of th…
Pull request merge
x.crypto.chacha20: fix consecutive calls of xor_key_stream
, add tes…
x.crypto.chacha20: fix consecutive calls of
xor_key_stream
, add tes…Pull request merge
tools: let test_os_process.v use unbuffer_stdout()
to make the outp…
tools: let test_os_process.v use
unbuffer_stdout()
to make the outp…strings, builtin: remove strings.Builder.clear()
, fix `array.clear(…
strings, builtin: remove
strings.Builder.clear()
, fix `array.clear(…Pull request merge