aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal
AgeCommit message (Expand)Author
2021-08-02[release-branch.go1.15] cmd/go/internal/load: always set IsImportCycle when i...Roland Shoemaker
2021-06-02[release-branch.go1.15] cmd/go: error out of 'go mod tidy' if the go version ...Bryan C. Mills
2021-03-25[release-branch.go1.15] cmd/go/internal/modfetch: detect and recover from mis...Jay Conrod
2021-03-10[release-branch.go1.15] cmd/go: don't report missing std import errors for ti...Jay Conrod
2021-02-02[release-branch.go1.15] cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-19[release-branch.go1.15-security] cmd/go: overwrite program name with full pathRoland Shoemaker
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2021-01-16[release-branch.go1.15-security] cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2020-11-16[release-branch.go1.15] cmd/go: permit CGO_LDFLAGS to appear in //go:ldflagIan Lance Taylor
2020-11-11[release-branch.go1.15-security] cmd/go: in cgoflags, permit -DX1, prohibit -...Ian Lance Taylor
2020-11-11[release-branch.go1.15-security] cmd/go, cmd/cgo: don't let bogus symbol set ...Ian Lance Taylor
2020-10-29[release-branch.go1.15] cmd/go/internal/modfetch: drop gopkg.in/russross/blac...Tobias Klauser
2020-10-07[release-branch.go1.15] cmd/go: relax version's error on unexpected flagsDaniel Martí
2020-09-02[release-branch.go1.15] cmd/test2json: do not emit a final Action if the resu...Bryan C. Mills
2020-09-02[release-branch.go1.15] cmd/go/internal/test: keep looking for go command fla...Bryan C. Mills
2020-08-05cmd/go: fix error stacks when there are scanner errorsMichael Matloob
2020-07-13cmd/go: include GOMODCACHE in 'go help environment'Jay Conrod
2020-07-06cmd/go: display test binary output if invoked with -helpIan Lance Taylor
2020-06-11cmd/go/internal/web: don't follow an infinite number of redirectsBaokun Lee
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-03cmd/go: add -Wl,-wrap,symbol to linker flag whitelistAndrew G. Morgan
2020-06-01cmd/go/internal/modload: document mvsReqs.MaxJay Conrod
2020-05-31Revert "cmd/go: group 'go get' update messages together near the end of output"Austin Clements
2020-05-29go/build: move build constraint docs to 'go help buildconstraint'Jay Conrod
2020-05-29cmd/go: group 'go get' update messages together near the end of outputJay Conrod
2020-05-27cmd/go: clean -cache -n should not delete cachePaschalis Tsilias
2020-05-26cmd/go: report error for empty GOPROXY listJay Conrod
2020-05-21cmd/go: rank errUseProxy lower when handling proxy errorsJay Conrod
2020-05-20cmd/go: use temporary file for output of gcc command on WindowsYasuhiro Matsumoto
2020-05-20cmd/go: remove GOAMD64 environment variableDavid Chase
2020-05-13cmd/go: do not ignore permission errors when matching patternsBryan C. Mills
2020-05-13cmd/go: enable stringintconv and ifaceassert vet checks by defaultsmasher164
2020-05-07cmd/go: accept hash-style in LDFLAGSMeng Zhuo
2020-05-07cmd/go: add -Wl,-E to linker flag whitelist (shortcut of --export-dynamic)Shengyu Zhang
2020-05-06cmd/go: add positions for load errors in call to loadMichael Matloob
2020-05-04cmd/go/internal/modload: make QueryPattern consider current versionsJay Conrod
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2020-05-01cmd/go: add 'go help buildconstraint'Michał Łowicki
2020-04-30cmd: disable *.go domains lookup in go get commandAnton Kuklin
2020-04-30cmd/go: use -buildmode=pie as default on windowAlex Brainman
2020-04-30cmd/go: make 'mod verify' use multiple CPUsDaniel Martí
2020-04-30cmd/go: add error for cross-compiled -race buildsKeyan Pishdadian
2020-04-29cmd/go: trim source paths when compiling C with -trimpathJay Conrod
2020-04-29cmd/go/internal/modload: use lockedfile to read path-replacement go.mod filesRichard Miller
2020-04-27cmd/go/internal/web: use url.RedactedBaokun Lee
2020-04-25cmd/go/internal/cache: fix typing error in errVerifyModeMukesh Sharma
2020-04-23cmd/go: use response files when command line would be too longKeith Randall
2020-04-23cmd/go: allow generate to process invalid packagesJohan Jansson
2020-04-23cmd/go/internal/modget: improve GOINSECURE docswitchard