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
2025-11-25
internal/strconv: delete ftoaryu
Russ Cox
2025-11-25
compress/flate: move big non-pointer arrays to end of compressor
Ian Lance Taylor
2025-11-25
cmd/internal/obj/riscv: document compressed instructions
Mark Ryan
2025-11-25
path: add more examples for path.Clean
Louis Nyffenegger
2025-11-25
maps: use strings.EqualFold in example
guoguangwu
2025-11-25
strconv: replace Ryu ftoa with Dragonbox
Taichi Maeda
2025-11-25
crypto: fix dead links and correct SHA-512 algorithm comment
Neal Patel
2025-11-25
crypto/internal/fips140/sha512: interleave scheduling with rounds for 10.3% s...
Neal Patel
2025-11-25
crypto/internal/fips140/sha256: interleave scheduling and rounds for 11.2% sp...
Neal Patel
2025-11-25
internal/runtime/cgroup: allow more tests to run on all OSes
胡玮文
2025-11-25
crypto/internal/fips140/bigmod: vector implementation of addMulVVWx on s390x
kmvijay
2025-11-25
net/url: fix example of Values.Encode
José Joaquín Atria
2025-11-25
crypto/sha3: reduce cSHAKE allocations
Tom Thorogood
2025-11-25
crypto/hpke: expose crypto/internal/hpke
Filippo Valsorda
2025-11-25
crypto/ecdsa: clean up ECDSA parsing and serialization paths
Filippo Valsorda
2025-11-25
reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethod
Quentin Quaadgras
2025-11-25
crypto/x509: sub-quadratic name constraint checking
Roland Shoemaker
2025-11-25
crypto/x509: cleanup name constraint tests
Roland Shoemaker
2025-11-25
crypto/rsa: add EncryptOAEPWithOptions
Andrey Pshenkin
2025-11-25
internal/poll: replace t.Sub(time.Now()) with time.Until in test
guoguangwu
2025-11-25
crypto/tls: expose HelloRetryRequest state
Daniel McCarney
2025-11-24
crypto/fips140: add Version
Sean Liao
2025-11-24
cmd/go/internal/modfetch: rename State to Fetcher
Ian Alexander
2025-11-24
cmd/go/internal/modload: make State.modfetchState a pointer
Ian Alexander
2025-11-24
cmd/go: add setters for critical State fields
Ian Alexander
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-24
net/http: add Transport.NewClientConn
Damien Neil
2025-11-24
all: update to x/net@bff14c52567061031b9761881907c39e24792736
Damien Neil
2025-11-24
context: don't return the wrong error when Cause races cancellation
Damien Neil
2025-11-24
crypto/x509: add ExtKeyUsage.String and KeyUsage.String methods
Filippo Valsorda
2025-11-24
crypto/internal/fips140test: add ML-DSA coverage
Daniel McCarney
2025-11-24
cmd/compile: add cases for StringLen to prove
David Chase
2025-11-24
cmd/go/internal/auth: fix typo
Jes Cok
2025-11-24
[dev.simd] internal/buildcfg: turn GOEXPERIMENT=simd back on
Cherry Mui
2025-11-24
runtime: use m.profStack in traceStack
Michael Anthony Knyszek
2025-11-24
runtime: don't write unique string to trace if it's length zero
Michael Anthony Knyszek
2025-11-24
[dev.simd] all: merge master (e704b09) into dev.simd
Cherry Mui
2025-11-24
go/types, types2: shorten object map assertion
Mark Freeman
2025-11-24
[dev.simd] all: merge master (02d1f3a) into dev.simd
Cherry Mui
2025-11-24
runtime: respect GOTRACEBACK for user-triggered runtime panics
Joe Tsai
2025-11-24
[dev.simd] internal/buildcfg: don't enable SIMD experiment by default
Cherry Mui
2025-11-24
runtime/cgo: add support for `any` param and return type
Alexandre Daubois
2025-11-24
[dev.simd] simd: add goexperiment tag to generate.go
Cherry Mui
2025-11-24
cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390x
Srinivas Pokala
2025-11-24
internal/bytealg: port bytealg functions to reg ABI on s390x
Srinivas Pokala
2025-11-24
runtime: port memmove, memclr to register ABI on s390x
Srinivas Pokala
2025-11-24
internal/runtime/syscall: Syscall changes for s390x regabi
Srinivas Pokala
2025-11-24
reflect, runtime: add reflect support for regabi on s390x
Srinivas Pokala
2025-11-24
runtime: mark race functions on s390x as ABIInternal
Srinivas Pokala
2025-11-24
runtime: add runtime changes for register ABI on s390x
Srinivas Pokala
[prev]
[next]