aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2021-09-20[dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman
2021-09-20[dev.fuzz] cmd/go: in 'go test' don't allow multiple packages with -fuzzJay Conrod
2021-09-20cmd/go: write go.mod requirements more consistently for go 1.17+Jay Conrod
2021-09-20[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman
2021-09-20cmd/cgo: remove hardcoded '-pie' ldflag for linux/armjochen weber
2021-09-17cmd/go: fix GOARCH value in GOAMD64 docsTobias Klauser
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
2021-09-16cmd/go: clean paths before checking same directorygerrard
2021-09-16[dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman
2021-09-15[dev.fuzz] internal: fuzzing output adjustmentsKatie Hockman
2021-09-15[dev.fuzz] testing: adjust -fuzz multiple match stdoutKatie Hockman
2021-09-15cmd/go/internal/modload: prevent tidy downgrading disambiguating modulesJay Conrod
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-09-13cmd/go: add missing parenthesis in a call to "PrintVersion"Hossein Zolfi
2021-09-13cmd/go: add test to check for a potential workspace loading issueMichael Matloob
2021-09-13cmd/go: document 'go install cmd@version' ignores vendor directoriesJay Conrod
2021-09-10[dev.fuzz] testing: F.Setenv plus various fixes and revisionsJay Conrod
2021-09-10[dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zeroKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: write a newline to the end of a corpus fileKatie Hockman
2021-09-10[dev.fuzz] testing: allow -fuzzminimizetime to be 0Katie Hockman
2021-09-10[dev.fuzz] testing: move corpus from testdata/corpus to testdata/fuzzKatie Hockman
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
2021-09-08[dev.fuzz] internal/fuzz: fix panic when marshaling dataKatie Hockman
2021-09-08cmd/go: print offending -mod value in workspace modeMichael Matloob
2021-09-08cmd/go: improve the creation and editing of go.work filesMichael Matloob
2021-09-08cmd/go/internal/modload: scan dependencies of root paths when raising version...Bryan C. Mills
2021-09-02[dev.fuzz] internal/fuzz: minimize inputs that expand coverageJay Conrod
2021-09-02cmd/link: avoid crash on undefined func sym with external linkingThan McIntosh
2021-09-01[dev.fuzz] cmd/go: stream output when fuzzingJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: fail minimization on non-reproducible crashJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: count -fuzzminimizetime toward -fuzztimeJay Conrod
2021-08-30cmd/go/internal/modload: use "pruned" instead of "lazy" to describe pruned mo...Bryan C. Mills
2021-08-30cmd/go/internal/modload: remove go117LazyTODOBryan C. Mills
2021-08-30cmd/go/internal/modload: remove go117EnableLazyLoadingBryan C. Mills
2021-08-30cmd/go: ensure 'go get -u' can upgrade pruned (1.17+) modulesJay Conrod
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-20[dev.fuzz] cmd/go: exclude additional packages from fuzzing instrumentationJay Conrod
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