aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-01-15[release-branch.go1.26] archive/zip: reduce CPU usage in index constructionDamien 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-08cmd/go: remove user-content from doc strings in cgo ASTs.Neal Patel
2026-01-08simd/archsimd: rename Broadcast methodsCherry Mui
2026-01-08internal/types: add test for cycles in value contextMark Freeman
2026-01-07cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -cMichael Matloob
2026-01-07cmd/go/internal/work: decrement concurrentProcesses when action finishesMichael Matloob
2026-01-07internal/trace: fix recorder.Write return value for header-only buffersjjpinto
2026-01-07all: update vendored x/toolsDmitri Shuralyov
2026-01-06os/exec: avoid atomic.Bool for Cmd.startCalledAlan Donovan
2026-01-05simd/archsimd: use V(P)MOVMSK for mask ToBits if possibleCherry Mui
2026-01-02cmd/go/testdata/vcstest/git: use git commands that work on older git versionsJoel Sing
2026-01-02cmd/compile: optimize SIMD IsNaN.Or(IsNaN)Cherry Mui
2026-01-02simd/archsimd: add tests for IsNaNCherry Mui
2026-01-02simd/archsimd: make IsNaN unaryCherry Mui
2026-01-02simd/archsimd: correct documentation of Mask typesCherry Mui
2026-01-02net/rpc: correct comment for isExportedOrBuiltinType functionjjpinto
2025-12-30cmd/go/internal/modindex: fix obvious bug using failed type assertionMichael Matloob
2025-12-30simd/archsimd: adjust documentations slightlyCherry Mui
2025-12-30runtime/secret: make tests more sturdyDaniel Morsing
2025-12-30all: fix some minor grammatical issues in the commentscuishuang
2025-12-30cmd/compile: disable inlining for functions using runtime.deferrangefunczuojunwei.1024
2025-12-29simd/archsimd: add tests for Saturate-Concat operationsCherry Mui
2025-12-29simd/archsimd: add tests for Saturate operationsCherry Mui
2025-12-29simd/archsimd: add tests for ExtendLo operationsCherry Mui
2025-12-29simd/archsimd: remove redundant suffix of ExtendLo operationsCherry Mui
2025-12-29simd/archsimd: add more tests for Convert operationsCherry Mui
2025-12-29simd/archsimd: add more tests for Truncate operationsCherry Mui
2025-12-29reflect: document Call/CallSlice panic when v is unexported fieldqiulaidongfeng
2025-12-29internal/coverage/decodemeta: correct wording in unknown version errorjjpinto
2025-12-29encoding/gob: clarify docs about pointers to zero values not being sentOleg Zaytsev
2025-12-29regexp: standardize error message format in find_test.gojjpinto
2025-12-29simd/archsimd: add tests for Truncate operationsCherry Mui
2025-12-27cmd: fix unused errors reported by ineffassignLin Lin
2025-12-27simd/archsimd: add more tests for Convert operationsCherry Mui
2025-12-27simd/archsimd: add more tests for Extend operationsCherry Mui
2025-12-24simd/archsimd: fix "go generate" commandCherry Mui
2025-12-24simd/archsimd: guard test helpers with amd64 tagCherry Mui
2025-12-23bytes: improve consistency in split test messagesjjpinto
2025-12-23cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788feMichael Matloob
2025-12-23time: skip test that will fail with GO111MODULE=offKevin Burke
2025-12-23runtime: improve a log message in TestCleanupLostLin Lin
2025-12-23runtime: fix nGsyscallNoP accountingMichael Anthony Knyszek
2025-12-23errors: add a test verifying join does not flatten errorsDamien Neil
2025-12-23cmd/asm/internal/asm: run riscv64 end-to-end tests for each profileJoel Sing
2025-12-23cmd/asm/internal/asm: abort end to end test if assembly failedJoel Sing
2025-12-23Revert "errors: optimize errors.Join for single unwrappable errors"Damien Neil