aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
AgeCommit message (Expand)Author
3 hourscmd/go/internal/modget: print a fatal error if -d=falseMichael Matloob
5 hourscmd/go/internal/modload: add line numbers to godebug errorsMichael Matloob
5 hourscmd/go/internal/modload: respect overlays when loading go.work filesMichael Matloob
7 dayscmd/go: add compatibility tests for go mod tidy -diffSam Thanawalla
8 dayscmd/cgo/internal/swig,cmd/go: reenable swig tests on 386Michael Anthony Knyszek
8 dayscmd/cgo/internal/swig,cmd/go: skip swig tests on 386Michael Anthony Knyszek
9 dayscmd/go/internal/load: clone pgo variant's PackagePublic.Imports in splitMichael Matloob
13 dayscmd/go: env changed flag respects $GOROOT/go.envqiulaidongfeng
13 dayscmd/go/internal/modload: fix bug in error messageMichael Matloob
13 dayscmd/go/internal/telemetrystats: fix assignment to okMichael Matloob
2024-05-23cmd/go/internal/telemetrystats: handle cases where there's no patchMichael Matloob
2024-05-23cmd/go,testdeps: move import of internal/coverage/cfile to testmainThan McIntosh
2024-05-23cmd/go/internal/work: add telemetry counters for build cache hits/missesMichael Matloob
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-22cmd/go: add additional counters for mode and host/target OS and archMichael Matloob
2024-05-22cmd/go: add go mod tidy -diffSam Thanawalla
2024-05-22cmd/go: add -cover flag to report by go version -mKioni
2024-05-21runtime/coverage: remove uses of //go:linknameRuss Cox
2024-05-21cmd/go: turn back on build_plugin_reproducible script testThan McIntosh
2024-05-20cmd/go/internal/modget: warn -d is a no-opZxilly
2024-05-20cmd/go: add telemetry for a predefined set of GOROOT valuesMichael Matloob
2024-05-20cmd/go: accept -mcmodel and -mlarge-data-threshold compiler flagsIan Lance Taylor
2024-05-17cmd/go/internal/envcmd: remove duplicate env value setMichael Matloob
2024-05-17cmd/go: unexport loadImportqiulaidongfeng
2024-05-16cmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIRMichael Matloob
2024-05-16cmd/go/internal/envcmd: fix showing GODEBUG env valueMichael Matloob
2024-05-16cmd/go: add -changed to query for non-defaults in the envqiulaidongfeng
2024-05-16cmd/go/internal/script: Fix build tags of isETXTBSYHiroaki Nakamura
2024-05-15cmd/go: don't start upload until after toolchain selectionMichael Matloob
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-15cmd/go/internal/modload: compute direct in workspace modeMichael Matloob
2024-05-15cmd/go: add support for godebug lines in go.mod and go.workRuss Cox
2024-05-13cmd/go: add module information to vet actionsTim King
2024-05-13cmd/cgo, cmd/go: add cgo -ldflags option, use it in cmd/goIan Lance Taylor
2024-05-13cmd/go: remove unused codeqiulaidongfeng
2024-05-11cmd/go/testdata/script: disable build_plugin_reproducible on darwinMichael Matloob
2024-05-10cmd/go/testdata/script: clear path in gotoolchain_issue66175Michael Matloob
2024-05-08cmd/go: rename flag counters and add buildmode values separatelyMichael Matloob
2024-05-07cmd/go: download 1.X.0 instead of 1.X during toolchain upgrade.Sam Thanawalla
2024-05-07cmd/go: disallow -lto_library in LDFLAGSRoland Shoemaker
2024-05-07cmd/go: import vendored packages only listed in modules.txtSam Thanawalla
2024-05-03cmd/go: add flag values to counter for buildmodeMichael Matloob
2024-05-03cmd/go: remove checks that all counters incremented are in counters.txtMichael Matloob
2024-05-03cmd/vet: add stdversion analyzerAlan Donovan
2024-05-02cmd/go: pass -Wl,-z,nodelete for c-shared mode with gccgoIan Lance Taylor
2024-04-26all: make use of sync.Map.ClearJes Cok
2024-04-25cmd/go: go env GOMOD should not download newer toolchainSam Thanawalla
2024-04-22cmd/go: update comment to not say GO386 does not existIan Lance Taylor
2024-04-18cmd/go: only attempt to match subset of $GOCACHE in testMichael Pratt
2024-04-18cmd/go: use cache for PGO preprocessingMichael Pratt