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-03-04
[release-branch.go1.24] all: updated vendored x/net with security fix
Damien Neil
2025-02-26
[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...
Ian Lance Taylor
2025-02-26
[release-branch.go1.24] cmd/compile: don't pull constant offsets out of point...
Keith Randall
2025-02-26
[release-branch.go1.24] runtime: document that cleanups can run concurrently ...
Michael Anthony Knyszek
2025-02-26
[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...
Ian Lance Taylor
2025-02-26
[release-branch.go1.24] reflect: let Value.Seq return the iteration value cor...
qiulaidongfeng
2025-02-26
[release-branch.go1.24] syscall: disable O_DIRECTORY on Windows for js/wasm
Zxilly
2025-02-26
[release-branch.go1.24] reflect: correctly handle method values in Seq
Michael Anthony Knyszek
2025-02-26
[release-branch.go1.24] runtime: use WCLONE when waiting on pidfd test child
Michael Pratt
2025-02-26
[release-branch.go1.24] syscall: don't send child signal when testing pidfd
Ian Lance Taylor
2025-02-26
[release-branch.go1.24] cmd/compile: don't report newLimit discovered when un...
Jorropo
2025-02-26
[release-branch.go1.24] debug/buildinfo: base64-encode test binaries
Michael Pratt
2025-02-26
[release-branch.go1.24] cmd/compile: ensure we don't reuse temporary register
khr@golang.org
2025-02-25
[release-branch.go1.24] internal/godebugs: add fips140 as an opaque godebug s...
Ian Lance Taylor
2025-02-21
[release-branch.go1.24] cmd/compile, runtime: use deferreturn as target PC fo...
David Chase
2025-02-19
[release-branch.go1.24] cmd/compile: avoid infinite recursion when inlining c...
Cuong Manh Le
2025-02-19
[release-branch.go1.24] syscall: don't truncate newly created files on Windows
qmuntal
2025-02-19
[release-branch.go1.24] runtime: fix usleep on s390x/linux
Paul Murphy
2025-02-19
[release-branch.go1.24] runtime: add some linknames back for `github.com/byte...
段仪
2025-02-12
[release-branch.go1.24] cmd/go: initialize req.Header when loading git creden...
Quan Tong
2025-02-10
[release-branch.go1.24] bytes: use "subslice" instead of "substring" in doc c...
Cherry Mui
2025-02-10
[release-branch.go1.24] os: hide SetFinalizer from users of Root
Michael Anthony Knyszek
2025-02-06
[release-branch.go1.24] weak: prevent unsafe conversions using weak pointers
thepudds
2025-02-05
[release-branch.go1.24] Revert "cmd/go/internal/work: allow @ character in so...
Roland Shoemaker
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
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
[next]