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
2023-02-14
[release-branch.go1.20] go1.20.1
go1.20.1
Gopher Robot
2023-02-14
[release-branch.go1.20] net/http: update bundled golang.org/x/net/http2
Roland Shoemaker
2023-02-14
[release-branch.go1.20] crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2023-02-14
[release-branch.go1.20] mime/multipart: limit memory/inode consumption of Rea...
Damien Neil
2023-02-14
[release-branch.go1.20] path/filepath: do not Clean("a/../c:/b") into c:\b on...
Damien Neil
2023-02-10
[release-branch.go1.20] cmd/compile/internal/pgo: fix hard-coded PGO sample d...
Frederic Branczyk
2023-02-10
[release-branch.go1.20] cmd/go/internal/script: retry ETXTBSY errors in scripts
Bryan C. Mills
2023-02-10
[release-branch.go1.20] cmd/go/internal/test: refresh flagdefs.go and fix test
Bryan C. Mills
2023-02-10
[release-branch.go1.20] cmd/go: remove tests that assume lack of new versions...
Bryan C. Mills
2023-02-10
[release-branch.go1.20] runtime: skip darwin osinit_hack on ios
Russ Cox
2023-02-10
[release-branch.go1.20] cmd/link: keep go.buildinfo even with --gc-sections
Russ Cox
2023-02-09
[release-branch.go1.20] time: update windows zoneinfo_abbrs
qmuntal
2023-02-09
[release-branch.go1.20] cmd/compile/internal/noder: stop creating TUNION types
Matthew Dempsky
2023-02-09
[release-branch.go1.20] cmd/compile: fix inline static init arguments substit...
Cuong Manh Le
2023-02-09
[release-branch.go1.20] cmd/compile: remove constant arithmetic overflows dur...
Cuong Manh Le
2023-02-01
[release-branch.go1.20] go1.20
go1.20
Gopher Robot
2023-01-26
[release-branch.go1.20] internal/coverage/decodemeta: fix coding error in fun...
Than McIntosh
2023-01-26
[release-branch.go1.20] runtime/coverage: avoid non-test coverage profiles in...
Than McIntosh
2023-01-25
[release-branch.go1.20] sync: document memory model for Swap/CompareAnd{Swap,...
Changkun Ou
2023-01-25
[release-branch.go1.20] Revert "cmd/compile: teach prove about bitwise OR ope...
Keith Randall
2023-01-18
[release-branch.go1.20] time: revert strict parsing of RFC 3339
Joe Tsai
2023-01-18
[release-branch.go1.20] cmd: update x/tools to latest internal Go 1.20 branch
Russ Cox
2023-01-18
[release-branch.go1.20] cmd/compile: fix unsafe.{SliceData,StringData} escape...
Cuong Manh Le
2023-01-17
[release-branch.go1.20] cmd/compile: fix static init inlining for hidden node...
Matthew Dempsky
2023-01-17
[release-branch.go1.20] all: merge master (9088c69) into release-branch.go1.20
Cherry Mui
2023-01-17
cmd/compile: ensure temp register mask isn't empty
Keith Randall
2023-01-17
os: document that Rename is not atomic on non-Unix platforms
Alan Donovan
2023-01-17
doc/go1.20: update cryptography release notes
Filippo Valsorda
2023-01-17
strings: remove redundant symbols
fangguizhen
2023-01-17
cmd/go: include coverage build flags for "go list"
Than McIntosh
2023-01-17
crypto/ed25519: improve Ed25519ctx docs and add example
Filippo Valsorda
2023-01-17
crypto/x509: clarify that CheckSignatureFrom and CheckSignature are low-level...
Filippo Valsorda
2023-01-17
cmd/go: document GODEBUG=installgoroot=all
Russ Cox
2023-01-17
doc/go1.20: remove mention of arena goexperiment
Russ Cox
2023-01-17
archive/tar, archive/zip: document ErrInsecurePath and GODEBUG setting
Russ Cox
2023-01-16
runtime: fix performance regression in morestack_noctxt on ppc64
Archana R
2023-01-13
Revert "internal/fsys: follow root symlink in fsys.Walk"
Bryan Mills
2023-01-13
doc/go1.20: mention build speed improvements
Austin Clements
2023-01-13
cmd/cover: remove go.mod from testdata subdir
Than McIntosh
2023-01-12
[release-branch.go1.20] go1.20rc3
go1.20rc3
Gopher Robot
2023-01-11
[release-branch.go1.20] all: merge master (245e95d) into release-branch.go1.20
Carlos Amedee
2023-01-11
go/types, types2: don't look up fields or methods when expecting a type
Robert Findley
2023-01-11
runtime: fix incorrect comment
zhengchaopu
2023-01-11
cmd/compile: better error message for when a type is in a constraint but not ...
Robert Griesemer
2023-01-10
cmd/link, runtime: Apple libc atfork workaround take 3
Russ Cox
2023-01-10
runtime: revert use of __fork to work around Apple atfork bugs
Russ Cox
2023-01-10
os/exec: avoid leaking an exec.Cmd in TestWaitInterrupt
Bryan C. Mills
2023-01-09
cmd/compile: prevent IsNewObject from taking quadratic time
Keith Randall
2023-01-09
cmd/compile/internal/pgo: add hint to missing start_line error
Michael Pratt
2023-01-09
runtime: skip TestCgoPprofCallback in short mode, don't run in parallel
Ian Lance Taylor
[next]