aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-02io/fs: don't use absolute path in DirEntry.Name docIan Lance Taylor
2021-08-02[release-branch.go1.17] all: merge master (b8ca6e5) into release-branch.go1.17Alexander Rakoczy
2021-07-31all: gofmtJosh Bleecher Snyder
2021-07-30net/http/httputil: close incoming ReverseProxy request bodyDamien Neil
2021-07-29runtime: avoid possible preemption when returning from Go to CIan Lance Taylor
2021-07-28cmd/go: fix go.mod file name printed in error messages for replacementsJay Conrod
2021-07-28runtime: don't crash on nil pointers in checkptrAlignmentMatthew Dempsky
2021-07-27cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod
2021-07-27cmd/go: add missing flag in UsageLine180909
2021-07-27testing: clarify T.Name returns a distinct name of the running testChangkun Ou
2021-07-27go/types: preserve untyped constants on the RHS of a shift expressionRob Findley
2021-07-26runtime: correct variable name in commentKoichi Shiraishi
2021-07-26runtime: remove adjustTimers counterIan Lance Taylor
2021-07-26cmd/vet: add missing copyright header180909
2021-07-26doc: clarify non-nil zero length slice to array pointer conversionCuong Manh Le
2021-07-26crypto/x509: update iOS bundled roots to version 55188.120.1.0.1Dmitri Shuralyov
2021-07-25spec: use consistent capitalization for rune literal hex constantsIan Lance Taylor
2021-07-23doc/1.17: fix two dead rfc linksAlberto Donizetti
2021-07-22cmd/compile: do not change field offset in ABI analysisCherry Mui
2021-07-22runtime: don't clear timerModifiedEarliest if adjustTimers is 0Ian Lance Taylor
2021-07-22runtime: move mem profile sampling into m-acquired sectionDavid Chase
2021-07-21reflect: add missing copyright headerwdvxdr
2021-07-21reflect: add Value.CanConvertIan Lance Taylor
2021-07-20cmd/go: don't add C compiler ID to hash for standard libraryIan Lance Taylor
2021-07-20runtime/debug: skip TestPanicOnFault on netbsd/armBenny Siegert
2021-07-19spec: correct example comment in Conversions from slice to arrayPiers
2021-07-19time: correct typo in documentation for UnixMicrohelloPiers
2021-07-19cmd/compile: fix off-by-one error in traceback argument countingCherry Mui
2021-07-19cmd/compile: fix typo in fatal message of builtinCallLeonard Wang
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-18test/bench/go1: fix size for RegexpMatchMedium_32nimelehin
2021-07-18text/scanner: use Go convention in Position doc commentmehradsadeghi
2021-07-16net/http: correct capitalization in cancelTimeBody commentshota3506
2021-07-15testing: clarify in docs that TestMain is advancedMatt T. Proud
2021-07-15cmd/go: update error messages in tests to match CL 332573Bryan C. Mills
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-07-15doc/go1.17: mention GOARCH=loong64Ian Lance Taylor
2021-07-14go/build, runtime/internal/sys: reserve GOARCH=loong64WANG Xuerui
2021-07-14cmd/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.17Dmitri Shuralyov
2021-07-13cmd/go: remove a duplicated word from 'go help mod graph'Bryan C. Mills
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