aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/build.go
AgeCommit message (Expand)Author
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2020-02-25cmd/go/internal/{test,vet}: use a standard flag.FlagSet to parse flagsBryan C. Mills
2019-11-15cmd/go: document the -mod=mod optionAgniva De Sarker
2019-10-25[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-24cmd/go: add -modfile flag that sets go.mod file to read/writeJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-10-21[dev.link] cmd: reference symbols by name when linking against Go shared libraryCherry Zhang
2019-10-21cmd/go: add a flag to avoid creating unwritable directories in the module cacheBryan C. Mills
2019-10-04cmd/go: set expected filename when building a local package with -o is pointi...Jordi Martin
2019-10-04cmd/go: remove the -mod flag from 'go get'Bryan C. Mills
2019-09-11cmd/go/internal/work: use pie link mode when using MSAN on arm64fanzha02
2019-08-20cmd/go: fix "go help build -o" docsFilippo Valsorda
2019-06-17cmd/go: document GOBIN and 'go install' locationsJay Conrod
2019-04-24cmd/go: change -tags to a comma-separated listRuss Cox
2019-04-24cmd/go: add -trimpath build flagRuss Cox
2019-04-08cmd/go: do not write output when -o is not specified, but folder with same na...Daniel Theophanes
2019-03-27cmd/go/internal/{run,work,generate}: document file path location requirementAgniva De Sarker
2019-03-22cmd/go: fix the default build output name for versioned binariesDmitri Shuralyov
2019-03-22Revert "cmd/go: fix the default build output name for versioned binaries"Dmitri Shuralyov
2019-03-18cmd/go: allow -o to point to a folder that writes multiple execsDaniel Theophanes
2019-03-13cmd/go/internal/work: remove commented-out importBrad Fitzpatrick
2019-03-13cmd/go: fix the default build output name for versioned binariesHana Kim
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-18cmd/go: don't mention -mod=releaseMark Rushakoff
2018-08-17cmd/go: distinguish patterns from the results of matching themRuss Cox
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox
2018-06-15cmd/go: add dark copy of golang.org/x/vgoRuss Cox
2018-05-27cmd/go: don't generate output for "go build -o /dev/null x.go"Ian Lance Taylor
2018-05-10cmd/go: remove import path debugging hooksRuss Cox
2018-05-02runtime: enable memory sanitizer on arm64Fangming.Fang
2017-11-29cmd/go: ensure pkgsFilter is run before buildJess Frazelle
2017-11-16cmd/go: add import config debugging flagRuss Cox
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-11-07cmd/go: accept relative -pkgdir argumentRuss Cox
2017-11-03cmd/go: do not install dependencies during "go install"Russ Cox
2017-11-03cmd/go: do not print "go install" in errors from other commandsRuss Cox
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-10-20cmd/go/internal/work: factor build.go into multiple filesRuss Cox
2017-10-20cmd/go: move internal/load.PluginPath to internal/workRuss Cox
2017-10-20cmd/go: look for "unknown" when checking supported compiler flagsIan Lance Taylor
2017-10-19cmd/go: skip updateBuildID on binaries we will runRuss Cox
2017-10-12cmd/go: delete p.Internal.Target in favor of p.TargetRuss Cox
2017-10-11cmd/go: record both build ID and content ID in archives and binariesRuss Cox
2017-10-11cmd/buildid: add new tool factoring out code needed by go commandRuss Cox
2017-10-11cmd/go: make cmd/* default to go tool installationRuss Cox
2017-10-11cmd/go: hoist C++, Objective-C, and Fortran checks earlierRuss Cox
2017-10-11cmd/go: replace a.Package.Internal.Pkgfile with a.builtRuss Cox
2017-10-11cmd/go: clean up compile vs link vs shared library actionsRuss Cox