index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2026-01-15
[release-branch.go1.26] archive/zip: reduce CPU usage in index construction
Damien Neil
2026-01-15
[release-branch.go1.26] net/url: add urlmaxqueryparams GODEBUG to limit the n...
Damien Neil
2026-01-15
[release-branch.go1.26] cmd/go/internal/work: sanitize flags before invoking ...
Neal Patel
2026-01-15
[release-branch.go1.26] cmd/go: update VCS commands to use safer flag/argumen...
Roland Shoemaker
2026-01-15
[release-branch.go1.26] crypto/tls: don't copy auto-rotated session ticket ke...
Roland Shoemaker
2026-01-08
cmd/go: remove user-content from doc strings in cgo ASTs.
Neal Patel
2026-01-08
simd/archsimd: rename Broadcast methods
Cherry Mui
2026-01-08
internal/types: add test for cycles in value context
Mark Freeman
2026-01-07
cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -c
Michael Matloob
2026-01-07
cmd/go/internal/work: decrement concurrentProcesses when action finishes
Michael Matloob
2026-01-07
internal/trace: fix recorder.Write return value for header-only buffers
jjpinto
2026-01-07
all: update vendored x/tools
Dmitri Shuralyov
2026-01-06
os/exec: avoid atomic.Bool for Cmd.startCalled
Alan Donovan
2026-01-05
simd/archsimd: use V(P)MOVMSK for mask ToBits if possible
Cherry Mui
2026-01-02
cmd/go/testdata/vcstest/git: use git commands that work on older git versions
Joel Sing
2026-01-02
cmd/compile: optimize SIMD IsNaN.Or(IsNaN)
Cherry Mui
2026-01-02
simd/archsimd: add tests for IsNaN
Cherry Mui
2026-01-02
simd/archsimd: make IsNaN unary
Cherry Mui
2026-01-02
simd/archsimd: correct documentation of Mask types
Cherry Mui
2026-01-02
net/rpc: correct comment for isExportedOrBuiltinType function
jjpinto
2025-12-30
cmd/go/internal/modindex: fix obvious bug using failed type assertion
Michael Matloob
2025-12-30
simd/archsimd: adjust documentations slightly
Cherry Mui
2025-12-30
runtime/secret: make tests more sturdy
Daniel Morsing
2025-12-30
all: fix some minor grammatical issues in the comments
cuishuang
2025-12-30
cmd/compile: disable inlining for functions using runtime.deferrangefunc
zuojunwei.1024
2025-12-29
simd/archsimd: add tests for Saturate-Concat operations
Cherry Mui
2025-12-29
simd/archsimd: add tests for Saturate operations
Cherry Mui
2025-12-29
simd/archsimd: add tests for ExtendLo operations
Cherry Mui
2025-12-29
simd/archsimd: remove redundant suffix of ExtendLo operations
Cherry Mui
2025-12-29
simd/archsimd: add more tests for Convert operations
Cherry Mui
2025-12-29
simd/archsimd: add more tests for Truncate operations
Cherry Mui
2025-12-29
reflect: document Call/CallSlice panic when v is unexported field
qiulaidongfeng
2025-12-29
internal/coverage/decodemeta: correct wording in unknown version error
jjpinto
2025-12-29
encoding/gob: clarify docs about pointers to zero values not being sent
Oleg Zaytsev
2025-12-29
regexp: standardize error message format in find_test.go
jjpinto
2025-12-29
simd/archsimd: add tests for Truncate operations
Cherry Mui
2025-12-27
cmd: fix unused errors reported by ineffassign
Lin Lin
2025-12-27
simd/archsimd: add more tests for Convert operations
Cherry Mui
2025-12-27
simd/archsimd: add more tests for Extend operations
Cherry Mui
2025-12-24
simd/archsimd: fix "go generate" command
Cherry Mui
2025-12-24
simd/archsimd: guard test helpers with amd64 tag
Cherry Mui
2025-12-23
bytes: improve consistency in split test messages
jjpinto
2025-12-23
cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788fe
Michael Matloob
2025-12-23
time: skip test that will fail with GO111MODULE=off
Kevin Burke
2025-12-23
runtime: improve a log message in TestCleanupLost
Lin Lin
2025-12-23
runtime: fix nGsyscallNoP accounting
Michael Anthony Knyszek
2025-12-23
errors: add a test verifying join does not flatten errors
Damien Neil
2025-12-23
cmd/asm/internal/asm: run riscv64 end-to-end tests for each profile
Joel Sing
2025-12-23
cmd/asm/internal/asm: abort end to end test if assembly failed
Joel Sing
2025-12-23
Revert "errors: optimize errors.Join for single unwrappable errors"
Damien Neil
[next]