aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal
AgeCommit message (Expand)Author
7 dayscmd/go: add compatibility tests for go mod tidy -diffSam Thanawalla
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
14 dayscmd/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-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-20cmd/go/internal/modget: warn -d is a no-opZxilly
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/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-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: 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: use cache for PGO preprocessingMichael Pratt
2024-04-18cmd/go: preprocess PGO profilesMichael Pratt
2024-04-18cmd/go: inital plumbing for PGO profiles preprocessingMichael Pratt
2024-04-14cmd/go/internal/modfetch: fix typos in commentguoguangwu
2024-04-05cmd/go: add tool names to go tool subcommand countersMichael Matloob
2024-04-02cmd/go/internal/modload: close modules.txtguoguangwu
2024-03-30cmd/go: close elf file in the readpkglist functionguoguangwu
2024-03-27cmd/go: replace reflect.DeepEqual with slices.Equal and maps.EqualDaniel Martí
2024-03-26all: fix a large number of commentscui fliter
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-25cmd/go/internal/modget: remove duplicate exitZxilly
2024-03-21cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic checks for atomics fo...Andrey Bokhanko
2024-03-21cmd/go: show deprecation message on go run/installAudi P. R. Putra
2024-03-15cmd/go/internal/modload: follow dependencies of unpruned roots in dqTracker.pathBryan C. Mills
2024-03-15cmd/link: support -bindnow option and permit use of "-Wl,-z,now"Than McIntosh
2024-03-14cmd/internal/telemetry: add a shim package around telemetryMichael Matloob