aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal
AgeCommit message (Expand)Author
2021-08-26cmd/go: pass -gcflags after other flags generated by the go commandCuong Manh Le
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-18cmd/go/internal/work/exec: throw an error when buildP is negativeYuki Osaki
2021-08-17cmd/go: make mod init disallow invalid major version suffixesPaschalis Tsilias
2021-08-17cmd/go/internal/test: add an all sentinel to -vetColin Arnott
2021-08-17cmd/go: go test flag -failfast should be cacheablekezhao
2021-08-17all: fix typosYasuhiro Matsumoto
2021-08-16cmd: update x/tools and remove copy of txtarJay Conrod
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-08-16cmd/go: add document -json in testflag180909
2021-08-16cmd/go/internal/modfetch/codehost: refactor gitRepo.loadRefs to be harder to ...Jay Conrod
2021-08-13cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-08-13cmd/go: make fewer 'go mod' commands update go.modJay Conrod
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-07-28cmd/go: fix go.mod file name printed in error messages for replacementsJay Conrod
2021-07-27cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod
2021-07-27cmd/go: add missing flag in UsageLine180909
2021-07-22[dev.typeparams] all: merge master (798ec73) into dev.typeparamsMatthew Dempsky
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-20cmd/go: don't add C compiler ID to hash for standard libraryIan Lance Taylor
2021-07-14cmd/go: change link in error message from /wiki to /doc.Bryan C. Mills
2021-07-13cmd/go: remove a duplicated word from 'go help mod graph'Bryan C. Mills
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-07cmd/go/internal/modfetch/codehost: skip hg tests if no hg binary is presentBryan C. Mills
2021-07-07cmd/go/internal/modload: remove unused functionsBryan C. Mills
2021-07-07cmd/go/internal/modload: fix an apparent typo in the AutoRoot commentBryan C. Mills
2021-07-02[dev.typeparams] all: merge master (912f075) into dev.typeparamsMatthew Dempsky
2021-07-01cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod ven...Yasuhiro Matsumoto
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-28cmd/go: add GOEXPERIMENT to `go env` outputMatthew Dempsky
2021-06-28cmd/go: prep for 'go env' refactoringMatthew Dempsky
2021-06-27internal/buildcfg: refactor GOEXPERIMENT parsing code somewhatMatthew Dempsky
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-24cmd/go: don't try to add replaced versions that won't be selectedBryan C. Mills
2021-06-24cmd/go: search breadth-first instead of depth-first for test dependency cyclesBryan C. Mills
2021-06-22cmd/go: update ToolTags based on GOARCH valueIan Lance Taylor
2021-06-21cmd/go: add a -go flag to 'go mod graph'Bryan C. Mills
2021-06-21cmd/go: document GOPPC64 environment variableIan Lance Taylor
2021-06-22[dev.typeparams] all: merge master (16e82be) into dev.typeparamsCuong Manh Le
2021-06-21cmd/go: do not require the module cache to exist for 'go mod edit'Bryan C. Mills
2021-06-17[dev.typeparams] internal/goarch,internal/goos: explode runtime/internal/sys ...Michael Anthony Knyszek
2021-06-16cmd/go: in lazy modules, add transitive imports for 'go get' argumentsBryan C. Mills
2021-06-15cmd/go: ignore UTF8 BOM when reading source codeunbyte
2021-06-15cmd/go, go/build: update docs to use //go:build syntaxDamien Neil
2021-06-11cmd/go: remove hint when no module is suggestedConstantin Konstantinidis
2021-06-10cmd/go: report the imports of CompiledGoFiles in ImportMapBryan C. Mills
2021-06-08cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...Bryan C. Mills
2021-06-01cmd/go: add [-src] to documentationVitaly Zdanevich