summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.17] go1.17go1.17Michael Anthony Knyszek2021-08-161-1/+1
* [release-branch.go1.17] sync/atomic: fix documentation for CompareAndSwapJeff Wentworth2021-08-151-1/+1
* [release-branch.go1.17] runtime: drop SIGPROF while in ARM < 7 kernel helpersMichael Pratt2021-08-131-1/+8
* [release-branch.go1.17] time: fix docs for new comma layoutsRuss Cox2021-08-132-10/+10
* [release-branch.go1.17] all: merge master (5805efc) into release-branch.go1.17Dmitri Shuralyov2021-08-1222-127/+492
|\
| * doc/go1.17: remove draft noticeDmitri Shuralyov2021-08-121-5/+5
| * CONTRIBUTORS: update for the Go 1.17 releaseCarlos Amedee2021-08-121-1/+135
| * os/exec: re-enable LookPathTest/16Dmitri Shuralyov2021-08-121-3/+0
| * src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky2021-08-114-24/+18
| * doc/go1.17: linker passes -I to extld as -Wl,--dynamic-linkerIan Lance Taylor2021-08-111-0/+9
| * doc: use "high address/low address" instead of "top/bottom"fanzha022021-08-103-8/+8
| * cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod2021-08-094-32/+72
| * runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor2021-08-093-0/+130
| * doc: add example for conversion from slice expressions to array ptrCuong Manh Le2021-08-081-0/+1
| * doc/go1.17: fix a typo introduced in CL 335135Bryan C. Mills2021-08-071-1/+1
| * make.bash: do not overwrite GO_LDSO if already setCherry Mui2021-08-061-2/+2
| * doc/go1.17: clarify Modules changesBryan C. Mills2021-08-061-25/+45
| * runtime: allow arm64 SEH to be called if illegal instructionJason A. Donenfeld2021-08-061-0/+11
| * runtime: warn that KeepAlive is not an unsafe.Pointer workaroundMatthew Dempsky2021-08-051-0/+4
| * net/http: speed up and deflake TestCancelRequestWhenSharingConnectionDamien Neil2021-08-041-26/+51
| * io/fs: don't use absolute path in DirEntry.Name docIan Lance Taylor2021-08-021-1/+1
* | [release-branch.go1.17] go1.17rc2go1.17rc2Alexander Rakoczy2021-08-021-1/+1
* | [release-branch.go1.17] all: merge master (b8ca6e5) into release-branch.go1.17Alexander Rakoczy2021-08-0296-235/+1016
|\ \ | |/
| * all: gofmtJosh Bleecher Snyder2021-07-313-4/+3
| * net/http/httputil: close incoming ReverseProxy request bodyDamien Neil2021-07-302-0/+48
| * runtime: avoid possible preemption when returning from Go to CIan Lance Taylor2021-07-294-9/+67
| * cmd/go: fix go.mod file name printed in error messages for replacementsJay Conrod2021-07-281-4/+5
| * runtime: don't crash on nil pointers in checkptrAlignmentMatthew Dempsky2021-07-283-3/+45
| * cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod2021-07-274-56/+114
| * cmd/go: add missing flag in UsageLine1809092021-07-273-4/+4
| * testing: clarify T.Name returns a distinct name of the running testChangkun Ou2021-07-271-1/+5
| * go/types: preserve untyped constants on the RHS of a shift expressionRob Findley2021-07-273-9/+44
| * runtime: correct variable name in commentKoichi Shiraishi2021-07-261-1/+1
| * runtime: remove adjustTimers counterIan Lance Taylor2021-07-263-52/+8
| * cmd/vet: add missing copyright header1809092021-07-265-0/+20
| * doc: clarify non-nil zero length slice to array pointer conversionCuong Manh Le2021-07-261-1/+4
| * crypto/x509: update iOS bundled roots to version 55188.120.1.0.1Dmitri Shuralyov2021-07-262-2/+37
| * spec: use consistent capitalization for rune literal hex constantsIan Lance Taylor2021-07-251-3/+3
| * doc/1.17: fix two dead rfc linksAlberto Donizetti2021-07-231-2/+2
| * cmd/compile: do not change field offset in ABI analysisCherry Mui2021-07-225-22/+40
| * runtime: don't clear timerModifiedEarliest if adjustTimers is 0Ian Lance Taylor2021-07-223-6/+35
| * runtime: move mem profile sampling into m-acquired sectionDavid Chase2021-07-221-11/+9
| * reflect: add missing copyright headerwdvxdr2021-07-212-0/+8
| * reflect: add Value.CanConvertIan Lance Taylor2021-07-214-0/+42
| * cmd/go: don't add C compiler ID to hash for standard libraryIan Lance Taylor2021-07-202-2/+41
| * runtime/debug: skip TestPanicOnFault on netbsd/armBenny Siegert2021-07-201-0/+3
| * spec: correct example comment in Conversions from slice to arrayPiers2021-07-191-1/+1
| * time: correct typo in documentation for UnixMicrohelloPiers2021-07-191-1/+1
| * cmd/compile: fix off-by-one error in traceback argument countingCherry Mui2021-07-192-32/+190
| * cmd/compile: fix typo in fatal message of builtinCallLeonard Wang2021-07-191-1/+1