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
Age
Commit message (
Expand
)
Author
2025-02-05
[release-branch.go1.24] go1.24rc3
go1.24rc3
Gopher Robot
2025-02-05
[release-branch.go1.24] Revert "cmd/go/internal/work: allow @ character in so...
Roland Shoemaker
2025-01-31
[release-branch.go1.24] all: merge master (37f27fb) into release-branch.go1.24
Carlos Amedee
2025-01-31
cmd/go: enable fips test and fix caching bug
Russ Cox
2025-01-31
cmd: update golang.org/x/tools to CL 645697, and revendor
Rob Findley
2025-01-30
cmd/go: refine GOAUTH user parsing to be more strict
Sam Thanawalla
2025-01-29
lib/fips140: freeze v1.0.0 FIPS 140 module zip file
Filippo Valsorda
2025-01-29
cmd/link/internal/loader: fix linknames from FIPS 140 frozen tree
Filippo Valsorda
2025-01-29
Revert "os: employ sendfile(2) for file-to-file copying on Linux when needed"
Michael Pratt
2025-01-28
crypto/pbkdf2: add keyLength limit
Roland Shoemaker
2025-01-28
crypto/hkdf: check error in TestFIPSServiceIndicator
Ian Lance Taylor
2025-01-28
crypto/internal/sysrand: skip TestNoGetrandom without cgo
Filippo Valsorda
2025-01-28
internal/coverage: fix bug in text-format coverage output with multiple packages
Than McIntosh
2025-01-28
internal/godebug: check error from os.ReadFile in test
Ian Lance Taylor
2025-01-28
runtime: mapiter linkname compatibility layer
Michael Pratt
2025-01-28
runtime: rename mapiterinit and mapiternext
Michael Pratt
2025-01-28
internal/goexperiment: update location of baseline experiment in comment
Ian Lance Taylor
2025-01-27
archive/zip, archive/tar: writer appends slash to directory names
yincong
2025-01-27
strconv: adjust comment so that gofmt doesn't mung it
Ian Lance Taylor
2025-01-27
crypto/internal/fips140/rsa: avoid CAST unsetting the service indicator
Filippo Valsorda
2025-01-27
crypto/internal/fips140/aes: set FIPS 140 service indicator for CTR and CBC
Filippo Valsorda
2025-01-27
crypto/ecdsa: avoid needless ScalarBaseMult in s390x
Filippo Valsorda
2025-01-27
cmd/go: do not call base.fatal for an unset HOME for GOAUTH=netrc
Sam Thanawalla
2025-01-27
Revert "runtime: Check LSE support on ARM64 at runtime init"
Cherry Mui
2025-01-27
crypto/internal/boring: keep ECDH public key alive during cgo calls
Roland Shoemaker
2025-01-22
go/types: avoid importer.Default
Alan Donovan
2025-01-22
runtime: fix the equality check in AddCleanup
Carlos Amedee
2025-01-22
os: force a goroutine to be scheduled on WASM
Carlos Amedee
2025-01-22
crypto/internal/fips140/nistec: make p256NegCond constant time on ppc64le
Roland Shoemaker
2025-01-22
go/importer: document limitations of this API
Alan Donovan
2025-01-21
net/http: update bundled golang.org/x/net/http2 [generated]
Dmitri Shuralyov
2025-01-21
testing: fix reference to B.N in docstring
Kir Kolyshkin
2025-01-20
runtime: delete out of date comment
Bill Morgan
2025-01-17
internal/coverage: refactor EmitTextual in preparation for bugfix
Than McIntosh
2025-01-17
go/types, types2: ensure deterministic output when reporting an init cycle
Wingrez
2025-01-17
go/types, types2: remove superfluous assertion (fix build)
Robert Griesemer
2025-01-16
lib/time: update to 2025a/2025a
Tobias Klauser
2025-01-16
cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial...
Cherry Mui
2025-01-16
[release-branch.go1.24] go1.24rc2
go1.24rc2
Gopher Robot
2025-01-16
[release-branch.go1.24] crypto/x509: avoid panic when parsing partial PKCS#1 ...
Filippo Valsorda
2025-01-16
[release-branch.go1.24] cmd/go: restore netrc preferences for GOAUTH and fix ...
Sam Thanawalla
2025-01-16
[release-branch.go1.24] net/http: persist header stripping across repeated re...
Damien Neil
2025-01-16
[release-branch.go1.24] crypto/x509: properly check for IPv6 hosts in URIs
Roland Shoemaker
2025-01-16
crypto/x509: avoid panic when parsing partial PKCS#1 private keys
Filippo Valsorda
2025-01-16
cmd/go: restore netrc preferences for GOAUTH and fix domain lookup
Sam Thanawalla
2025-01-16
crypto/x509: properly check for IPv6 hosts in URIs
Roland Shoemaker
2025-01-16
net/http: persist header stripping across repeated redirects
Damien Neil
2025-01-14
encoding/json: cleanup tests
Joe Tsai
2025-01-14
cmd/go/internal/modfetch: do not trust server to send all tags in shallow fetch
Russ Cox
2025-01-14
cmd/api: report error in test instead of crashing
Russ Cox
[next]