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
2021-08-02
[release-branch.go1.17] go1.17rc2
go1.17rc2
Alexander Rakoczy
2021-08-02
[release-branch.go1.17] all: merge master (b8ca6e5) into release-branch.go1.17
Alexander Rakoczy
2021-07-31
all: gofmt
Josh Bleecher Snyder
2021-07-30
net/http/httputil: close incoming ReverseProxy request body
Damien Neil
2021-07-29
runtime: avoid possible preemption when returning from Go to C
Ian Lance Taylor
2021-07-28
cmd/go: fix go.mod file name printed in error messages for replacements
Jay Conrod
2021-07-28
runtime: don't crash on nil pointers in checkptrAlignment
Matthew Dempsky
2021-07-27
cmd/go: use .mod instead of .zip to determine if version has go.mod file
Jay Conrod
2021-07-27
cmd/go: add missing flag in UsageLine
180909
2021-07-27
testing: clarify T.Name returns a distinct name of the running test
Changkun Ou
2021-07-27
go/types: preserve untyped constants on the RHS of a shift expression
Rob Findley
2021-07-26
runtime: correct variable name in comment
Koichi Shiraishi
2021-07-26
runtime: remove adjustTimers counter
Ian Lance Taylor
2021-07-26
cmd/vet: add missing copyright header
180909
2021-07-26
doc: clarify non-nil zero length slice to array pointer conversion
Cuong Manh Le
2021-07-26
crypto/x509: update iOS bundled roots to version 55188.120.1.0.1
Dmitri Shuralyov
2021-07-25
spec: use consistent capitalization for rune literal hex constants
Ian Lance Taylor
2021-07-23
doc/1.17: fix two dead rfc links
Alberto Donizetti
2021-07-22
cmd/compile: do not change field offset in ABI analysis
Cherry Mui
2021-07-22
runtime: don't clear timerModifiedEarliest if adjustTimers is 0
Ian Lance Taylor
2021-07-22
runtime: move mem profile sampling into m-acquired section
David Chase
2021-07-21
reflect: add missing copyright header
wdvxdr
2021-07-21
reflect: add Value.CanConvert
Ian Lance Taylor
2021-07-20
cmd/go: don't add C compiler ID to hash for standard library
Ian Lance Taylor
2021-07-20
runtime/debug: skip TestPanicOnFault on netbsd/arm
Benny Siegert
2021-07-19
spec: correct example comment in Conversions from slice to array
Piers
2021-07-19
time: correct typo in documentation for UnixMicro
helloPiers
2021-07-19
cmd/compile: fix off-by-one error in traceback argument counting
Cherry Mui
2021-07-19
cmd/compile: fix typo in fatal message of builtinCall
Leonard Wang
2021-07-19
cmd/{compile,link}: fix bug in map.zero handling
Than McIntosh
2021-07-18
test/bench/go1: fix size for RegexpMatchMedium_32
nimelehin
2021-07-18
text/scanner: use Go convention in Position doc comment
mehradsadeghi
2021-07-16
net/http: correct capitalization in cancelTimeBody comment
shota3506
2021-07-15
testing: clarify in docs that TestMain is advanced
Matt T. Proud
2021-07-15
cmd/go: update error messages in tests to match CL 332573
Bryan C. Mills
2021-07-15
cmd/compile: fix lookup package of redeclared dot import symbol
Cuong Manh Le
2021-07-15
doc/go1.17: mention GOARCH=loong64
Ian Lance Taylor
2021-07-14
go/build, runtime/internal/sys: reserve GOARCH=loong64
WANG Xuerui
2021-07-14
cmd/go: change link in error message from /wiki to /doc.
Bryan C. Mills
2021-07-13
[release-branch.go1.17] update codereview.cfg for release-branch.go1.17
Dmitri Shuralyov
2021-07-13
cmd/go: remove a duplicated word from 'go help mod graph'
Bryan C. Mills
2021-07-13
[release-branch.go1.17] go1.17rc1
go1.17rc1
Cherry Mui
2021-07-13
[release-branch.go1.17] all: merge master into release-branch.go1.17
Cherry Mui
2021-07-12
crypto/tls: test key type when casting
Roland Shoemaker
2021-07-12
doc/go1.17: editing pass over the "Compiler" section
Austin Clements
2021-07-09
runtime/pprof: call runtime.GC twice in memory profile test
Michael Anthony Knyszek
2021-07-08
net: filter bad names from Lookup functions instead of hard failing
Roland Shoemaker
2021-07-08
Update oudated comment
makdon
2021-07-08
doc/go1.17: linkify time.UnixMilli and time.UnixMicro
Tobias Klauser
2021-07-07
cmd/compile: remove special-casing of blank in types.sconv{,2}
Matthew Dempsky
[next]