aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2021-08-26[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgoMichael Matloob
2021-08-26cmd/go: pass -gcflags after other flags generated by the go commandCuong Manh Le
2021-08-25[dev.cmdgo] cmd/go: fix calls to modFileGoVersion to pass in modFileMichael Matloob
2021-08-25[dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob
2021-08-25[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-23cmd/go: fix long test buildersCuong Manh Le
2021-08-18cmd/go/internal/work/exec: throw an error when buildP is negativeYuki Osaki
2021-08-18cmd/go/testdata/script: fix test script added by CL 334873Tobias Klauser
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/go: address code review comments in test cgo_path_space_quoteJay Conrod
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-13cmd/go: add -testsum flag to update go.sum in script testsJay Conrod
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-08-12[dev.cmdgo] don't give command-line-arguments a module Michael Matloob
2021-08-11[dev.cmdgo] cmd/go: remove modload.ModRoot functionMichael Matloob
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-08-06[dev.cmdgo] cmd/go: address code review comments in test cgo_path_space_quoteJay Conrod
2021-08-06[dev.cmdgo] cmd: update x/tools and remove copy of txtarJay Conrod
2021-07-31[dev.cmdgo] cmd/go: add go mod editwork commandMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: thread through modroots providing replacementsMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: provide a more helpful missing required module error in w...Michael Matloob
2021-07-30[dev.cmdgo] cmd/go: allow expliticly setting -mod=readonly in workspace modeMichael Matloob
2021-07-30Merge "[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo" into dev.cmdgoGerrit Code Review
2021-07-30[dev.cmdgo] cmd: support space and quotes in CC and CXXJay Conrod
2021-07-30[dev.cmdgo] cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-07-28[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgoJay Conrod
2021-07-28cmd/go: fix go.mod file name printed in error messages for replacementsJay Conrod
2021-07-28[dev.cmdgo] cmd/go: sort roots when joining multiple main module rootsMichael Matloob
2021-07-28[dev.cmdgo] cmd/go: maintain a go.work.sum fileMichael Matloob
2021-07-27[dev.cmdgo] cmd/go: make fewer 'go mod' commands update go.modJay Conrod
2021-07-27[dev.cmdgo] cmd/go: add -testsum flag to update go.sum in script testsJay Conrod
2021-07-27cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod
2021-07-27[dev.cmdgo] cmd/go: add go mod initwork commandMichael Matloob
2021-07-27[dev.cmdgo] cmd/go: fold index and modFile into MainModulesMichael Matloob
2021-07-27cmd/go: add missing flag in UsageLine180909
2021-07-26[dev.cmdgo] cmd/go: add the workspace modeMichael Matloob
2021-07-22[dev.typeparams] all: merge master (798ec73) into dev.typeparamsMatthew Dempsky
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
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-20[dev.cmdgo] cmd/go/testdata/script: fix a small typo in modfile_flagMichael Matloob