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
2024-10-01
[release-branch.go1.22] go1.22.8
go1.22.8
Gopher Robot
2024-09-11
[release-branch.go1.22] syscall: skip TestAmbientCapsUserns when restricted, ...
Michael Stapelberg
2024-09-06
[release-branch.go1.22] runtime: size maps.Clone destination bucket array safely
Keith Randall
2024-09-05
[release-branch.go1.22] cmd/cgo: correct padding required by alignment
Ian Lance Taylor
2024-09-05
[release-branch.go1.22] go1.22.7
go1.22.7
Gopher Robot
2024-09-05
[release-branch.go1.22] go/build/constraint: add parsing limits
Roland Shoemaker
2024-09-05
[release-branch.go1.22] encoding/gob: cover missed cases when checking ignore...
Roland Shoemaker
2024-09-05
[release-branch.go1.22] go/parser: track depth in nested element lists
Roland Shoemaker
2024-08-21
[release-branch.go1.22] runtime: on AIX, fix call to _cgo_sys_thread_create i...
Paul E. Murphy
2024-08-21
[release-branch.go1.22] cmd/fix: support go versions with patch release
Alex Bozhenko
2024-08-14
[release-branch.go1.22] os: fix Chtimes test flakes
Kir Kolyshkin
2024-08-06
[release-branch.go1.22] go1.22.6
go1.22.6
Gopher Robot
2024-07-31
[release-branch.go1.22] cmd/compile: add 0-sized-value simplification to copy...
David Chase
2024-07-24
[release-branch.go1.22] cmd/trace/v2: make the -pprof actually useful
Michael Anthony Knyszek
2024-07-24
[release-branch.go1.22] cmd/trace/v2: handle the -pprof flag
Michael Anthony Knyszek
2024-07-17
[release-branch.go1.22] cmd/internal/cov: close counter data files eagerly
Than McIntosh
2024-07-17
[release-branch.go1.22] internal/bytealg: extend memchr result correctly on wasm
Zxilly
2024-07-16
[release-branch.go1.22] go/types: fix assertion failure when range over int i...
Tim King
2024-07-10
[release-branch.go1.22] cmd/link: don't let dsymutil delete our temp directory
Cherry Mui
2024-07-10
[release-branch.go1.22] cmd/compile: don't elide zero extension on top of sig...
Keith Randall
2024-07-10
[release-branch.go1.22] cmd/go: fix build config before creating actions for ...
Ehden Sinai
2024-07-10
[release-branch.go1.22] os/exec: only use cachedLookExtensions if Cmd.Path is...
Dmitri Shuralyov
2024-07-02
[release-branch.go1.22] go1.22.5
go1.22.5
Gopher Robot
2024-06-26
[release-branch.go1.22] cmd/link: handle dynamic import variables on Darwin i...
Cherry Mui
2024-06-26
[release-branch.go1.22] net/http: send body or close connection on expect-100...
Damien Neil
2024-06-26
[release-branch.go1.22] cmd/compile: mark pointer to noalg type as noalg
zuojunwei.1024
2024-06-24
[release-branch.go1.22] os/exec: on Windows look for extensions in Run if not...
qiulaidongfeng
2024-06-24
[release-branch.go1.22] runtime: always update stack bounds on cgocallback
Michael Pratt
2024-06-24
[release-branch.go1.22] cmd/compile: put constants before variables in initia...
Keith Randall
2024-06-24
[release-branch.go1.22] go/types, types2: report error for floating-point ite...
Robert Griesemer
2024-06-24
[release-branch.go1.22] crypto/tls: don't call tlsrsakex.IncNonDefault with FIPS
Mike Beaumont
2024-06-24
[release-branch.go1.22] cmd/cgo/internal/swig: force use of lld for LTO tests...
Michael Anthony Knyszek
2024-06-24
[release-branch.go1.22] cmd/cgo/internal/testsanitizers: make the libfuzzer t...
Michael Anthony Knyszek
2024-06-24
[release-branch.go1.22] cmd/link: put runtime.end in the last section of data...
Cherry Mui
2024-06-24
[release-branch.go1.22] cmd/go: fix go list -u -m all with too new retraction...
Sam Thanawalla
2024-06-12
[release-branch.go1.22] net: add GODEBUG=netedns0=0 to disable sending EDNS0 ...
Ian Lance Taylor
2024-06-12
[release-branch.go1.22] go/internal/gccgoimporter: recognize "any" as a built...
Ian Lance Taylor
2024-06-04
[release-branch.go1.22] go1.22.4
go1.22.4
Gopher Robot
2024-06-04
[release-branch.go1.22] net/netip: check if address is v6 mapped in Is methods
Roland Shoemaker
2024-05-30
[release-branch.go1.22] os: RemoveAll: fix symlink race for unix
Kir Kolyshkin
2024-05-29
[release-branch.go1.22] runtime: x_cgo_getstackbound: initialize pthread attr
Kir Kolyshkin
2024-05-29
[release-branch.go1.22] archive/zip: treat truncated EOCDR comment as an error
Damien Neil
2024-05-24
[release-branch.go1.22] cmd/link: add runtime.text.N symbols to macho symbol ...
Cherry Mui
2024-05-24
[release-branch.go1.22] runtime: update large object stats before freeSpan in...
Michael Anthony Knyszek
2024-05-24
[release-branch.go1.22] cmd/compile: initialize posBaseMap correctly
Robert Griesemer
2024-05-16
[release-branch.go1.22] crypto/x509: remove TestPlatformVerifierLegacy tests
Roland Shoemaker
2024-05-15
[release-branch.go1.22] cmd/compile: avoid past-the-end pointer when zeroing
Keith Randall
2024-05-13
[release-branch.go1.22] cmd/go/testdata/script: add darwin skips for selected...
Than McIntosh
2024-05-13
[release-branch.go1.22] cmd/go/testdata/script: clear path in gotoolchain_iss...
Michael Matloob
2024-05-10
[release-branch.go1.22] cmd/compile: don't combine loads in generated equalit...
khr@golang.org
[next]