Activity
runtime: don't use cgo_unsafe_args for syscall9 wrapper
runtime: don't use cgo_unsafe_args for syscall9 wrapper
cmd/compile/internal/escape: add hash for bisecting stack allocation …
cmd/compile/internal/escape: add hash for bisecting stack allocation …
strings: duplicate alignment test from bytes package
strings: duplicate alignment test from bytes package
math/big: fix loong64 assembly for vet
math/big: fix loong64 assembly for vet
net/http: test intended behavior in TestClientInsecureTransport
net/http: test intended behavior in TestClientInsecureTransport
cmd/go/internal/imports: remove test dependency on json internals
cmd/go/internal/imports: remove test dependency on json internals
cmd/compile/internal/importer: correct a matching error
cmd/compile/internal/importer: correct a matching error
os: handle trailing slashes in os.RemoveDir on Windows
os: handle trailing slashes in os.RemoveDir on Windows
math/big: optimize subVV function for loong64
math/big: optimize subVV function for loong64
math/big: optimize mulAddVWW function for loong64
math/big: optimize mulAddVWW function for loong64
math/big: optimize subVW function for loong64
math/big: optimize subVW function for loong64
internal/chacha8rand: implement func block in assembly
internal/chacha8rand: implement func block in assembly
encoding/json: correct method comment to reflect actual argument
encoding/json: correct method comment to reflect actual argument
runtime: size field for gQueue and gList
runtime: size field for gQueue and gList
iter: reduce memory footprint of iter.Pull functions
iter: reduce memory footprint of iter.Pull functions
internal/cpu: add a detection for Neoverse(N3, V3, V3ae) cores
internal/cpu: add a detection for Neoverse(N3, V3, V3ae) cores
errors: optimize errors.Join for single unwrappable errors
errors: optimize errors.Join for single unwrappable errors
internal/poll: disable SIO_UDP_NETRESET on Windows
internal/poll: disable SIO_UDP_NETRESET on Windows
os,internal/poll: support I/O on overlapped files not added to the po…
os,internal/poll: support I/O on overlapped files not added to the po…
runtime: optimize the function memmove using SIMD on loong64
runtime: optimize the function memmove using SIMD on loong64
cmd: fix DWARF gen bug with packages that use assembly
cmd: fix DWARF gen bug with packages that use assembly
cmd/compile: turn off variable-sized make() stack allocation with -N
cmd/compile: turn off variable-sized make() stack allocation with -N
all: use built-in min, max functions
all: use built-in min, max functions
cmd/compile/internal/ssa: small cleanups
cmd/compile/internal/ssa: small cleanups
cmd/compile/internal/ssa: simplify with built-in min, max functions
cmd/compile/internal/ssa: simplify with built-in min, max functions
cmd/compile/internal/ssa: use built-in min, max function
cmd/compile/internal/ssa: use built-in min, max function