aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-17api: promote next to go1.16go1.16beta1Dmitri Shuralyov
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-16doc/go1.16: add link to reflect.StructTagTobias Klauser
2020-12-16net: close connection in localServer teardownMeng Zhuo
2020-12-16cmd/link: ignore SEH marking on PE objectsJason A. Donenfeld
2020-12-15test: update for gofrontend error message changesIan Lance Taylor
2020-12-15doc/go1.15: mention 1.15.3 cgo restriction on empty structsIan Lance Taylor
2020-12-15test: match gofrontend error messagesIan Lance Taylor
2020-12-15test: only require issue11674 errors with gc compilerIan Lance Taylor
2020-12-15test: remove bug429 (duplicates runtime.TestSimpleDeadlock)Ian Lance Taylor
2020-12-15test: adjust issue11371 to fit in required precisionIan Lance Taylor
2020-12-15test: only check for issue11362 error with gcIan Lance Taylor
2020-12-15test: import file name for issue19028Ian Lance Taylor
2020-12-15doc/go1.16: fix path, path/filepath release notesTobias Klauser
2020-12-15doc/go1.16: fix formatting in net, net/http and net/http/httputil sectionsTobias Klauser
2020-12-15text/template: error on range over send channelMeng Zhuo
2020-12-15test: recognize gofrontend error messagesIan Lance Taylor
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-14doc/go1.16: add missing <code> tagTobias 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-14test: match gofrontend error messagesIan Lance Taylor
2020-12-14test: match gofrontend error messagesIan 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-11doc: make clear that Go 1.4 is not required for bootstrapRuss Cox
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-10doc/go1.16: add vet release note for CL 235677Tim King
2020-12-10doc/go1.16: address some remaining high-level TODOsDmitri Shuralyov
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