aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-03crypto/tls: test that Clone copies session ticket key fieldsKatie Hockman
2020-06-03cmd/internal/goobj2: add referenced symbol names to object fileCherry Zhang
2020-06-03Revert "cmd/internal/goobj: add index to symbol name for indexed symbols"Cherry Zhang
2020-06-03cmd/compile: test that equality is evaluated in orderKeith Randall
2020-06-03crypto/tls: fix duplicate calls to VerifyConnectionKatie Hockman
2020-06-03cmd/link: new DWARF line table test caseThan McIntosh
2020-06-03Revert "cmd/compile: improve equality algs for arrays of interfaces"Keith Randall
2020-06-03Revert "cmd/compile: improve generated eq algs for structs containing interfa...Keith Randall
2020-06-03doc/go1.15: add release notes for pluginThan McIntosh
2020-06-03runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2David Chase
2020-06-03doc/go1.15: runtime release notesAustin Clements
2020-06-03cmd/internal/obj/arm64: fix typos in documentfanzha02
2020-06-03cmd/{compile,link}: fix problem with DWARF end_sequence opsThan McIntosh
2020-06-03doc/go1.15: add release notes for new linkerThan McIntosh
2020-06-03runtime: steal timers from running P'sIan Lance Taylor
2020-06-03cmd/go: add -Wl,-wrap,symbol to linker flag whitelistAndrew G. Morgan
2020-06-02testing: capture testname on --- PASS and --- FAIL linesJean de Klerk
2020-06-02time: note that formats may parse invalid stringsDavid Golden
2020-06-02runtime: repair slice, string, and channel printing in gdbDavid Chase
2020-06-02cmd: update golang.org/x/tools to v0.0.0-20200601175630-2caf76543d99Ian Lance Taylor
2020-06-02doc/go1.15: remove TODOs for tools and go command sectionsJay Conrod
2020-06-02crypto/x509: document support for leading periods in DNS constraintsRoland Shoemaker
2020-06-02runtime: add three new partial orders for lock rankingDan Scales
2020-06-02internal/poll: add mutex to prevent SetDeadline race in Plan 9Richard Miller
2020-06-01misc/cgo/testplugin: fix typo in commentCherry Zhang
2020-06-01doc: document the new Cgo EGLConfig special caseElias Naur
2020-06-01doc: document new Android default linkerElias Naur
2020-06-01cmd/link: flush file mapping before unmappingCherry Zhang
2020-06-01cmd/go/internal/modload: document mvsReqs.MaxJay Conrod
2020-06-01cmd/test2json: attribute output to the correct testDaniel Nephin
2020-06-01doc/go1.15: update Go 1.15 release notes using relnoteAlexander Rakoczy
2020-05-31runtime: fix race condition between timer and event handlerRichard Musiol
2020-05-31cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur
2020-05-31container/list: fix typo in function commentsYasser Abdolmaleki
2020-05-31net/http: reject HTTP/1.1 Content-Length with sign in responsePaschalis Tsilias
2020-05-31Revert "cmd/go: group 'go get' update messages together near the end of output"Austin Clements
2020-05-30database/sql/driver: use correct method name "Connect" in DriverContext docsBrad Erickson
2020-05-29runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt
2020-05-29go/build: move build constraint docs to 'go help buildconstraint'Jay Conrod
2020-05-29cmd/go: group 'go get' update messages together near the end of outputJay Conrod
2020-05-29cmd/compile: add test case for issue 38068Than McIntosh
2020-05-29cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji
2020-05-29math: fix dead link to springerlink (now link.springer)Alberto Donizetti
2020-05-29net/http: clarify that AddCookie only sanitizes the Cookie being addedVolker Dobler
2020-05-28encoding/xml: only initialize nil struct fields when decodingDaniel Martí
2020-05-28Revert "encoding/json: reuse values when decoding map elements"Daniel Martí
2020-05-28os: in Symlink, stat the correct target path for drive-relative targets on Wi...Bryan C. Mills
2020-05-28doc/go1.15: document no language changesDmitri Shuralyov
2020-05-28syscall: avoid dup2 in forkAndExecInChild1 on AndroidElias Naur
2020-05-28cmd/compile: always use StackMapDontCare as register map index when reg map i...Cherry Zhang