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-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
2023-01-09
runtime/pprof: document possibility of empty stacks
Austin Clements
2023-01-09
runtime/pprof: improve output of TestLabelSystemstack
Austin Clements
2023-01-09
sync/atomic: fix the note of atomic.Store
csuzhang
2023-01-09
all: fix typos in go file comments
Marcel Meyer
2023-01-06
syscall: skip TestUseCgroupFD if cgroupfs not mounted
Shengjing Zhu
2023-01-06
net: fix typo in hosts.go
Ikko Eltociear Ashimine
2023-01-06
cmd/compile: describe how Go maps to wasm implementation
Keith Randall
2023-01-05
crypto/tls: fix typo in cacheEntry godoc
Tobias Klauser
2023-01-05
cmd/cover: fix problems with "go test -covermode=atomic sync/atomic"
Than McIntosh
2023-01-04
doc/go1.20: fix links to new strings functions
Piers
2023-01-04
crypto/internal/boring: add dev.boringcrypto README.md text
Russ Cox
2023-01-04
cmd/compile: use "satisfies" (not "implements") for constraint errors
Robert Griesemer
2023-01-04
cmd/gofmt: fix a typo in a comment
Roland Illig
2023-01-04
[release-branch.go1.20] go1.20rc2
go1.20rc2
Gopher Robot
2023-01-03
README.vendor: minor updates
Ian Lance Taylor
2023-01-03
doc/go1.20: fix http.ResponseController example
Alexander Yastrebov
2023-01-03
.github: suggest using private browsing in pkgsite template
Dan Peterson
2023-01-03
[release-branch.go1.20] all: merge master (db36eca) into release-branch.go1.20
Heschi Kreinick
2022-12-29
doc/go1.20: fix typos
Xiao Cui
2022-12-29
go/types, types2: use strict comparability for type set intersection
Robert Griesemer
2022-12-28
misc/cgo/testsanitizers: run libfuzzer tests in temp directory
Cherry Mui
2022-12-27
misc/cgo/testsanitizers: add libfuzzer tests
Cherry Mui
2022-12-23
testing: rephrase the sentence about naming test files
Andrey Bozhko
2022-12-23
cmd/link, runtime: use a different section for Go libfuzzer counters
Cherry Mui
2022-12-22
runtime: call __fork instead of fork on darwin
Russ Cox
2022-12-22
runtime: revert Apple libc atfork workaround
Russ Cox
2022-12-22
misc/cgo/testshared: test build std in shared mode
Cherry Mui
2022-12-22
runtime/internal/startlinetest: work around shared buildmode linking issue
Cherry Mui
2022-12-22
runtime/race: add build tag to internal amd64vN packages
Cherry Mui
2022-12-22
doc/go1.20: fix typo
Tobias Klauser
2022-12-21
runtime/coverage: add missing file close in test support helper
Than McIntosh
2022-12-21
crypto/x509: return typed verification errors on macOS
Roland Shoemaker
2022-12-21
archive/tar, archive/zip: revert documentation of ErrInsecurePath
Damien Neil
2022-12-21
net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...
Damien Neil
2022-12-21
syscall: don't use faccessat2 on android
Michael Pratt
2022-12-21
net: use correct dns msg size
Mateusz Poliwczak
2022-12-19
os: reenable TestReaddirSmallSeek on windows
qmuntal
2022-12-17
cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...
Guoqi Chen
2022-12-16
os/user,net: add -fno-stack-protector to CFLAGS
Than McIntosh
[next]