aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2021-03-10[release-branch.go1.16] cmd/go: clarify errors for commands run outside a moduleJay Conrod
2021-03-10[release-branch.go1.16] cmd/go: don't report missing std import errors for ti...Jay Conrod
2021-03-03[release-branch.go1.16] cmd: upgrade golang.org/x/mod to relax import path checkJay Conrod
2021-03-03[release-branch.go1.16] cmd/go/internal/modload: don't query when fixing cano...Jay Conrod
2021-03-03[release-branch.go1.16] cmd: upgrade golang.org/x/mod to fix go.mod parserJay Conrod
2021-03-01[release-branch.go1.16] cmd/go: add missing newline to retraction warning mes...Jordan Liggitt
2021-03-01[release-branch.go1.16] cmd/link: handle types as converted to interface when...Cherry Zhang
2021-03-01[release-branch.go1.16] cmd/compile: fix escape analysis of heap-allocated re...Matthew Dempsky
2021-03-01[release-branch.go1.16] cmd/go: fix version validation in 'go mod edit -exclude'Bryan C. Mills
2021-03-01[release-branch.go1.16] cmd/compile: fix mishandling of unsafe-uintptr argume...Cuong Manh Le
2021-03-01[release-branch.go1.16] cmd/compile: fix panic in DWARF-gen handling obfuscat...Than McIntosh
2021-03-01[release-branch.go1.16] cmd/compile: declare inlined result params early for ...Matthew Dempsky
2021-02-16doc: remove all docs not tied to distributionRuss Cox
2021-02-15cmd/go: provide a more helpful suggestion for "go vet -?"Rob Pike
2021-02-13cmd/link: fix typo in link_test.goIkko Ashimine
2021-02-11cmd/go: multiple small 'go help' fixesJay Conrod
2021-02-11cmd/go: reject embedded files that can't be packed into modulesRuss Cox
2021-02-10cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang
2021-02-09cmd/go: suppress errors from 'go get -d' for packages that only conditionally...Bryan C. Mills
2021-02-02cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang
2021-02-02cmd/link: fix off-by-1 error in findShlibSectionCherry Zhang
2021-02-01cmd/link: disable TestPIESize if CGO isn't enabledNehal J Wani
2021-01-28cmd/go: revert TestScript/build_trimpath to use ioutil.ReadFileBryan C. Mills
2021-01-27cmd/go: skip issue33139 when the 'cc' script command is unavailableNehal J Wani
2021-01-25cmd/compile: fix order-of-assignment issue w/ defersMatthew Dempsky
2021-01-25cmd/go: fix TestScript/cgo_path, cgo_path_space when CC setJay Conrod
2021-01-23cmd/internal/obj/arm64: fix VMOVQ instruction encoding erroreric fang
2021-01-22cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-22cmd/go: add documentation for test and xtest fields output by go listMichael Matloob
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-20cmd/internal/moddeps: check content of all modules in GOROOTDmitri Shuralyov
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-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-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2021-01-15cmd/link: remove GOROOT write in TestBuildForTvOSDmitri Shuralyov
2021-01-15cmd/compile: allow embed into any string or byte slice typeRuss Cox
2021-01-15cmd/compile: disallow embed of var inside funcRuss Cox
2021-01-15cmd/go: fix go generate docsRuss Cox
2021-01-14cmd/go: in 'go mod edit', validate versions given to -retract and -excludeJay Conrod
2021-01-14cmd/dist, cmd/go: pass -arch for C compilation on DarwinCherry Zhang
2021-01-14cmd/cgo: remove unnecessary space in cgo export headerQuim Muntal
2021-01-14cmd/test2json: document passing -test.paniconexit0Ian Lance Taylor