| Age | Commit message (Expand) | Author |
| 2020-06-10 | runtime: fix typo in FuncForPC docgo1.15beta1 | Rodolfo Carvalho |
| 2020-06-10 | cmd/compile: always tighten and de-duplicate tuple selectors | Michael Munday |
| 2020-06-10 | run.bat: do not unset GOROOT_FINAL before running tests | Bryan C. Mills |
| 2020-06-09 | crypto/tls: restore OCSP and SCTs during session resumption | Roland Shoemaker |
| 2020-06-09 | runtime: fix typo in comment (object -> objects) | Brad Fitzpatrick |
| 2020-06-09 | internal/poll: correct function name in comment | Vee Zhang |
| 2020-06-09 | cmd/asm: fix the encoding error of VCNT instruction for arm64 | eric fang |
| 2020-06-09 | cmd/compile: ARM comparisons with 0 incorrect on overflow | Xiangdong Ji |
| 2020-06-09 | cmd/dist: do not unset GOROOT_FINAL prior to running tests | Bryan C. Mills |
| 2020-06-08 | os: always check for EINTR in calls to open | Ian Lance Taylor |
| 2020-06-08 | all: avoid awkward wording from CL 236857 | Russ Cox |
| 2020-06-08 | cmd/go: remove a bogus assertion in mod_convert_dep | Bryan C. Mills |
| 2020-06-08 | runtime: always mark span when marking an object | Austin Clements |
| 2020-06-08 | crypto/x509: match RFC suggested SKID generation method | Roland Shoemaker |
| 2020-06-08 | cmd/internal/moddeps: don't skip directories if there are unusual files | Dmitri Shuralyov |
| 2020-06-08 | all: treat all files as binary, but check in .bat with CRLF | Dmitri Shuralyov |
| 2020-06-08 | all: replace usages of whitelist/blacklist and master/slave | Filippo Valsorda |
| 2020-06-05 | runtime: clarify wording/grammar on GODEBUG=invalidptr | Brad Fitzpatrick |
| 2020-06-05 | cmd/asm, cmd/compile, doc: document -spectre flags | Russ Cox |
| 2020-06-05 | crypto/x509: match cgo and Apple behavior in domain fallback of macOS roots | Roland Shoemaker |
| 2020-06-05 | cmd/compile/internal: gofmt | Tobias Klauser |
| 2020-06-04 | crypto/tls: set CipherSuite for VerifyConnection | Katie Hockman |
| 2020-06-04 | syscall: document float arguments and results on windows/amd64 | Austin Clements |
| 2020-06-04 | syscall: hide internal comment from Syscall documentation | Austin Clements |
| 2020-06-04 | io/ioutil: update WriteFile to clarify it does not change permissions if the ... | joshuabezaleel |
| 2020-06-04 | all: fix dead links to inferno-os bitbucket repository | Tobias Klauser |
| 2020-06-03 | runtime: make runtime-gdb.py tolerant of creatively-named gdb versions | David Chase |
| 2020-06-03 | crypto/tls: test that Clone copies session ticket key fields | Katie Hockman |
| 2020-06-03 | cmd/internal/goobj2: add referenced symbol names to object file | Cherry Zhang |
| 2020-06-03 | Revert "cmd/internal/goobj: add index to symbol name for indexed symbols" | Cherry Zhang |
| 2020-06-03 | crypto/tls: fix duplicate calls to VerifyConnection | Katie Hockman |
| 2020-06-03 | cmd/link: new DWARF line table test case | Than McIntosh |
| 2020-06-03 | Revert "cmd/compile: improve equality algs for arrays of interfaces" | Keith Randall |
| 2020-06-03 | Revert "cmd/compile: improve generated eq algs for structs containing interfa... | Keith Randall |
| 2020-06-03 | runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2 | David Chase |
| 2020-06-03 | cmd/internal/obj/arm64: fix typos in document | fanzha02 |
| 2020-06-03 | cmd/{compile,link}: fix problem with DWARF end_sequence ops | Than McIntosh |
| 2020-06-03 | runtime: steal timers from running P's | Ian Lance Taylor |
| 2020-06-03 | cmd/go: add -Wl,-wrap,symbol to linker flag whitelist | Andrew G. Morgan |
| 2020-06-02 | testing: capture testname on --- PASS and --- FAIL lines | Jean de Klerk |
| 2020-06-02 | time: note that formats may parse invalid strings | David Golden |
| 2020-06-02 | runtime: repair slice, string, and channel printing in gdb | David Chase |
| 2020-06-02 | cmd: update golang.org/x/tools to v0.0.0-20200601175630-2caf76543d99 | Ian Lance Taylor |
| 2020-06-02 | crypto/x509: document support for leading periods in DNS constraints | Roland Shoemaker |
| 2020-06-02 | runtime: add three new partial orders for lock ranking | Dan Scales |
| 2020-06-02 | internal/poll: add mutex to prevent SetDeadline race in Plan 9 | Richard Miller |
| 2020-06-01 | cmd/link: flush file mapping before unmapping | Cherry Zhang |
| 2020-06-01 | cmd/go/internal/modload: document mvsReqs.Max | Jay Conrod |
| 2020-06-01 | cmd/test2json: attribute output to the correct test | Daniel Nephin |
| 2020-05-31 | runtime: fix race condition between timer and event handler | Richard Musiol |