aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-04[release-branch.go1.17] go1.17.3go1.17.3Than McIntosh
2021-11-03[release-branch.go1.17] archive/zip: don't panic on (*Reader).OpenJason7602
2021-11-01[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2Dmitri Shuralyov
2021-10-29[release-branch.go1.17] debug/macho: fail on invalid dynamic symbol table com...Roland Shoemaker
2021-10-28[release-branch.go1.17] cmd/go: update for //go:build linesRuss Cox
2021-10-28[release-branch.go1.17] cmd/link: increase reserved space for passing env on ...Richard Musiol
2021-10-28[release-branch.go1.17] cmd/link: disable weak reference in itab if build wit...zhouguangyuan
2021-10-28[release-branch.go1.17] runtime: consistently access pollDesc r/w Gs with ato...Michael Pratt
2021-10-27[release-branch.go1.17] cmd/compile: ensure constant shift amounts are in ran...Keith Randall
2021-10-27[release-branch.go1.17] cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-10-25[release-branch.go1.17] syscall: do not use handle lists on windows when NoIn...Jason A. Donenfeld
2021-10-07[release-branch.go1.17] go1.17.2go1.17.2Michael Anthony Knyszek
2021-10-07[release-branch.go1.17] misc/wasm, cmd/link: do not let command line args ove...Michael Knyszek
2021-10-06[release-branch.go1.17] cmd/compile: fold handling OCONV logic to separate fu...Cuong Manh Le
2021-09-28[release-branch.go1.17] cmd/go: write go.mod requirements more consistently f...Jay Conrod
2021-09-23[release-branch.go1.17] text/template: initialize template before locking itIan Lance Taylor
2021-09-15[release-branch.go1.17] runtime: in adjustTimers back up as far as necessaryIan Lance Taylor
2021-09-15[release-branch.go1.17] time: propagate "," separator for fractional seconds ...korzhao
2021-09-09[release-branch.go1.17] go1.17.1go1.17.1Than McIntosh
2021-09-08[release-branch.go1.17] cmd/go/internal/modload: scan dependencies of root pa...Bryan C. Mills
2021-09-01[release-branch.go1.17] all: update golang.org/x/net to pull in CL 346890Damien Neil
2021-09-01[release-branch.go1.17] go/types: don't override x.mode before using itRobert Griesemer
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