aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
2022-01-13cmd/go: run go install in workspace modeMichael Matloob
2022-01-13cmd/go: reset modfetch state between modules in go work syncMichael Matloob
2022-01-11cmd/go: skip TestScript/test_fuzz_test_race on !raceTobias Klauser
2022-01-10testing: only snapshot coverage during fuzzingRoland Shoemaker
2022-01-06testing: fix deadlock with t.Parallel in testing seed corpusKatie Hockman
2022-01-06doc: improve documentation for GOAMD64Ulrich Kunitz
2022-01-05cmd/go: add fuzzing coverage testRoland Shoemaker
2021-12-23cmd/go: remove MallocNanoZone environment variable workaroundCherry Mui
2021-12-16cmd/go: update go work docsMichael Matloob
2021-12-16cmd/go/internal/vcs: prevent Git signatures from breaking commit time parsingAndre Marianiello
2021-12-16cmd/go: add missing cgo condition in TestScript/mod_list_compiled_concurrentBryan C. Mills
2021-12-16cmd/go: examine dependencies of main modules in workspace modeMichael Matloob
2021-12-15all: fix typo in commentichxxx
2021-12-13cmd/go: document -fuzzminimizetimeKatie Hockman
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-09cmd/go: use -count=1 in test_fuzz_chatty.txtJulie Qiu
2021-12-08cmd/go: fix hang in workspacesMichael Matloob
2021-12-08cmd/go: fix references to old `go mod editwork`Hana
2021-12-07cmd/go: fix flaky testKatie Hockman
2021-12-07internal/fuzz: handle unrecoverable errors during minimizationKatie Hockman
2021-12-07cmd/link, cmd/go: make version info easier to extractRuss Cox
2021-12-07cmd/go: add missing cgo conditions in script testsBryan C. Mills
2021-12-07cmd/go: fix tests broken in CL 358539Bryan C. Mills
2021-12-06src/cmd/go/internal/work: lock Builder output mutex consistentlymiller
2021-12-06cmd/go: update "go help doc" docsRoi Martin
2021-12-01cmd/go/internal/modfetch: remove legacy codeBaokun Lee
2021-12-01cmd/go/internal/modload: fix up main-module checks from CL 334932Bryan C. Mills
2021-11-30cmd/go: adjust BuildInfo.SettingsRuss Cox
2021-11-27cmd/go: fix a typo in mod_lazy_new_import.txttangxi666
2021-11-27cmd/go/internal: gofmt after CL 355010Tobias Klauser
2021-11-25cmd/dist: add buildtag parsing testRuss Cox
2021-11-24cmd/go: fix bug in using the workfile flag with testsMichael Matloob
2021-11-22cmd/go: work out VCS information once per repositoryDaniel Martí
2021-11-22cmd/go: allow a package that ends with _test having an internal test packageRyan Leung
2021-11-22cmd/go: correct an inaccuracy in the 'go help work' docsMichael Matloob
2021-11-22cmd/go: forward the MallocNanoZone variable to script testsBryan C. Mills
2021-11-22cmd/go: report a helpful error when there are no modules in workspaceMichael Matloob
2021-11-22Revert "cmd/go: temporarily skip TestScript/test_fuzz_minimize"Bryan C. Mills
2021-11-22cmd/go: fix go work sync when there are zero workspace modulesMichael Matloob
2021-11-19cmd/go: temporarily skip TestScript/test_fuzz_minimizeBryan C. Mills
2021-11-19internal/fuzz: compute correct number of mutationsRoland Shoemaker
2021-11-18cmd/go/internal/test: add dep from test pkg build to real pkg buildIan Lance Taylor
2021-11-17cmd/go: skip broken fuzz testRoland Shoemaker
2021-11-16cmd: pull in golang.org/x/mod@3a5865cMichael Matloob
2021-11-16cmd/go: don't try to print build info of non-Go binariesAlberto Donizetti
2021-11-13cmd/go: remove remaining uses of TODOWorkspacesMichael Matloob
2021-11-12cmd/go: add go work use commandMichael Matloob
2021-11-12cmd/go: use workspace modules' go.sum files to check sumsMichael Matloob
2021-11-12internal/fuzz: set timeout for each exec of fuzz targetKatie Hockman
2021-11-11all: update terminology for fuzzingKatie Hockman