aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-10crypto/tls: let HTTP/1.1 clients connect to servers with NextProtos "h2"go1.17beta1Filippo Valsorda
2021-06-09strconv: document parsing of leading +/-Damien Neil
2021-06-09net/http: add AllowQuerySemicolonsFilippo Valsorda
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-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: mention block profile bias fixFelix Geisendörfer
2021-06-08cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...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-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-05go/internal/gcimporter: don't waste CPU copying bytes in `io.ReadAll`Sergey Zagursky
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-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-02cmd/link: recognize clang linker error in testCGOLTOIan Lance Taylor
2021-06-02runtime/internal/sys: generate //go:build lines in gengoos.goTobias Klauser
2021-06-02cmd/link: move issue 43830 tests out of TestScriptIan Lance Taylor
2021-06-02runtime: fix formattingKeith Randall
2021-06-01cmd/go: add declaration to cgo_lto_issue43830 testIan Lance Taylor
2021-06-01cmd/link, cmd/cgo: support -flto in CFLAGSIan Lance Taylor
2021-06-01cmd/go: add [-src] to documentationVitaly Zdanevich
2021-06-01cmd/go: make 'go get' save sums for incidentally updated modulesJay Conrod
2021-05-30go/types: don't declare 'comparable' when typeparams are disabledRob Findley
2021-05-30go/types: unexport the GoVersion configuration option for Go 1.17Rob Findley
2021-05-28go/ast: remove FuncDecl.IsMethod for Go 1.17Rob Findley
2021-05-27net/http: correct Client.Do doc about context cancelationManlio Perillo
2021-05-27cmd/go: don't let 'go mod download' save sums for inconsistent requirementsJay Conrod
2021-05-27net: verify results from Lookup* are valid domain namesRoland Shoemaker
2021-05-27cmd/compile: improve debug locations for partially live in-paramsThan McIntosh
2021-05-27cmd/compile: place reg spills after OpArg{Int,Float}Reg opsThan McIntosh
2021-05-27cmd/link: accept Windows line-ending in TestTrampolineCgoCherry Mui
2021-05-27go/types: guard against check==nil in newNamedRob Findley
2021-05-27Revert "net: verify results from Lookup* are valid domain names"Roland Shoemaker