aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2021-11-10cmd/go: add 'go mod vendor -o' flagPaschalis Tsilias
2021-11-10internal/cache: document 'go clean -fuzzcache' in READMEemahiro
2021-11-09cmd/go: add go work sync commandMichael Matloob
2021-11-09cmd/go: add workspace pruning modeMichael Matloob
2021-11-09cmd/go/internal/bug: remove duplicate codeManlio Perillo
2021-11-09cmd/go: add //go:embed all:patternRuss Cox
2021-11-09cmd/go: fix mod_get_directCuong Manh Le
2021-11-08Revert "cmd/go: add workspace pruning mode"Bryan C. Mills
2021-11-08cmd/go: rename go mod initwork and editwork to go work init and editMichael Matloob
2021-11-08cmd/go: add workspace pruning modeMichael Matloob
2021-11-08cmd/compile,cmd/go: fix long test buildersCuong Manh Le
2021-11-08cmd/compile/internal/types2: use compiler version error when configured for c...Robert Griesemer
2021-11-05cmd/go: fix bugs in replacement path handlingMichael Matloob
2021-11-05cmd/go: don't assume case-insensitivity in TestScript/gcflags_patternsBryan C. Mills
2021-11-04cmd/go: clarify errors for pseudo-version commit lengthMatthias Dötsch
2021-11-04cmd/go: ensure that 'go test' prints the FAIL line for a package on a new lineBryan C. Mills
2021-11-04test: fix indentation for -shuffle help textSimon Law
2021-11-04cmd/go: download fewer dependencies in 'go mod download'Bryan C. Mills
2021-11-03internal/fuzz: improve error for mismatched typesKatie Hockman
2021-11-02cmd/go: disallow profile flags when using -fuzzRoland Shoemaker
2021-11-02cmd/go, internal/cpu: use internal/godebug in testsBrad Fitzpatrick
2021-10-29cmd/go: document that tests must not write to their source modulesBryan C. Mills
2021-10-29cmd/go: make assertions more precise in TestScript/gcflags_patternsBryan C. Mills
2021-10-29Revert "cmd/go: remove support for -buildmode=shared"Bryan C. Mills
2021-10-29cmd/go: test that the reserved paths "example" and "test" are not usedBryan C. Mills
2021-10-28cmd/go: test with SIGTERM in test_fuzz_non_crash_signalBryan C. Mills
2021-10-28cmd/go: disallow the -fuzz flag for tests outside the main moduleBryan C. Mills
2021-10-28cmd/go: consolidate fuzz-support checksBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-28cmd/go: update for //go:build linesRuss Cox
2021-10-28cmd/fix: add buildtag fixRuss Cox
2021-10-27cmd/go: stamp Bazaar VCS status into binariesMark Pulford
2021-10-27cmd/go: stamp Fossil VCS status into binariesMark Pulford
2021-10-27cmd/go: fix recognition of Fossil checkout directoriesMark Pulford
2021-10-27cmd/go: remove support for -buildmode=sharedBryan C. Mills
2021-10-27cmd/go: fix testdata/script/mod_vendor_goversion for new compiler outputRuss Cox
2021-10-27internal/fuzz: don't deflake coverage found while fuzzingKatie Hockman
2021-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-10-27cmd/go: add darwin/arm64 in the list of supported systems in help messageCholerae Hu
2021-10-26cmd/go: stamp VCS commit time into binariesMark Pulford
2021-10-26cmd/go: add -asan optionFannie Zhang
2021-10-25cmd/go/testdata/script: fix flaky test_fuzz_fuzztime testKatie Hockman
2021-10-23cmd/go: update test script for reformatted error message (fix long builds)Robert Griesemer
2021-10-19cmd/go: add GOWORK to go env commandMichael Matloob
2021-10-19cmd/go: support replaces in the go.work fileMichael Matloob
2021-10-19testing: don't allow f.Log/Logf or f.Skipped inside f.FuzzKatie Hockman
2021-10-19testing: write output to buffer when fuzzingKatie Hockman
2021-10-19cmd/go: skip flaky fuzz testsBryan C. Mills
2021-10-18cmd/go: fix broken fuzz testKatie Hockman
2021-10-15cmd/go: allow nested VCS repositories when preparing build stampJay Conrod