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-07-12
[release-branch.go1.19] go1.19rc2
go1.19rc2
Gopher Robot
2022-07-12
[release-branch.go1.19] all: merge master (b2b8872) into release-branch.go1.19
Michael Anthony Knyszek
2022-07-12
compress/gzip: fix stack exhaustion bug in Reader.Read
Tatiana Bradley
2022-07-12
path/filepath: fix stack exhaustion in Glob
Julie Qiu
2022-07-12
io/fs: fix stack exhaustion in Glob
Julie Qiu
2022-07-12
encoding/gob: add a depth limit for ignored fields
Roland Shoemaker
2022-07-12
go/parser: limit recursion depth
Roland Shoemaker
2022-07-12
encoding/xml: use iterative Skip, rather than recursive
Roland Shoemaker
2022-07-12
encoding/xml: limit depth of nesting in unmarshal
Roland Shoemaker
2022-07-12
cmd/go: avoid spurious readdir during fsys.Walk
Russ Cox
2022-07-12
net/http: clarify that MaxBytesReader returns *MaxBytesError
Damien Neil
2022-07-11
syscall: gofmt after CL 412114
Tobias Klauser
2022-07-11
internal/trace: don't report regions on system goroutines
Michael Pratt
2022-07-11
runtime/race: update amd64 syso images to avoid sse4
Than McIntosh
2022-07-11
cmd/trace: fix typo in web documentation
Tobias Klauser
2022-07-11
cmd/go: make module index loading O(1)
Russ Cox
2022-07-11
cmd/nm: don't rely on an erroneous install target in tests
Bryan C. Mills
2022-07-11
misc/cgo/testcarchive: don't rely on an erroneous install target in tests
Bryan C. Mills
2022-07-11
net/url: use EscapedPath for url.JoinPath
Sean Liao
2022-07-11
database/sql: make TestTxContextWaitNoDiscard test more robust
Dmitri Goutnik
2022-07-11
cmd/go: use package index for std in load.loadPackageData
Russ Cox
2022-07-11
net/http: remove Content-Encoding in writeNotModified
Mitar
2022-07-08
cmd/compile: fix libfuzzer instrumentation line number
Keith Randall
2022-07-08
cmd/go: avoid setting variables for '/' and ':' in TestScript subprocess envi...
Bryan C. Mills
2022-07-08
net/http: wait for listeners to exit in Server.Close and Shutdown
Damien Neil
2022-07-08
cmd/compile: don't convert to interface{} for un-comparable types in generic ...
Cuong Manh Le
2022-07-07
runtime: overestimate the amount of allocated memory in heapLive
Michael Anthony Knyszek
2022-07-07
crypto/x509: restrict CRL number to <=20 octets
Roland Shoemaker
2022-07-07
crypto/x509: correctly parse CRL entry extensions
Aaron Gable
2022-07-07
crypto/x509: populate Number and AKI of parsed CRLs
Aaron Gable
2022-07-07
cmd/link: explicitly disable PIE for windows/amd64 -race mode
Than McIntosh
2022-07-07
cmd/go: default to "exe" build mode for windows -race
Than McIntosh
2022-07-06
[release-branch.go1.19] go1.19rc1
go1.19rc1
Gopher Robot
2022-07-06
cmd/compile: only check implicit dots for method call enabled by a type bound
Cuong Manh Le
2022-07-06
[release-branch.go1.19] update codereview.cfg for release-branch.go1.19
Heschi Kreinick
2022-07-06
cmd/go: set up git identity for build_buildvcs_auto.txt
Daniel MartÃ
2022-07-06
cmd/compile: rework induction variable detector
Keith Randall
2022-07-06
os/exec: clarify that Wait must be called
Ian Lance Taylor
2022-07-06
cmd/internal/notsha256: add purego tag as needed
Ian Lance Taylor
2022-07-06
cmd/dist: use purego tag when building the bootstrap binaries
Ian Lance Taylor
2022-07-06
misc/cgo/test: make TestSetgidStress cheaper
Cherry Mui
2022-07-06
test: recognize new gofrontend error message
Ian Lance Taylor
2022-07-05
cmd/compile: drop "buildcfg" from no instrument packages
Michael Pratt
2022-07-05
cmd/go: make module@nonexistentversion failures reusable
Russ Cox
2022-07-05
cmd/go: add -reuse flag to make proxy invocations more efficient
Russ Cox
2022-07-05
cmd/go: record origin metadata during module download
Russ Cox
2022-07-04
build/constraint: update doc to mention a feature added in Go 1.17
Cristian Greco
2022-07-04
runtime: pass correct string to exits on Plan 9
Ori Bernstein
2022-07-01
net/http: omit invalid header value from error message
Alexander Yastrebov
2022-07-01
cmd/go, go/build: clarify build constraint docs
Ian Lance Taylor
[next]