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-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
2024-03-26
[release-branch.go1.22] cmd/compile: fix copying SSA-able variables optimization
Cuong Manh Le
2024-03-26
[release-branch.go1.22] cmd/internal/obj/ppc64: don't modify runtime.elf_* sy...
Paul E. Murphy
2024-03-21
[release-branch.go1.22] cmd/go: respect -coverpkg for unselected no-test pack...
Than McIntosh
2024-03-05
[release-branch.go1.22] go1.22.1
go1.22.1
Gopher Robot
2024-03-05
[release-branch.go1.22] net/textproto, mime/multipart: avoid unbounded read i...
Damien Neil
2024-03-05
[release-branch.go1.22] net/http, net/http/cookiejar: avoid subdomain matches...
Damien Neil
2024-03-05
[release-branch.go1.22] crypto/x509: make sure pub key is non-nil before inte...
Roland Shoemaker
2024-02-28
[release-branch.go1.22] net/http: add missing call to decConnsPerHost
Julian Tibble
2024-02-28
[release-branch.go1.22] html/template: escape additional tokens in MarshalJSO...
Roland Shoemaker
2024-02-28
[release-branch.go1.22] net: work around runtime scheduler starvation on js a...
Bryan C. Mills
2024-02-28
[release-branch.go1.22] net/mail: properly handle special characters in phras...
Roland Shoemaker
2024-02-28
[release-branch.go1.22] cmd/go/internal/modcmd: correctly filter out main mod...
Michael Matloob
2024-02-27
[release-branch.go1.22] cmd/trace/v2,internal/trace: use correct frame for id...
Nick Ripley
2024-02-27
[release-branch.go1.22] go/types, types2: ensure that Alias.actual is set in ...
Rob Findley
2024-02-27
[release-branch.go1.22] runtime/internal/atomic: correct GOARM=7 guard at a D...
Cherry Mui
2024-02-27
[release-branch.go1.22] cmd/compile: make jump table symbol static
Cherry Mui
2024-02-16
[release-branch.go1.22] cmd/compile: fail noder.LookupFunc gracefully if func...
Michael Pratt
2024-02-16
[release-branch.go1.22] cmd/compile: accept -lang=go1 as -lang=go1.0
Matthew Dempsky
2024-02-16
[release-branch.go1.22] runtime: don't call traceReadCPU on the system stack
Michael Pratt
2024-02-16
[release-branch.go1.22] cmd/cgo/internal/testsanitizers: disable location che...
Michael Anthony Knyszek
2024-02-08
[release-branch.go1.22] internal/testenv: support the LUCI mobile builders in...
Michael Anthony Knyszek
2024-02-08
[release-branch.go1.22] internal/testenv: allow "-noopt" anywhere in builder ...
Michael Anthony Knyszek
2024-02-07
[release-branch.go1.22] spec: fix typo in year (it's 2024 now)
Robert Griesemer
2024-02-06
[release-branch.go1.22] go1.22.0
go1.22.0
Gopher Robot
2024-02-02
[release-branch.go1.22] cmd/go/internal/generate: call modload.InitWorkFile
Michael Matloob
2024-02-01
[release-branch.go1.22] runtime: traceAcquire and traceRelease across all P s...
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] runtime: clear trace map without write barriers
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] runtime: fix trace EvGoStop Gosched reason to match f...
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] runtime: model wakeableSleep.lock in the race detector
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] go/version: fix package to accept go1.21.0-bigcorp
Russ Cox
2024-01-31
[release-branch.go1.22] spec: clarify iteration variable type for range over ...
Robert Griesemer
2024-01-31
[release-branch.go1.22] cmd/go/internal/toolchain: apply the -modcacherw flag...
Bryan C. Mills
2024-01-29
[release-branch.go1.22] Revert "crypto/internal/boring: upgrade module to fip...
Filippo Valsorda
2024-01-24
[release-branch.go1.22] Revert "archive/tar: add FileInfoNames interface"
Cherry Mui
2024-01-24
[release-branch.go1.22] go1.22rc2
go1.22rc2
Gopher Robot
2024-01-23
[release-branch.go1.22] cmd/trace/v2: emit user log annotations in all views
Michael Anthony Knyszek
2024-01-23
[release-branch.go1.22] runtime: make a much better effort to emit CPU profil...
Michael Anthony Knyszek
2024-01-23
[release-branch.go1.22] cmd/cgo/internal/test: skip TestCallbackCallersSEH wh...
qmuntal
2024-01-22
[release-branch.go1.22] runtime: use the correct M ID for syscalling goroutin...
Michael Anthony Knyszek
[next]