aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-25html/template: revert "avoid race when escaping updates template"Ian Lance Taylor
2021-01-25cmd/go: fix TestScript/cgo_path, cgo_path_space when CC setJay Conrod
2021-01-25doc/asm: add a section on go_asm.h, clean up go_tls.h sectionAustin Clements
2021-01-25lib/time, time/tzdata: update tzdata to 2021aTobias Klauser
2021-01-25os: force consistent mtime before running fstest on directory on WindowsJason A. Donenfeld
2021-01-25doc/go1.16: fix WalkDir and Walk linksTobias Klauser
2021-01-23doc/go1.16: add crypto/x509 memory optimizationBrad Fitzpatrick
2021-01-23doc/go1.16: reword ambiguously parsable sentenceBrad Fitzpatrick
2021-01-23cmd/internal/obj/arm64: fix VMOVQ instruction encoding erroreric fang
2021-01-23runtime: restore cgo_import_dynamic for libc.so on openbsdJoel Sing
2021-01-22io/ioutil: fix example test for WriteFile to allow it to run in the playgroundPantonshire
2021-01-22runtime: define dummy msanmoveCherry Zhang
2021-01-22runtime: check for g0 stack last in signal handlerCherry Zhang
2021-01-22cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2021-01-22cmd/go: add documentation for test and xtest fields output by go listMichael Matloob
2021-01-22runtime: remove pthread_kill/pthread_self for openbsdJoel Sing
2021-01-22runtime: fix typo in mgcscavenge.goIkko Ashimine
2021-01-22net/http: fix flaky TestDisableKeepAliveUpgradeDamien Neil
2021-01-22time: clarify Timer.Reset behavior on AfterFunc TimersBrad Fitzpatrick
2021-01-22doc/go1.16: mention net/http.Transport.GetProxyConnectHeaderIan Lance Taylor
2021-01-22doc/go1.16: mention path/filepath.WalkDirIan Lance Taylor
2021-01-22doc/go1.16: mention syscall.AllThreadsSyscallIan Lance Taylor
2021-01-21doc/go1.16: add notes about package-specific fs.FS changesIan Lance Taylor
2021-01-21doc/go1.16: minor formatting fixAustin Clements
2021-01-21doc/go1.16: mention new debug/elf constantsIan Lance Taylor
2021-01-21cmd/go: overwrite program name with full pathRoland Shoemaker
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-21cmd/go: add test case for cgo CC settingRuss Cox
2021-01-21cmd/cgo: report exec errors a bit more clearlyRuss Cox
2021-01-21cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2021-01-21runtime: switch openbsd/arm64 to pthreadsJoel Sing
2021-01-21crypto/elliptic: fix P-224 field reductionFilippo Valsorda
2021-01-20cmd/internal/moddeps: check content of all modules in GOROOTDmitri Shuralyov
2021-01-20runtime: don't adjust timer pp field in timerWaiting statusIan Lance Taylor
2021-01-20cmd/go: set Incomplete field on go list output if no files match embedMichael Matloob
2021-01-20cmd/go: have go mod vendor copy embedded files in subdirsMichael Matloob
2021-01-20cmd/go: fix mod_get_fallback testJay Conrod
2021-01-20runtime: convert openbsd/amd64 locking to libcJoel Sing
2021-01-19cmd/go: allow go fmt to complete when embedded file is missingConstantin Konstantinidis
2021-01-19cmd/compile: require 'go 1.16' go.mod line for //go:embedRuss Cox
2021-01-19cmd/link: exit before Asmb2 if errorCherry Zhang
2021-01-19embed: treat uninitialized FS as emptyJay Conrod
2021-01-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2021-01-19runtime: factor out usesLibcallJoel Sing
2021-01-19runtime: factor out mStackIsSystemAllocatedJoel Sing
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2021-01-18os: do not close syscall.Stdin in TestReadStdinJason A. Donenfeld
2021-01-15runtime: detect errors in DuplicateHandleJason A. Donenfeld
2021-01-15cmd/link: remove GOROOT write in TestBuildForTvOSDmitri Shuralyov