aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2022-04-27[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-21cmd/go: add a better error message when in a module outside workspaceMichael Matloob
2022-04-21cmd/go: replace some calls to base.AppendPWD with cmd.EnvironBryan C. Mills
2022-04-21Revert "cmd/go/internal/test: wrap os.Stdout always"Bryan Mills
2022-04-21cmd/go/internal/test: wrap os.Stdout alwaysAndrew Gerrand
2022-04-20cmd/go: don't compute Deps fields if they're not neededMichael Matloob
2022-04-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-20cmd/go/internal/base: in AppendPWD, check that PWD is absoluteBryan C. Mills
2022-04-12cmd/go: fix TestScript/test_fuzz_minimize_interesting flakeRoland Shoemaker
2022-04-12cmd/go: allow '-buildvcs=auto' and treat it as the defaultBryan C. Mills
2022-04-12cmd/go: open correct path when loading embeds from root directorytenkoh
2022-04-12cmd/go/internal/modload: remove aix from stat_openfile.go commentTobias Klauser
2022-04-12cmd/go: set GOROOT explicitly for 'go generate' subprocessesBryan C. Mills
2022-04-12cmd/go: fix TestScript/build_trimpath_goroot when built with a mismatched GOR...Bryan C. Mills
2022-04-11all: gofmt main repoRuss Cox
2022-04-11cmd/go: gofmt alldocs.goRuss Cox
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-05[dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger
2022-04-05cmd/go/internal/work: omit modinfo line from cache key when emptyBryan C. Mills
2022-04-05cmd/go: quote fragments in CGO_ env variables reported by 'go env'Bryan C. Mills
2022-04-04cmd/go: prevent panic in go work useFilippo Rossi
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31cmd/go: prevent go work use panic when given a fileJohn Anthony
2022-03-31cmd/go: allow either test to complete first in TestScript/test_chatty_paralle...Bryan C. Mills
2022-03-31cmd/go: update TestCgoHandlesWlORIGIN to avoid -rpath on windowsThan McIntosh
2022-03-30cmd: make go and moddeps tests insensitive to presence of src/go.workDavid Chase
2022-03-30cmd/go: remove arbitrary sleep in TestScript/test_chatty_parallel_success_sleepyBryan C. Mills
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-28go/build: recognize "unix" build tagIan Lance Taylor
2022-03-27cmd/go/internal/modfetch: remove unused FileRev structBaokun Lee
2022-03-24cmd/gofmt: return a proper error for empty Go filesDaniel Martí
2022-03-18cmd/go: diagnose unset GOROOT when built with -trimpathBryan C. Mills
2022-03-18cmd/go: include the "-trimpath" flag in the stamped build settingsBryan C. Mills
2022-03-18cmd/go: stamp build settings for binaries in cmdBryan C. Mills
2022-03-18cmd/go/internal/test: ensure that build.ToolDir is accurate in testsBryan C. Mills
2022-03-18go/build: avoid setting Default.GOROOT when runtime.GOROOT() is emptyBryan C. Mills
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2022-03-18cmd/link: avoid stamping runtime.defaultGOROOT when paths are being trimmedBryan C. Mills
2022-03-18cmd/go: avoid stamping VCS metadata in test binariesBryan C. Mills
2022-03-18cmd/go: run 'go help documentation' through gofmt in TestDocsUpToDateRuss Cox
2022-03-18internal/buildcfg: extract logic specific to cmd/goBryan C. Mills
2022-03-17cmd/doc: use the 'go' command from buildCtx.GOROOT, not whatever is in $PATHBryan C. Mills
2022-03-16internal/txtar: bring back to main repo, for tests in stdRuss Cox
2022-03-15cmd/go: document that 'go run' strips debug infoIan Lance Taylor