summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix typo in FuncForPC docgo1.15beta1Rodolfo Carvalho2020-06-101-2/+2
* cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday2020-06-104-54/+74
* run.bat: do not unset GOROOT_FINAL before running testsBryan C. Mills2020-06-102-8/+5
* doc: document encoding/xml change in CL 203417Russ Cox2020-06-101-2/+8
* crypto/tls: restore OCSP and SCTs during session resumptionRoland Shoemaker2020-06-095-1/+103
* api: promote next to go1.15Alexander Rakoczy2020-06-092-3/+133
* runtime: fix typo in comment (object -> objects)Brad Fitzpatrick2020-06-091-1/+1
* internal/poll: correct function name in commentVee Zhang2020-06-091-1/+1
* doc/go1.15: add remaining release notes for net/http and net/http/httputilFilippo Valsorda2020-06-091-3/+7
* cmd/asm: fix the encoding error of VCNT instruction for arm64eric fang2020-06-092-2/+3
* cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji2020-06-098-259/+418
* doc/go1.15: remove TODO in minor library changes sectionDmitri Shuralyov2020-06-091-4/+0
* cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills2020-06-099-18/+40
* os: always check for EINTR in calls to openIan Lance Taylor2020-06-082-6/+3
* all: avoid awkward wording from CL 236857Russ Cox2020-06-0810-28/+26
* doc/go1.15: add more release notes for crypto/tlsFilippo Valsorda2020-06-081-1/+20
* cmd/go: remove a bogus assertion in mod_convert_depBryan C. Mills2020-06-081-1/+0
* doc/go1.15: add release notes for crypto and math/bigFilippo Valsorda2020-06-081-2/+57
* doc/go1.15: add release notes for crypto/x509Filippo Valsorda2020-06-081-1/+46
* doc/go1.15: add release notes for crypto/tlsKatie Hockman2020-06-081-0/+14
* runtime: always mark span when marking an objectAustin Clements2020-06-083-12/+29
* crypto/x509: match RFC suggested SKID generation methodRoland Shoemaker2020-06-081-9/+7
* cmd/internal/moddeps: don't skip directories if there are unusual filesDmitri Shuralyov2020-06-081-1/+1
* all: treat all files as binary, but check in .bat with CRLFDmitri Shuralyov2020-06-087-340/+377
* doc/go1.15: document two noteworthy json changesDaniel Martí2020-06-081-0/+15
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-0814-56/+56
* doc/go1.15: rationalize runtime sectionsAustin Clements2020-06-071-37/+35
* doc/go1.15: document toolchain changesAustin Clements2020-06-071-0/+37
* doc/go1.15: remove TODO intended for the Core library sectionCarlos Amedee2020-06-051-4/+0
* doc/go1.15: add release notes for fmtshaquilleq2020-06-051-1/+2
* doc/go1.15: add release notes for regexpMichael Matloob2020-06-051-1/+3
* runtime: clarify wording/grammar on GODEBUG=invalidptrBrad Fitzpatrick2020-06-051-1/+1
* doc: update contribution guide to make it friendlier for x/ reposRebecca Stambler2020-06-052-34/+108
* doc/go1.15: mention new debug/pe constantsIan Lance Taylor2020-06-051-1/+4
* doc/go1.15: add release notes for io/ioutilDominik Honnef2020-06-051-1/+5
* cmd/asm, cmd/compile, doc: document -spectre flagsRuss Cox2020-06-053-4/+13
* doc/go1.15: exclude spaces from <code> blockAustin Clements2020-06-051-5/+5
* crypto/x509: match cgo and Apple behavior in domain fallback of macOS rootsRoland Shoemaker2020-06-051-11/+30
* doc/go1.15: add release notes for RISC-V portCherry Zhang2020-06-051-7/+10
* cmd/compile/internal: gofmtTobias Klauser2020-06-052-23/+23
* crypto/tls: set CipherSuite for VerifyConnectionKatie Hockman2020-06-042-15/+19
* syscall: document float arguments and results on windows/amd64Austin Clements2020-06-042-4/+12
* syscall: hide internal comment from Syscall documentationAustin Clements2020-06-041-0/+1
* doc/go1.15: 1.15 supports OpenBSD 6.7 on arm and arm64Austin Clements2020-06-041-0/+9
* io/ioutil: update WriteFile to clarify it does not change permissions if the ...joshuabezaleel2020-06-041-1/+1
* all: fix dead links to inferno-os bitbucket repositoryTobias Klauser2020-06-0497-110/+110
* cmd/compile: add interface equality testsKeith Randall2020-06-041-0/+4
* doc/go1.15: add release notes for timeJulie Qiu2020-06-041-1/+1
* doc/go1.15: add release notes for strconvJulie Qiu2020-06-041-1/+7
* runtime: make runtime-gdb.py tolerant of creatively-named gdb versionsDavid Chase2020-06-031-22/+7