aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-12-23cmd/compile: handle propagating an out-of-range jump table indexCuong Manh Le
2025-12-22debug/pe: avoid panic in File.ImportedSymbolsAlex Brainman
2025-12-22runtime: revert entry point on freebsd/arm64Rob Nichols
2025-12-22simd/archsimd: correct documentation for pairwise operationsCherry Mui
2025-12-22os/exec: second call to Cmd.Start is always an errorAlan Donovan
2025-12-20simd/archsimd: add HasAVX2() guards to tests that need themDavid Chase
2025-12-19simd/archsimd: delete DotProductQuadruple methods for nowCherry Mui
2025-12-19simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and...Cherry Mui
2025-12-19simd/archsimd: correct type and instruction for SaturateToUint8Cherry Mui
2025-12-19go/doc: link to struct fields in the same packageSean Liao
2025-12-19cmd/go/internal/doc: update pkgsite versionmatloob