aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-13[release-branch.go1.17] go1.17rc1go1.17rc1Cherry Mui
2021-07-13[release-branch.go1.17] all: merge master into release-branch.go1.17Cherry Mui
2021-07-12crypto/tls: test key type when castingRoland Shoemaker
2021-07-12doc/go1.17: editing pass over the "Compiler" sectionAustin Clements
2021-07-09runtime/pprof: call runtime.GC twice in memory profile testMichael Anthony Knyszek
2021-07-08net: filter bad names from Lookup functions instead of hard failingRoland Shoemaker
2021-07-08Update oudated commentmakdon
2021-07-08doc/go1.17: linkify time.UnixMilli and time.UnixMicroTobias Klauser
2021-07-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky
2021-07-07cmd/compile: optimize types.sconvMatthew Dempsky
2021-07-07cmd/compile: extract pkgqual from symfmtMatthew Dempsky
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-07cmd/go/internal/modfetch/codehost: skip hg tests if no hg binary is presentBryan C. Mills
2021-07-07cmd/go/internal/modload: remove unused functionsBryan C. Mills
2021-07-07cmd/go/internal/modload: fix an apparent typo in the AutoRoot commentBryan C. Mills
2021-07-07doc: remove stale comment about arm64 portMichael Anthony Knyszek
2021-07-02net/http: mention socks5 support in proxySean Liao
2021-07-02cmd/compile: fix stack growing algorithmgo101
2021-07-02spec, unsafe: clarify unsafe.Slice docsIan Lance Taylor
2021-07-02cmd/dist: correct comment: SysProcAttri -> SysProcAttrkomisan19
2021-07-01net: don't reject null mx recordsRoland Shoemaker
2021-07-01testing: add TB.SetenvRuss Cox
2021-07-01cmd/compile: fix bug in dwarf-gen var location generationThan McIntosh
2021-07-01cmd/go: add a regression test for 'go mod vendor' path traversalBryan C. Mills
2021-07-01cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod ven...Yasuhiro Matsumoto
2021-07-01cmd/compile: make stack value size threshold comparisons consistentgo101
2021-07-01cmd/compile: fix typos in documentfanzha02
2021-06-30doc/go1.17: linkify "language changes" in the runtime sectionBryan C. Mills
2021-06-30path/filepath: deflake TestEvalSymlinksAboveRoot on darwinJosh Bleecher Snyder
2021-06-30cmd/dist: pass -Wno-unknown-warning-option in swig_callback_ltoIan Lance Taylor
2021-06-30image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader)uji
2021-06-30os: change example to avoid deprecated functionEli Bendersky
2021-06-30image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao
2021-06-30crypto/x509: don't fail on optional auth key id fieldsRoland Shoemaker
2021-06-29net: fix failure of TestCVE202133195Xiangdong Ji
2021-06-29doc/go1.17: fix typo "MacOS" -> "macOS"Levi(リーバイ)
2021-06-29math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)tkawakita
2021-06-29cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le
2021-06-29cmd/internal/obj/arm64: fix an encoding error of CMPW instructioneric fang
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-28spec: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-28runtime/internal/atomic: drop Cas64 pointer indirection in commentsMia Zhu
2021-06-28cmd/go: add GOEXPERIMENT to `go env` outputMatthew Dempsky
2021-06-28cmd/go: prep for 'go env' refactoringMatthew Dempsky
2021-06-28cmd/link/internal/ld: skip the windows ASLR test when CGO_ENABLED=0hao
2021-06-28cmd/cgo: fix 'see gmp.go' to 'see doc.go'Koichi Shiraishi
2021-06-27internal/buildcfg: refactor GOEXPERIMENT parsing code somewhatMatthew Dempsky
2021-06-25runtime/race: use race build tag on syso_test.goCherry Mui
2021-06-25go/types: in TestCheck/issues.src, import regexp/syntax instead of cmd/compil...Bryan C. Mills
2021-06-25go/types: in TestStdlib, import from source instead of export dataBryan C. Mills