aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-01[release-branch.go1.17] go/types: fix panic with nil package nameRob Findley
2021-09-01[release-branch.go1.17] cmd/go: ensure 'go get -u' can upgrade pruned (1.17+)...Jay Conrod
2021-09-01[release-branch.go1.17] crypto/rand, internal/syscall/unix: don't use getentr...Tobias Klauser
2021-09-01[release-branch.go1.17] cmd/link: do not use GO_LDSO when cross compileCherry Mui
2021-09-01[release-branch.go1.17] cmd/compile: allow embed into any byte slice typeKeith Randall
2021-09-01[release-branch.go1.17] cmd/compile: fix method expression lookup during importCuong Manh Le
2021-09-01[release-branch.go1.17] archive/zip: prevent preallocation check from overflo...Roland Shoemaker
2021-08-16[release-branch.go1.17] go1.17go1.17Michael Anthony Knyszek
2021-08-15[release-branch.go1.17] sync/atomic: fix documentation for CompareAndSwapJeff Wentworth
2021-08-13[release-branch.go1.17] runtime: drop SIGPROF while in ARM < 7 kernel helpersMichael Pratt
2021-08-13[release-branch.go1.17] time: fix docs for new comma layoutsRuss Cox
2021-08-12[release-branch.go1.17] all: merge master (5805efc) into release-branch.go1.17Dmitri Shuralyov
2021-08-12doc/go1.17: remove draft noticeDmitri Shuralyov
2021-08-12CONTRIBUTORS: update for the Go 1.17 releaseCarlos Amedee
2021-08-12os/exec: re-enable LookPathTest/16Dmitri Shuralyov
2021-08-11src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky
2021-08-11doc/go1.17: linker passes -I to extld as -Wl,--dynamic-linkerIan Lance Taylor
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-08-09runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor
2021-08-08doc: add example for conversion from slice expressions to array ptrCuong Manh Le
2021-08-07doc/go1.17: fix a typo introduced in CL 335135Bryan C. Mills
2021-08-06make.bash: do not overwrite GO_LDSO if already setCherry Mui
2021-08-06doc/go1.17: clarify Modules changesBryan C. Mills
2021-08-06runtime: allow arm64 SEH to be called if illegal instructionJason A. Donenfeld
2021-08-05runtime: warn that KeepAlive is not an unsafe.Pointer workaroundMatthew Dempsky
2021-08-04net/http: speed up and deflake TestCancelRequestWhenSharingConnectionDamien Neil
2021-08-02[release-branch.go1.17] go1.17rc2go1.17rc2Alexander Rakoczy
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