aboutsummaryrefslogtreecommitdiff
path: root/src
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-09crypto/tls: restore OCSP and SCTs during session resumptionRoland Shoemaker
2020-06-09runtime: fix typo in comment (object -> objects)Brad Fitzpatrick
2020-06-09internal/poll: correct function name in commentVee Zhang
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-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-08cmd/go: remove a bogus assertion in mod_convert_depBryan C. Mills
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-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-05runtime: clarify wording/grammar on GODEBUG=invalidptrBrad Fitzpatrick
2020-06-05cmd/asm, cmd/compile, doc: document -spectre flagsRuss Cox
2020-06-05crypto/x509: match cgo and Apple behavior in domain fallback of macOS rootsRoland Shoemaker
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-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-03runtime: make runtime-gdb.py tolerant of creatively-named gdb versionsDavid Chase
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-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-03runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2David Chase
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-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-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-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-05-31runtime: fix race condition between timer and event handlerRichard Musiol