summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.17] go1.17rc1go1.17rc1Cherry Mui2021-07-131-0/+1
* [release-branch.go1.17] all: merge master into release-branch.go1.17Cherry Mui2021-07-133-27/+52
|\
| * crypto/tls: test key type when castingRoland Shoemaker2021-07-121-1/+5
| * doc/go1.17: editing pass over the "Compiler" sectionAustin Clements2021-07-121-26/+36
| * runtime/pprof: call runtime.GC twice in memory profile testMichael Anthony Knyszek2021-07-091-0/+11
|/
* net: filter bad names from Lookup functions instead of hard failingRoland Shoemaker2021-07-082-67/+229
* Update oudated commentmakdon2021-07-087-16/+16
* doc/go1.17: linkify time.UnixMilli and time.UnixMicroTobias Klauser2021-07-081-4/+7
* cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky2021-07-075-8/+44
* cmd/compile: optimize types.sconvMatthew Dempsky2021-07-071-1/+9
* cmd/compile: extract pkgqual from symfmtMatthew Dempsky2021-07-071-23/+20
* cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod2021-07-076-15/+53
* cmd/go/internal/modfetch/codehost: skip hg tests if no hg binary is presentBryan C. Mills2021-07-071-26/+23
* cmd/go/internal/modload: remove unused functionsBryan C. Mills2021-07-072-39/+2
* cmd/go/internal/modload: fix an apparent typo in the AutoRoot commentBryan C. Mills2021-07-071-1/+1
* doc: remove stale comment about arm64 portMichael Anthony Knyszek2021-07-071-4/+0
* net/http: mention socks5 support in proxySean Liao2021-07-021-0/+1
* cmd/compile: fix stack growing algorithmgo1012021-07-021-1/+3
* spec, unsafe: clarify unsafe.Slice docsIan Lance Taylor2021-07-022-5/+9
* cmd/dist: correct comment: SysProcAttri -> SysProcAttrkomisan192021-07-021-1/+1
* net: don't reject null mx recordsRoland Shoemaker2021-07-012-1/+43
* testing: add TB.SetenvRuss Cox2021-07-012-0/+2
* cmd/compile: fix bug in dwarf-gen var location generationThan McIntosh2021-07-011-6/+13
* cmd/go: add a regression test for 'go mod vendor' path traversalBryan C. Mills2021-07-011-0/+31
* cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod ven...Yasuhiro Matsumoto2021-07-011-1/+2
* cmd/compile: make stack value size threshold comparisons consistentgo1012021-07-012-5/+5
* cmd/compile: fix typos in documentfanzha022021-07-011-1/+1
* doc/go1.17: linkify "language changes" in the runtime sectionBryan C. Mills2021-06-301-1/+1
* path/filepath: deflake TestEvalSymlinksAboveRoot on darwinJosh Bleecher Snyder2021-06-301-3/+8
* cmd/dist: pass -Wno-unknown-warning-option in swig_callback_ltoIan Lance Taylor2021-06-301-3/+3
* image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader)uji2021-06-301-1/+1
* os: change example to avoid deprecated functionEli Bendersky2021-06-301-2/+3
* image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao2021-06-305-2/+29
* crypto/x509: don't fail on optional auth key id fieldsRoland Shoemaker2021-06-302-3/+47
* net: fix failure of TestCVE202133195Xiangdong Ji2021-06-291-4/+4
* doc/go1.17: fix typo "MacOS" -> "macOS"Levi(リーバイ)2021-06-291-1/+1
* math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)tkawakita2021-06-291-1/+1
* cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le2021-06-292-5/+25
* cmd/internal/obj/arm64: fix an encoding error of CMPW instructioneric fang2021-06-292-2/+5
* cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky2021-06-289-27/+83
* spec: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky2021-06-282-3/+12
* runtime/internal/atomic: drop Cas64 pointer indirection in commentsMia Zhu2021-06-285-5/+6
* cmd/go: add GOEXPERIMENT to `go env` outputMatthew Dempsky2021-06-286-0/+50
* cmd/go: prep for 'go env' refactoringMatthew Dempsky2021-06-283-127/+170
* cmd/link/internal/ld: skip the windows ASLR test when CGO_ENABLED=0hao2021-06-281-0/+2
* cmd/cgo: fix 'see gmp.go' to 'see doc.go'Koichi Shiraishi2021-06-281-1/+1
* internal/buildcfg: refactor GOEXPERIMENT parsing code somewhatMatthew Dempsky2021-06-272-26/+41
* runtime/race: use race build tag on syso_test.goCherry Mui2021-06-251-8/+2
* go/types: in TestCheck/issues.src, import regexp/syntax instead of cmd/compil...Bryan C. Mills2021-06-251-4/+4
* go/types: in TestStdlib, import from source instead of export dataBryan C. Mills2021-06-251-1/+7