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-06-01
[release-branch.go1.17] go1.17.11
go1.17.11
Dmitri Shuralyov
2022-05-31
[release-branch.go1.17] path/filepath: do not remove prefix "." when followin...
Yasuhiro Matsumoto
2022-05-30
[release-branch.go1.17] misc/cgo/testsanitizers: buffer the signal channel in...
Bryan C. Mills
2022-05-27
[release-branch.go1.17] crypto/tls: avoid extra allocations in steady-state H...
David Taylor
2022-05-27
[release-branch.go1.17] crypto/tls: randomly generate ticket_age_add
Tatiana Bradley
2022-05-27
[release-branch.go1.17] os/exec: return clear error for missing cmd.Path
Russ Cox
2022-05-25
[release-branch.go1.17] crypto/rand: properly handle large Read on windows
Roland Shoemaker
2022-05-25
[release-branch.go1.17] misc/cgo/testsanitizers: use buffered channel in tsan...
Cherry Mui
2022-05-25
[release-branch.go1.17] runtime: skip TestGdbBacktrace flakes matching a know...
Bryan C. Mills
2022-05-23
[release-branch.go1.17] cmd/dist: consistently set PWD when executing a comma...
Bryan C. Mills
2022-05-18
[release-branch.go1.17] runtime: mark TestGcSys as flaky
Matthew Dempsky
2022-05-10
[release-branch.go1.17] go1.17.10
go1.17.10
Heschi Kreinick
2022-05-10
[release-branch.go1.17] cmd/objdump: skip TestDisasm* on darwin-arm64
Heschi Kreinick
2022-05-09
[release-branch.go1.17] net: skip TestDialCancel on darwin-arm64
Heschi Kreinick
2022-05-09
[release-branch.go1.17] cmd/compile: drop column info when line number saturates
Keith Randall
2022-05-09
[release-branch.go1.17] syscall: check correct group in Faccessat
Damien Neil
2022-05-09
[release-branch.go1.17] net/http/httptest: fix race in Server.Close
Maisem Ali
2022-05-06
[release-branch.go1.17] runtime: don't block preemption signal in new M's or ...
Ian Lance Taylor
2022-05-04
[release-branch.go1.17] syscall: relax output check in TestGroupCleanupUserNa...
Bryan C. Mills
2022-05-04
[release-branch.go1.17] crypto/x509: properly handle issuerUniqueID and subje...
Roland Shoemaker
2022-05-02
[release-branch.go1.17] sync: remove TestWaitGroupMisuse2 and TestWaitGroupMi...
Damien Neil
2022-04-12
[release-branch.go1.17] go1.17.9
go1.17.9
Dmitri Shuralyov
2022-04-12
[release-branch.go1.17] encoding/pem: fix stack overflow in Decode
Julie Qiu
2022-04-06
[release-branch.go1.17] crypto/elliptic: tolerate zero-padded scalars in gene...
Filippo Valsorda
2022-04-04
[release-branch.go1.17] cmd/link: mark unexported methods for plugins
Cherry Mui
2022-03-28
[release-branch.go1.17] runtime: fix net poll races
Russ Cox
2022-03-28
[release-branch.go1.17] runtime: call testenv.MustHaveCGO in a couple of tests
Ian Lance Taylor
2022-03-14
[release-branch.go1.17] runtime: count spill slot for frame size at finalizer...
Cherry Mui
2022-03-03
[release-branch.go1.17] go1.17.8
go1.17.8
Carlos Amedee
2022-03-03
[release-branch.go1.17] cmd/go: avoid +incompatible major versions if a go.mo...
Bryan C. Mills
2022-02-18
[release-branch.go1.17] cmd/compile: correct type of pointer difference on RI...
Cherry Mui
2022-02-18
[release-branch.go1.17] runtime: simplify histogram buckets considerably
Michael Anthony Knyszek
2022-02-17
[release-branch.go1.17] net: increase maximum accepted DNS packet to 1232 bytes
Ian Lance Taylor
2022-02-17
[release-branch.go1.17] regexp/syntax: reject very deeply nested regexps in P...
Russ Cox
2022-02-09
[release-branch.go1.17] crypto/x509: support NumericString in DN components
Roland Shoemaker
2022-02-09
[release-branch.go1.17] go1.17.7
go1.17.7
Cherry Mui
2022-02-07
[release-branch.go1.17] runtime: set vdsoSP to caller's SP consistently
Cherry Mui
2022-02-07
[release-branch.go1.17] cmd/link: force eager binding when using plugins on d...
Cherry Mui
2022-02-07
[release-branch.go1.17] crypto/elliptic: make IsOnCurve return false for inva...
Filippo Valsorda
2022-02-07
[release-branch.go1.17] cmd/go/internal/modfetch: do not short-circuit canoni...
Bryan C. Mills
2022-02-07
[release-branch.go1.17] cmd/compile: remove incorrect arm,arm64 CMP->CMN tran...
David Chase
2022-02-07
[release-branch.go1.17] cmd/compile: don't elide extension for LoadReg to FP ...
Cherry Mui
2022-02-07
[release-branch.go1.17] cmd/internal/obj/x86: modify the threshold of assert ...
zhouguangyuan
2022-02-07
[release-branch.go1.17] cmd/go: remove mercurial from bitbucket vcs options
Ethan Anderson
2022-02-03
[release-branch.go1.17] debug/pe,debug/macho: add support for DWARF5 sections
Alessandro Arzilli
2022-01-28
[release-branch.go1.17] math/big: prevent overflow in (*Rat).SetString
Katie Hockman
2022-01-27
[release-branch.go1.17] net/http/internal/testcert: use FIPS-compliant certif...
Damien Neil
2022-01-06
[release-branch.go1.17] go1.17.6
go1.17.6
Carlos Amedee
2022-01-06
[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2
Carlos Amedee
2022-01-05
[release-branch.go1.17] cmd/link: use SHT_INIT_ARRAY for .init_array section
Ian Lance Taylor
[next]