aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-02doc/go1.17: mention SYS_WAIT6/WEXITED on NetBSDIan Lance Taylor
2021-06-02cmd/link: recognize clang linker error in testCGOLTOIan Lance Taylor
2021-06-02doc/go1.17: document time changes for Go1.17Uddeshya Singh
2021-06-02doc/go1.17: document flag changes for Go 1.17KimMachineGun
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-01A+C: update nameOneOfOne
2021-06-01doc/go1.17: add release notes for register ABICherry Mui
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-29doc/go1.17: mention time.LayoutIan Lance Taylor
2021-05-29doc/go1.17: document text/template/parse.SkipFuncCheckAriel Mashraki
2021-05-28doc/go1.17: mention new definitions of MSG_CMSG_CLOEXECIan Lance Taylor
2021-05-28doc/go1.17: mention testing.[TB].Setenv methodsIan Lance Taylor
2021-05-28doc/go1.17: mention new Windows SysProcAttr fieldsIan Lance Taylor
2021-05-28doc/go1.17: document new go/build/BuildContext.ToolTags fieldIan Lance Taylor
2021-05-28doc/go1.17: mention new encoding/csv/Reader.FieldPos methodIan Lance Taylor
2021-05-28doc/go1.17: document new debug/elf constantIan Lance Taylor
2021-05-28go/ast: remove FuncDecl.IsMethod for Go 1.17Rob Findley
2021-05-27doc/go1.17: clarify that compress/lzw Reader and Writer types are newIan Lance Taylor
2021-05-27net/http: correct Client.Do doc about context cancelationManlio Perillo
2021-05-27doc/go1.17: document reflect changesDamien Neil
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
2021-05-27net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-05-27cmd/go,cmd/link: do not check for staleness in most testsBryan C. Mills
2021-05-27crypto/elliptic: fix typo in p521Point type nameFilippo Valsorda
2021-05-26os: deflake TestFdReadRaceIan Lance Taylor
2021-05-26src/os: revert accidentally submitted changeDamien Neil
2021-05-26doc/go1.17: document net/... changesDamien Neil
2021-05-26doc/go1.17: document syscall changesDamien Neil
2021-05-26mime: document use of the Shared MIME-Info DatabaseDamien Neil
2021-05-26doc/go1.17: add release notes for runtime/metrics packageCherry Mui
2021-05-26doc/go1.17: mention enabling frame pointer on all ARM64Cherry Mui
2021-05-26go/types: ensure that Named.check is nilled out once it is expandedRob Findley
2021-05-26runtime,cmd/link/internal/ld: fix typostyltr
2021-05-26math/big: move division into natdiv.goRuss Cox
2021-05-26doc/go1.17: fix formatting for time changesTobias Klauser
2021-05-25archive/zip: only preallocate File slice if reasonably sizedRoland Shoemaker
2021-05-25doc: add Go 1.17 release note about inlining functions with closuresDan Scales