aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-17html/template: avoid race when escaping updates templateIan Lance Taylor
2020-12-16go/types: report error for invalid (but empty) expr switchRob Findley
2020-12-16cmd/link: handle large relocation addend on darwin/arm64Cherry Zhang
2020-12-16cmd/link: pass arch-specific flags to external linker when testing supported ...Cherry Zhang
2020-12-16cmd/internal/goobj: fix buglet in object file readerThan McIntosh
2020-12-16net: close connection in localServer teardownMeng Zhuo
2020-12-16cmd/link: ignore SEH marking on PE objectsJason A. Donenfeld
2020-12-15text/template: error on range over send channelMeng Zhuo
2020-12-14cmd/link: do not mark resource section as writableJason A. Donenfeld
2020-12-14cmd/link: deal with ADDR32NB relocations the same way as ADDR32 on armJason A. Donenfeld
2020-12-14cmd/link: recognize arm header of PE objectsJason A. Donenfeld
2020-12-14net/http/pprof: don't treat os.Args as format string in Cmdline handlerBrad Fitzpatrick
2020-12-14go/types: report invalid ... in conversionsRob Findley
2020-12-14io/fs: fix package reference in FS godocTobias Klauser
2020-12-14math/big: add test for recursive division panicKatie Hockman
2020-12-14test: make a race detector test robust to timing variationsDaniel S Fava
2020-12-14net/http: attempt deadlock fix in TestDisableKeepAliveUpgradeAnmol Sethi
2020-12-14debug/dwarf: don't try to parse addr/rnglists headerIan Lance Taylor
2020-12-14cmd/compile: fix incorrect shift count type with s390x rulesRuixin Bao
2020-12-14cmd/go: print hint when 'go install' run without version outside moduleJay Conrod
2020-12-14cmd/go: refactor error reporting in internal/loadJay Conrod
2020-12-14cmd/compile: set correct type for OpIDataCuong Manh Le
2020-12-11cmd/compile: fix select statement evaluation order corner caseMatthew Dempsky
2020-12-11cmd/go: add documentation for the -overlay flagMichael Matloob
2020-12-11cmd/link/internal/loadelf: support additional ELF relocations on mips64Joel Sing
2020-12-11cmd/vet: vendor in x/tools, update structtag vet checkIan Lance Taylor
2020-12-10syscall: drop references to Unix epoch in Timeval/Timespec docsIan Lance Taylor
2020-12-10cmd/go: encode backslash and newline in response filesJeremy Faller
2020-12-10runtime/metrics: add a note about floating-point values to package docsMichael Anthony Knyszek
2020-12-10runtime/metrics: expand Read documention with caveatsMichael Anthony Knyszek
2020-12-10runtime/metrics: add ordering line to supported metrics docsMichael Anthony Knyszek
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-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-08runtime: correct sigfwd on openbsd/mips64Joel Sing
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