aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-10runtime: fix typo in FuncForPC docgo1.15beta1Rodolfo Carvalho
2020-06-10cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday
2020-06-10run.bat: do not unset GOROOT_FINAL before running testsBryan C. Mills
2020-06-10doc: document encoding/xml change in CL 203417Russ Cox
2020-06-09crypto/tls: restore OCSP and SCTs during session resumptionRoland Shoemaker
2020-06-09api: promote next to go1.15Alexander Rakoczy
2020-06-09runtime: fix typo in comment (object -> objects)Brad Fitzpatrick
2020-06-09internal/poll: correct function name in commentVee Zhang
2020-06-09doc/go1.15: add remaining release notes for net/http and net/http/httputilFilippo Valsorda
2020-06-09cmd/asm: fix the encoding error of VCNT instruction for arm64eric fang
2020-06-09cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji
2020-06-09doc/go1.15: remove TODO in minor library changes sectionDmitri Shuralyov
2020-06-09cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills
2020-06-08os: always check for EINTR in calls to openIan Lance Taylor
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08doc/go1.15: add more release notes for crypto/tlsFilippo Valsorda
2020-06-08cmd/go: remove a bogus assertion in mod_convert_depBryan C. Mills
2020-06-08doc/go1.15: add release notes for crypto and math/bigFilippo Valsorda
2020-06-08doc/go1.15: add release notes for crypto/x509Filippo Valsorda
2020-06-08doc/go1.15: add release notes for crypto/tlsKatie Hockman
2020-06-08runtime: always mark span when marking an objectAustin Clements
2020-06-08crypto/x509: match RFC suggested SKID generation methodRoland Shoemaker
2020-06-08cmd/internal/moddeps: don't skip directories if there are unusual filesDmitri Shuralyov
2020-06-08all: treat all files as binary, but check in .bat with CRLFDmitri Shuralyov
2020-06-08doc/go1.15: document two noteworthy json changesDaniel Martí
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-07doc/go1.15: rationalize runtime sectionsAustin Clements
2020-06-07doc/go1.15: document toolchain changesAustin Clements
2020-06-05doc/go1.15: remove TODO intended for the Core library sectionCarlos Amedee
2020-06-05doc/go1.15: add release notes for fmtshaquilleq
2020-06-05doc/go1.15: add release notes for regexpMichael Matloob
2020-06-05runtime: clarify wording/grammar on GODEBUG=invalidptrBrad Fitzpatrick
2020-06-05doc: update contribution guide to make it friendlier for x/ reposRebecca Stambler
2020-06-05doc/go1.15: mention new debug/pe constantsIan Lance Taylor
2020-06-05doc/go1.15: add release notes for io/ioutilDominik Honnef
2020-06-05cmd/asm, cmd/compile, doc: document -spectre flagsRuss Cox
2020-06-05doc/go1.15: exclude spaces from <code> blockAustin Clements
2020-06-05crypto/x509: match cgo and Apple behavior in domain fallback of macOS rootsRoland Shoemaker
2020-06-05doc/go1.15: add release notes for RISC-V portCherry Zhang
2020-06-05cmd/compile/internal: gofmtTobias Klauser
2020-06-04crypto/tls: set CipherSuite for VerifyConnectionKatie Hockman
2020-06-04syscall: document float arguments and results on windows/amd64Austin Clements
2020-06-04syscall: hide internal comment from Syscall documentationAustin Clements
2020-06-04doc/go1.15: 1.15 supports OpenBSD 6.7 on arm and arm64Austin Clements
2020-06-04io/ioutil: update WriteFile to clarify it does not change permissions if the ...joshuabezaleel
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-06-04cmd/compile: add interface equality testsKeith Randall
2020-06-04doc/go1.15: add release notes for timeJulie Qiu
2020-06-04doc/go1.15: add release notes for strconvJulie Qiu
2020-06-03runtime: make runtime-gdb.py tolerant of creatively-named gdb versionsDavid Chase