aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-10crypto/tls: let HTTP/1.1 clients connect to servers with NextProtos "h2"go1.17beta1Filippo Valsorda
2021-06-09api: promote next to go1.17Heschi Kreinick
2021-06-09doc/go1.17: remove lingering TODOHeschi Kreinick
2021-06-09doc/go1.17: document strconv changes for Go 1.17Damien Neil
2021-06-09strconv: document parsing of leading +/-Damien Neil
2021-06-09doc/go1.17: document //go:build linesHeschi Kreinick
2021-06-09net/http: add AllowQuerySemicolonsFilippo Valsorda
2021-06-09doc/go1.17: remove TODO for ports sectionCherry Mui
2021-06-09net/url: reject query values with semicolonsKatie Hockman
2021-06-09math/big: comment divisionRuss Cox
2021-06-09cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-06-09cmd/link: fix bug in -strictdups checking of BSS symbolsThan McIntosh
2021-06-08doc/go1.17: mention new possibility of type conversion panickingIan Lance Taylor
2021-06-08doc/go1.17: mention new vet checks sigchanyzer and stdmethods.Tim King
2021-06-08doc/go1.17: mention block profile bias fixCherry Mui
2021-06-08Revert "doc/go1.17: mention block profile bias fix"Cherry Mui
2021-06-08net: reject leading zeros in IP address parsersRoland Shoemaker
2021-06-08doc/go1.17: revise OpenBSD release notesCherry Mui
2021-06-08doc/go1.17: mention block profile bias fixFelix Geisendörfer
2021-06-08doc/go1.17: remove TODO for Tools sectionBryan C. Mills
2021-06-08doc/go1.17: resolve TODO for cmd/coverBryan C. Mills
2021-06-08cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...Bryan C. Mills
2021-06-08doc/go1.17: add release notes for crypto packagesFilippo Valsorda
2021-06-08doc/go1.17: add a release note for the '-compat' flag to 'go mod tidy'Bryan C. Mills
2021-06-08cmd/compile: use t.AllMethods when sorting typesByStringCuong Manh Le
2021-06-08runtime: remove out-of-date comments about frame skippingMatthew Dempsky
2021-06-07doc: document Go 1.17 language changesMatthew Dempsky
2021-06-07cmd/dist: pass -Wno-lto-type-mismatch in swig_callback_ltoIan Lance Taylor
2021-06-07strconv: ParseFloat: always return ErrSyntax for bad syntaxIan Lance Taylor
2021-06-07crypto/elliptic: update P-521 docs to say it's constant-timeFilippo Valsorda
2021-06-07fmt: split package documentation into more sectionsBranden J Brown
2021-06-07crypto/tls: fix typo in Config.NextProtos docsFilippo Valsorda
2021-06-05spec: improve wording consistency by eliminating "specifier"DQNEO
2021-06-05spec: improve wording by choosing an official term "keyword"DQNEO
2021-06-05go/internal/gcimporter: don't waste CPU copying bytes in `io.ReadAll`Sergey Zagursky
2021-06-05misc/cgo/errors: use expected column numbersIan Lance Taylor
2021-06-04cmd/compile/internal/abi: fix typo in commentsryoya
2021-06-04net/http: fix ResponseWriter.ReadFrom with short readsDamien Neil
2021-06-04os: avoid finalizer race in windows process objectJason A. Donenfeld
2021-06-04os: terminate windows processes via handle directlyJason A. Donenfeld
2021-06-04syscall: regenerate zsyscall_windows.goBryan C. Mills
2021-06-04doc/go1.17: document testing changes for Go 1.17Aaron Sheah
2021-06-04syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ...Jason A. Donenfeld
2021-06-04cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky
2021-06-04cmd/compile: remove spurious ir.DumpMatthew Dempsky
2021-06-03cmd/link: use correct alignment in PE DWARF sectionsThan McIntosh
2021-06-03runtime: avoid gp.lockedm race in exitsyscall0Michael Pratt
2021-06-02net: don't rely on system hosts in TestCVE202133195Roland Shoemaker
2021-06-02io/fs: minor corrections to Sub docsIan Lance Taylor
2021-06-02doc/go1.17: remove runtime sectionJeremy Faller