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-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
2024-05-10
[release-branch.go1.22] cmd/go: download 1.X.0 instead of 1.X during toolchai...
Sam Thanawalla
2024-05-07
[release-branch.go1.22] go1.22.3
go1.22.3
Gopher Robot
2024-05-07
[release-branch.go1.22] cmd/go: disallow -lto_library in LDFLAGS
Roland Shoemaker
2024-05-06
[release-branch.go1.22] Revert "cmd/compile: don't combine loads in generated...
Cherry Mui
2024-05-06
[release-branch.go1.22] cmd/compile: don't combine loads in generated equalit...
khr@golang.org
2024-05-01
[release-branch.go1.22] net: check SkipAdditional error result
Ian Lance Taylor
2024-04-26
[release-branch.go1.22] runtime: use bootstrapRand to initialize hashkey
Michael Pratt
2024-04-26
[release-branch.go1.22] cmd/compile: bail PGO method lookup on interface types
Michael Pratt
2024-04-26
[release-branch.go1.22] cmd/internal/obj/ppc64: fix incorrect int to int64 co...
Paul E. Murphy
2024-04-12
[release-branch.go1.22] net/http: update bundled golang.org/x/net/http2
Dmitri Shuralyov
2024-04-03
[release-branch.go1.22] all: tidy dependency versioning after release
Dmitri Shuralyov
2024-04-03
[release-branch.go1.22] go1.22.2
go1.22.2
Gopher Robot
2024-04-03
[release-branch.go1.22] net/http: update bundled golang.org/x/net/http2
Damien Neil
2024-03-28
[release-branch.go1.22] all: update golang.org/x/net
Damien Neil
2024-03-27
[release-branch.go1.22] cmd/compile: don't assume args are always zero-extended
Keith Randall
2024-03-27
[release-branch.go1.22] cmd/compile: fix sign/zero-extension removal
Keith Randall
2024-03-27
[release-branch.go1.22] encoding/gob: make x509.Certificate marshalable again
Russ Cox
2024-03-27
[release-branch.go1.22] cmd/go/internal/modfetch: pass "-c" arguments to git ...
Bryan C. Mills
2024-03-27
[release-branch.go1.22] runtime: fix EvFrequency event value on Windows in th...
Michael Anthony Knyszek
2024-03-26
[release-branch.go1.22] cmd/link/internal/riscv64: generate local text symbol...
Joel Sing
2024-03-26
[release-branch.go1.22] go/types, types2: handle Alias types in substitution
Robert Griesemer
2024-03-26
[release-branch.go1.22] cmd/compile: fix early deadcode with label statement
Cuong Manh Le
[next]