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
2022-08-02
[release-branch.go1.19] go1.19
go1.19
Gopher Robot
2022-08-01
[release-branch.go1.19] test: improve generic type assertion test
Matthew Dempsky
2022-08-01
[release-branch.go1.19] cmd/compile: fix wrong dict pass condition for type a...
Wayne Zuo
2022-08-01
[release-branch.go1.19] all: merge master (e99f53f) into release-branch.go1.19
Dmitri Shuralyov
2022-08-01
doc: move Go 1.19 release notes to x/website
Dmitri Shuralyov
2022-08-01
doc: mention removal of cmd/compile's -importmap and -installsuffix flags
Matthew Dempsky
2022-08-01
doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCH
WANG Xuerui
2022-08-01
doc/go1.19: fix a few links that were missing trailing slashes
Brad Fitzpatrick
2022-07-30
runtime: fix typos
hopehook
2022-07-29
cmd/dist: always pass -short=true with -quick
Ian Lance Taylor
2022-07-28
doc/go1.19: minor adjustments and links
Russ Cox
2022-07-28
doc/go1.19: improve the loong64 release notes
WANG Xuerui
2022-07-28
os/exec: add GODEBUG setting to opt out of ErrDot changes
Russ Cox
2022-07-27
misc/cgo/test: use fewer threads in TestSetgidStress in long mode
Cherry Mui
2022-07-27
math/big: check buffer lengths in GobDecode
Roland Shoemaker
2022-07-27
net: document UDPConn.ReadFromUDPAddrPort's AddrPort result more
Brad Fitzpatrick
2022-07-26
net: fix WriteMsgUDPAddrPort addr handling
database64128
2022-07-26
doc/go1.19: note that updated race syso files require GNU ld 2.26
Ian Lance Taylor
2022-07-26
bytes: document that Reader.Reset affects the result of Size
Muhammed Can Küçükaslan
2022-07-26
runtime/cgo: use frame address to set g0 stack bound
Cherry Mui
2022-07-25
cmd/compile: fix blank label code
Keith Randall
2022-07-25
runtime: fix runtime.Breakpoint() on windows/arm64
qmuntal
2022-07-25
cmd/go: add space after comma in 'go help test'
Justin Traglia
2022-07-25
doc/go1.19: minor fixes
Tobias Klauser
2022-07-25
time: clarify documentation for allowed formats and add tests to prove them
Marcus Watkins
2022-07-25
internal/fuzz: fix typo in function comments
Abirdcfly
2022-07-25
doc/go1.19: expand crypto release notes
Filippo Valsorda
2022-07-24
runtime: fix typo in function comments
Abirdcfly
2022-07-24
cmd/compile/internal/noder: correct spelling errors for instantiation
jacobishao
2022-07-22
cmd/compile: make jump table symbol local
Cherry Mui
2022-07-22
A+C: delete AUTHORS and CONTRIBUTORS
Russ Cox
2022-07-21
unsafe: document when Sizeof/Offsetof/Alignof are not constant
Ian Lance Taylor
2022-07-21
net/http: remove accidental heading in Head documentation
Dmitri Shuralyov
2022-07-21
cmd/dist: enable race detector test on S390X
Cherry Mui
2022-07-20
cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30
Keith Randall
2022-07-20
test: use go tool from tree, not path
Keith Randall
2022-07-20
cmd/compile: improve GOAMD64=v1 violation test
Keith Randall
2022-07-19
crypto/internal/nistec,debug/gosym: fix typos
Dan Kortschak
2022-07-19
cmd/compile: fix mknode script
Keith Randall
2022-07-19
A+C: add Weizhi Yan
yanweizhi
2022-07-19
runtime: revert to using the precomputed trigger for pacer calculations
Michael Anthony Knyszek
2022-07-19
CONTRIBUTORS: update for the Go 1.19 release
Carlos Amedee
2022-07-18
runtime: fix typos
Jun10ng
2022-07-18
cmd/compile: revert "remove -installsuffix flag"
Matthew Dempsky
2022-07-18
http: improve Get documentation
minherz
2022-07-15
go/types, types2: correct alignment of atomic.Int64
Austin Clements
2022-07-15
encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/
Ian Lance Taylor
2022-07-14
go/parser: skip TestParseDepthLimit for short tests
Roland Shoemaker
2022-07-14
encoding/xml: skip TestCVE202230633 for short tests
Roland Shoemaker
2022-07-14
cmd/go/internal/modfetch: avoid duplicating path components in Git fetch errors
Bryan C. Mills
[next]