aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-10test: match gofrontend error messagesIan Lance Taylor
2020-12-10std: update golang.org/x/net to 20201209123823-ac852fbbde11Dmitri Shuralyov
2020-12-10database/sql: fix typo in commentHein Khant Zaw
2020-12-10cmd/go, cmd/asm: pass -linkshared to assembler for shared linkage buildsThan McIntosh
2020-12-10cmd/link: reject too-large relocation addend on darwin/arm64Cherry Zhang
2020-12-10cmd/link: truncate file after code signatureCherry Zhang
2020-12-10cmd/compile: don't constant fold divide by zeroKeith Randall
2020-12-09go/types: avoid endless recursion in the Comparable predicateRob Findley
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-09runtime/metrics: simplify test to support more environmentsDmitri Shuralyov
2020-12-09cmd/compile: fix message typoIkko Ashimine
2020-12-09net/http: add connections back that haven't been canceledMichael Fraenkel
2020-12-09runtime: prevent stack growth after fork in runtime.sigfillsetHaoran Luo
2020-12-09doc: add description of new framepointer vet checkKeith Randall
2020-12-08cmd/vet: vendor in x/tools, enable framepointer vet checkKeith Randall
2020-12-08go/types: correct error position for inherited const init expressionsRob Findley
2020-12-08doc/go1.16: improve channel race detector changes descriptionAustin Clements
2020-12-08runtime: correct sigfwd on openbsd/mips64Joel Sing
2020-12-07doc/go1.16: update linker statsAustin Clements
2020-12-07reflect: document multiple keys in struct tagsIan Lance Taylor
2020-12-07io/fs: fix Sub method error textRuss Cox
2020-12-07runtime/cgo: fix building on muslTonis Tiigi
2020-12-07doc/go1.16: announce openbsd/mips64 portAustin Clements
2020-12-07test: add new test that gofrontend failed to handleIan Lance Taylor
2020-12-07doc/go1.16: fix typoAlberto Donizetti
2020-12-07doc/go1.16: add missing </a> tagTobias Klauser
2020-12-07internal/cpu: add darwin/arm64 CPU feature detection supportMartin Möhrmann
2020-12-07doc/go1.16: document riscv64 port changesTobias Klauser
2020-12-05internal/cpu: fix typo in cpu_arm64.goIkko Ashimine
2020-12-05syscall: correct CertOpenStore to expect a 0 return value on failureJason A. Donenfeld
2020-12-04doc/go1.16: cleanup crypto release notesFilippo Valsorda
2020-12-04cmd/vendor: sync pprof@v0.0.0-20201203190320-1bf35d6f28c2zikaeroh
2020-12-04doc/go1.16: document no language changesDmitri Shuralyov
2020-12-04io/fs: add SubRuss Cox
2020-12-04cmd/go/internal/modload: fix minor errors in commentsBryan C. Mills
2020-12-04runtime: avoid receiving preemotion signal while exec'ingCherry Zhang
2020-12-04doc/go1.16: preannounce dropping macOS 10.12 supportDmitri Shuralyov
2020-12-04cmd/go, embed: exclude .* and _* from embedded directory treesRuss Cox
2020-12-04doc/go1.16: add reflect changes to release notesAlberto Donizetti
2020-12-04doc/go1.16: fix broken <code> tagFilippo Valsorda
2020-12-04doc/go1.16: pre-announce GODEBUG=x509ignoreCN=0 removal in Go 1.17Filippo Valsorda
2020-12-03cmd/compile: make sure address of offset(SP) is rematerializeableCherry Zhang
2020-12-03runtime, time: strictly enforce when, period constraintsMichael Pratt
2020-12-03time, runtime: don't set timer when = 0Michael Pratt
2020-12-03doc/go1.16: update runtime and compiler sectionsAustin Clements
2020-12-03test: match gofrontend error messagesIan Lance Taylor
2020-12-03cmd/go/internal/modload: rename constants to reflect that lazy loading is not...Bryan C. Mills
2020-12-03doc/go1.16: add path, path/filepath changes to release notesAlberto Donizetti
2020-12-03doc/go1.16: tidy darwin/arm64 port sectionAustin Clements