aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-25runtime: make ncgocall a global counterTao Qingyun
2021-06-25go/types: fix a bug in package qualification logicRob Findley
2021-06-24reflect: document that InterfaceData is a low-entropy RNGMatthew Dempsky
2021-06-24cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTRCuong Manh Le
2021-06-24cmd/go: don't try to add replaced versions that won't be selectedBryan C. Mills
2021-06-24net: remove hard-coded timeout in dialClosedPort test helperBryan C. Mills
2021-06-24time: handle invalid UTF-8 byte sequences in quote to prevent panicAndy Pan
2021-06-24cmd/go: search breadth-first instead of depth-first for test dependency cyclesBryan C. Mills
2021-06-24net: use absDomainName in the Windows lookupPTR test helperBryan C. Mills
2021-06-24os: enable TestFifoEOF on openbsdsiddharth
2021-06-22cmd/go: update ToolTags based on GOARCH valueIan Lance Taylor
2021-06-22spec: unsafe.Add/Slice are not permitted in statement contextRobert Griesemer
2021-06-22runtime/internal/atomic: remove incorrect pointer indirection in commentXing Gao
2021-06-22go/types: guard against checking instantiation when generics is disabledRob Findley
2021-06-22cmd/gofmt: remove stale documentation for the -G flagRob Findley
2021-06-22go/parser: parse an ast.IndexExpr for a[]Rob Findley
2021-06-21cmd/go: add a -go flag to 'go mod graph'Bryan C. Mills
2021-06-21cmd/internal/moddeps: use a temporary directory for GOMODCACHE if neededBryan C. Mills
2021-06-21cmd/internal/moddeps: use -mod=readonly instead of -mod=modBryan C. Mills
2021-06-21cmd/go: document GOPPC64 environment variableIan Lance Taylor
2021-06-21go/scanner: fall back to next() when encountering 0 bytes in parseIdentifierRob Findley
2021-06-21database/sql: fix deadlock test in prepare statementDaniel Theophanes
2021-06-21runtime: fix crash during VDSO calls on PowerPCDerek Parker
2021-06-21runtime/pprof: deflake TestMorestack moreCherry Mui
2021-06-21doc/go1.17: note deprecation of 'go get' for installing commandsJay Conrod
2021-06-21doc/go1.17: add Go 1.18 pre-announcementsFilippo Valsorda
2021-06-21doc/go1.17: add security-related release notesFilippo Valsorda
2021-06-21doc/go1.17: document go/parser.SkipObjectResolutionRob Findley
2021-06-21cmd/go: do not require the module cache to exist for 'go mod edit'Bryan C. Mills
2021-06-20os/signal: test with a significantly longer fatal timeoutAndrew G. Morgan
2021-06-19database/sql: do not rely on timeout for deadlock testDaniel Theophanes
2021-06-18image: add RGBA64Image interfaceNigel Tao
2021-06-18runtime: clarify Frames.Next documentationMatthew Dempsky
2021-06-18runtime: disable CPU profiling before removing the SIGPROF handlerIan Lance Taylor
2021-06-18doc/go1.17: fix typoNick Miyake
2021-06-17cmd/pprof,runtime/pprof: disable test on more broken platformsMichael Pratt
2021-06-17cmd/go: replace a TODO with an explanatory commentBryan C. Mills
2021-06-17cmd/pprof: make ObjAddr a no-opMichael Pratt
2021-06-17testing: drop unusual characters from TempDir directory nameTobias Klauser
2021-06-17time: fix receiver for Time.IsDST methodRuss Cox
2021-06-17doc/go1.17: fix redundant spaceyangwenmai
2021-06-16cmd/go: in lazy modules, add transitive imports for 'go get' argumentsBryan C. Mills
2021-06-16cmd/go: add a regression test for #45979Bryan C. Mills
2021-06-16math/rand: mention half-open intervals explicitlyRuss Cox
2021-06-16cmd/asm: restore supporting of *1 scaling on ARM64Cherry Mui
2021-06-16cmd/compile: better error message for invalid untyped operationCuong Manh Le
2021-06-16syscall: fix TestGroupCleanupUserNamespace test failure on FedoraRahul Bajaj
2021-06-15net/http: improve some server docsFilippo Valsorda
2021-06-15cmd/go: ignore UTF8 BOM when reading source codeunbyte
2021-06-15cmd/link: set correct flags in .dynamic for PIE buildmodeThan McIntosh