aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-11-25internal/strconv: delete ftoaryuRuss Cox
2025-11-25compress/flate: move big non-pointer arrays to end of compressorIan Lance Taylor
2025-11-25cmd/internal/obj/riscv: document compressed instructionsMark Ryan
2025-11-25path: add more examples for path.CleanLouis Nyffenegger
2025-11-25maps: use strings.EqualFold in exampleguoguangwu
2025-11-25strconv: replace Ryu ftoa with DragonboxTaichi Maeda
2025-11-25crypto: fix dead links and correct SHA-512 algorithm commentNeal Patel
2025-11-25crypto/internal/fips140/sha512: interleave scheduling with rounds for 10.3% s...Neal Patel
2025-11-25crypto/internal/fips140/sha256: interleave scheduling and rounds for 11.2% sp...Neal Patel
2025-11-25internal/runtime/cgroup: allow more tests to run on all OSes胡玮文
2025-11-25crypto/internal/fips140/bigmod: vector implementation of addMulVVWx on s390xkmvijay
2025-11-25net/url: fix example of Values.EncodeJosé Joaquín Atria
2025-11-25crypto/sha3: reduce cSHAKE allocationsTom Thorogood
2025-11-25crypto/hpke: expose crypto/internal/hpkeFilippo Valsorda
2025-11-25crypto/ecdsa: clean up ECDSA parsing and serialization pathsFilippo Valsorda
2025-11-25reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethodQuentin Quaadgras
2025-11-25crypto/x509: sub-quadratic name constraint checkingRoland Shoemaker
2025-11-25crypto/x509: cleanup name constraint testsRoland Shoemaker
2025-11-25crypto/rsa: add EncryptOAEPWithOptionsAndrey Pshenkin
2025-11-25internal/poll: replace t.Sub(time.Now()) with time.Until in testguoguangwu
2025-11-25crypto/tls: expose HelloRetryRequest stateDaniel McCarney
2025-11-24crypto/fips140: add VersionSean Liao
2025-11-24cmd/go/internal/modfetch: rename State to FetcherIan Alexander
2025-11-24cmd/go/internal/modload: make State.modfetchState a pointerIan Alexander
2025-11-24cmd/go: add setters for critical State fieldsIan Alexander
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-24net/http: add Transport.NewClientConnDamien Neil
2025-11-24all: update to x/net@bff14c52567061031b9761881907c39e24792736Damien Neil
2025-11-24context: don't return the wrong error when Cause races cancellationDamien Neil
2025-11-24crypto/x509: add ExtKeyUsage.String and KeyUsage.String methodsFilippo Valsorda
2025-11-24crypto/internal/fips140test: add ML-DSA coverageDaniel McCarney
2025-11-24cmd/compile: add cases for StringLen to proveDavid Chase
2025-11-24cmd/go/internal/auth: fix typoJes Cok
2025-11-24[dev.simd] internal/buildcfg: turn GOEXPERIMENT=simd back onCherry Mui
2025-11-24runtime: use m.profStack in traceStackMichael Anthony Knyszek
2025-11-24runtime: don't write unique string to trace if it's length zeroMichael Anthony Knyszek
2025-11-24[dev.simd] all: merge master (e704b09) into dev.simdCherry Mui
2025-11-24go/types, types2: shorten object map assertionMark Freeman
2025-11-24[dev.simd] all: merge master (02d1f3a) into dev.simdCherry Mui
2025-11-24runtime: respect GOTRACEBACK for user-triggered runtime panicsJoe Tsai
2025-11-24[dev.simd] internal/buildcfg: don't enable SIMD experiment by defaultCherry Mui
2025-11-24runtime/cgo: add support for `any` param and return typeAlexandre Daubois
2025-11-24[dev.simd] simd: add goexperiment tag to generate.goCherry Mui
2025-11-24cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390xSrinivas Pokala
2025-11-24internal/bytealg: port bytealg functions to reg ABI on s390xSrinivas Pokala
2025-11-24runtime: port memmove, memclr to register ABI on s390xSrinivas Pokala
2025-11-24internal/runtime/syscall: Syscall changes for s390x regabiSrinivas Pokala
2025-11-24reflect, runtime: add reflect support for regabi on s390xSrinivas Pokala
2025-11-24runtime: mark race functions on s390x as ABIInternalSrinivas Pokala
2025-11-24runtime: add runtime changes for register ABI on s390xSrinivas Pokala