summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* html/template: avoid race when escaping updates templateIan Lance Taylor2020-12-172-13/+147
* go/types: report error for invalid (but empty) expr switchRob Findley2020-12-163-0/+57
* cmd/link: handle large relocation addend on darwin/arm64Cherry Zhang2020-12-168-10/+176
* cmd/link: pass arch-specific flags to external linker when testing supported ...Cherry Zhang2020-12-161-4/+4
* cmd/internal/goobj: fix buglet in object file readerThan McIntosh2020-12-161-2/+7
* net: close connection in localServer teardownMeng Zhuo2020-12-165-8/+14
* cmd/link: ignore SEH marking on PE objectsJason A. Donenfeld2020-12-161-0/+15
* text/template: error on range over send channelMeng Zhuo2020-12-152-0/+17
* cmd/link: do not mark resource section as writableJason A. Donenfeld2020-12-141-1/+1
* cmd/link: deal with ADDR32NB relocations the same way as ADDR32 on armJason A. Donenfeld2020-12-141-1/+1
* cmd/link: recognize arm header of PE objectsJason A. Donenfeld2020-12-141-1/+1
* net/http/pprof: don't treat os.Args as format string in Cmdline handlerBrad Fitzpatrick2020-12-141-1/+1
* go/types: report invalid ... in conversionsRob Findley2020-12-142-0/+20
* io/fs: fix package reference in FS godocTobias Klauser2020-12-141-2/+1
* math/big: add test for recursive division panicKatie Hockman2020-12-141-0/+10
* test: make a race detector test robust to timing variationsDaniel S Fava2020-12-141-11/+10
* net/http: attempt deadlock fix in TestDisableKeepAliveUpgradeAnmol Sethi2020-12-143-3/+14
* debug/dwarf: don't try to parse addr/rnglists headerIan Lance Taylor2020-12-146-151/+164
* cmd/compile: fix incorrect shift count type with s390x rulesRuixin Bao2020-12-149-188/+196
* cmd/go: print hint when 'go install' run without version outside moduleJay Conrod2020-12-142-2/+29
* cmd/go: refactor error reporting in internal/loadJay Conrod2020-12-148-56/+65
* cmd/compile: set correct type for OpIDataCuong Manh Le2020-12-142-9/+3
* cmd/compile: fix select statement evaluation order corner caseMatthew Dempsky2020-12-111-1/+1
* cmd/go: add documentation for the -overlay flagMichael Matloob2020-12-112-0/+22
* cmd/link/internal/loadelf: support additional ELF relocations on mips64Joel Sing2020-12-111-0/+4
* cmd/vet: vendor in x/tools, update structtag vet checkIan Lance Taylor2020-12-114-42/+60
* syscall: drop references to Unix epoch in Timeval/Timespec docsIan Lance Taylor2020-12-102-14/+8
* cmd/go: encode backslash and newline in response filesJeremy Faller2020-12-105-6/+206
* runtime/metrics: add a note about floating-point values to package docsMichael Anthony Knyszek2020-12-101-0/+6
* runtime/metrics: expand Read documention with caveatsMichael Anthony Knyszek2020-12-101-0/+10
* runtime/metrics: add ordering line to supported metrics docsMichael Anthony Knyszek2020-12-102-1/+3
* std: update golang.org/x/net to 20201209123823-ac852fbbde11Dmitri Shuralyov2020-12-104-8/+16
* database/sql: fix typo in commentHein Khant Zaw2020-12-101-1/+1
* cmd/go, cmd/asm: pass -linkshared to assembler for shared linkage buildsThan McIntosh2020-12-103-1/+4
* cmd/link: reject too-large relocation addend on darwin/arm64Cherry Zhang2020-12-101-0/+7
* cmd/link: truncate file after code signatureCherry Zhang2020-12-101-0/+15
* cmd/compile: don't constant fold divide by zeroKeith Randall2020-12-108-18/+90
* go/types: avoid endless recursion in the Comparable predicateRob Findley2020-12-092-2/+40
* all: update to use os.ReadDir where appropriateRuss Cox2020-12-0919-94/+91
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-09215-704/+556
* runtime/metrics: simplify test to support more environmentsDmitri Shuralyov2020-12-091-13/+3
* cmd/compile: fix message typoIkko Ashimine2020-12-091-1/+1
* net/http: add connections back that haven't been canceledMichael Fraenkel2020-12-091-10/+12
* runtime: prevent stack growth after fork in runtime.sigfillsetHaoran Luo2020-12-094-0/+4
* cmd/vet: vendor in x/tools, enable framepointer vet checkKeith Randall2020-12-086-4/+102
* go/types: correct error position for inherited const init expressionsRob Findley2020-12-085-20/+82
* runtime: correct sigfwd on openbsd/mips64Joel Sing2020-12-081-2/+2
* reflect: document multiple keys in struct tagsIan Lance Taylor2020-12-071-6/+10
* io/fs: fix Sub method error textRuss Cox2020-12-071-2/+2
* runtime/cgo: fix building on muslTonis Tiigi2020-12-071-1/+1