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-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
2021-07-07
cmd/compile: optimize types.sconv
Matthew Dempsky
2021-07-07
cmd/compile: extract pkgqual from symfmt
Matthew Dempsky
2021-07-07
cmd/go: don't lock .mod and .sum files for read in overlay
Jay Conrod
2021-07-07
cmd/go/internal/modfetch/codehost: skip hg tests if no hg binary is present
Bryan C. Mills
2021-07-07
cmd/go/internal/modload: remove unused functions
Bryan C. Mills
2021-07-07
cmd/go/internal/modload: fix an apparent typo in the AutoRoot comment
Bryan C. Mills
2021-07-07
doc: remove stale comment about arm64 port
Michael Anthony Knyszek
2021-07-02
net/http: mention socks5 support in proxy
Sean Liao
2021-07-02
cmd/compile: fix stack growing algorithm
go101
2021-07-02
spec, unsafe: clarify unsafe.Slice docs
Ian Lance Taylor
2021-07-02
cmd/dist: correct comment: SysProcAttri -> SysProcAttr
komisan19
2021-07-01
net: don't reject null mx records
Roland Shoemaker
2021-07-01
testing: add TB.Setenv
Russ Cox
2021-07-01
cmd/compile: fix bug in dwarf-gen var location generation
Than McIntosh
2021-07-01
cmd/go: add a regression test for 'go mod vendor' path traversal
Bryan C. Mills
2021-07-01
cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod ven...
Yasuhiro Matsumoto
2021-07-01
cmd/compile: make stack value size threshold comparisons consistent
go101
2021-07-01
cmd/compile: fix typos in document
fanzha02
2021-06-30
doc/go1.17: linkify "language changes" in the runtime section
Bryan C. Mills
2021-06-30
path/filepath: deflake TestEvalSymlinksAboveRoot on darwin
Josh Bleecher Snyder
2021-06-30
cmd/dist: pass -Wno-unknown-warning-option in swig_callback_lto
Ian Lance Taylor
2021-06-30
image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader)
uji
2021-06-30
os: change example to avoid deprecated function
Eli Bendersky
2021-06-30
image: add Uniform.RGBA64At and Rectangle.RGBA64At
Nigel Tao
2021-06-30
crypto/x509: don't fail on optional auth key id fields
Roland Shoemaker
2021-06-29
net: fix failure of TestCVE202133195
Xiangdong Ji
2021-06-29
doc/go1.17: fix typo "MacOS" -> "macOS"
Levi(リーバイ)
2021-06-29
math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)
tkawakita
2021-06-29
cmd/compile: suppress details error for invalid variadic argument type
Cuong Manh Le
2021-06-29
cmd/internal/obj/arm64: fix an encoding error of CMPW instruction
eric fang
2021-06-28
cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)
Matthew Dempsky
2021-06-28
spec: change unsafe.Slice((*T)(nil), 0) to return []T(nil)
Matthew Dempsky
2021-06-28
runtime/internal/atomic: drop Cas64 pointer indirection in comments
Mia Zhu
2021-06-28
cmd/go: add GOEXPERIMENT to `go env` output
Matthew Dempsky
2021-06-28
cmd/go: prep for 'go env' refactoring
Matthew Dempsky
2021-06-28
cmd/link/internal/ld: skip the windows ASLR test when CGO_ENABLED=0
hao
2021-06-28
cmd/cgo: fix 'see gmp.go' to 'see doc.go'
Koichi Shiraishi
2021-06-27
internal/buildcfg: refactor GOEXPERIMENT parsing code somewhat
Matthew Dempsky
2021-06-25
runtime/race: use race build tag on syso_test.go
Cherry Mui
2021-06-25
go/types: in TestCheck/issues.src, import regexp/syntax instead of cmd/compil...
Bryan C. Mills
2021-06-25
go/types: in TestStdlib, import from source instead of export data
Bryan C. Mills
[next]