aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work
AgeCommit message (Expand)Author
2024-05-23cmd/go/internal/work: add telemetry counters for build cache hits/missesMichael Matloob
2024-05-20cmd/go: accept -mcmodel and -mlarge-data-threshold compiler flagsIan Lance Taylor
2024-05-16cmd/go: add -changed to query for non-defaults in the envqiulaidongfeng
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-07cmd/go: disallow -lto_library in LDFLAGSRoland Shoemaker
2024-05-02cmd/go: pass -Wl,-z,nodelete for c-shared mode with gccgoIan 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-03-30cmd/go: close elf file in the readpkglist functionguoguangwu
2024-03-21cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic checks for atomics fo...Andrey Bokhanko
2024-03-15cmd/link: support -bindnow option and permit use of "-Wl,-z,now"Than McIntosh
2024-03-14Revert: "cmd/link: add option to enable full RELRO for ELF"Than McIntosh
2024-03-07cmd/go: always include action mode in trace nameMichael Pratt
2024-02-29cmd/link: add option to enable full RELRO for ELFNick Revin
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-21cmd/go: remove unused var BuildToolchainLinker and BuildToolchainCompilerqiulaidongfeng
2024-02-16cmd/dist,cmd/go: define assembly macros, handle GOARM value with soft/hardfloatCherry Mui
2024-01-30all: fix typosJes Cok
2024-01-24cmd/go: add GORISCV64 environment variableMark Ryan
2024-01-23cmd/go/internal/str,cmd/go/internal/work: remove redundant Containsapocelipes
2024-01-05cmd/go: run cover tool before swigThan McIntosh
2023-12-08cmd/go: relax version regexp from CL 547998Bryan C. Mills
2023-12-07cmd/go: accept clang versions with vendor prefixesBryan C. Mills
2023-10-31runtime: on arm32, detect whether we have sync instructionsKeith Randall
2023-10-20cmd/go/internal/work: set Incomplete to true if there is an errorQuan Tong
2023-10-19cmd/go: move all Shell methods to shell.goAustin Clements
2023-10-19cmd/go: add Shell.RemoveAllAustin Clements
2023-10-19cmd/go: introduce Shell abstractionAustin Clements
2023-10-19cmd/go: serialize access to scriptDir with outputAustin Clements
2023-10-19cmd/go: clean up adding import path to command errorAustin Clements
2023-10-18cmd/go: work around race in fmtCmdAustin Clements
2023-10-18cmd/go: drop unnecessary Package argument to reportCmdAustin Clements
2023-10-18cmd/go: drop unnecessary Package argumentsAustin Clements
2023-10-18cmd/go: move fmtcmd's side effect to ShowcmdAustin Clements
2023-10-18cmd/go: use Builder.writeFile more extensivelyAustin Clements
2023-10-18cmd/go: delete showOutput, formatOutput, and processOutputAustin Clements
2023-10-18cmd/go: replace formatOutput/showOutput with reportCmdAustin Clements
2023-10-18cmd/go: consolidate showOutput, formatOutput, and processOutput into reportCmdAustin Clements
2023-10-17cmd/go: rename ld, ldShared "out" argument to "targetPath"Austin Clements
2023-10-11cmd/go: clean up "cover" debug outputAustin Clements
2023-09-30internal,cmd/internal: relocate covcmd package from std to cmdThan McIntosh
2023-09-30cmd/go: fix percent covered problems with -coverpkgThan McIntosh
2023-09-30cmd/go: improve handling of no-test packages for coverageThan McIntosh
2023-09-25 cmd/go: permit additional cflags when compilingHolger Hans Peter Freyther
2023-09-20cmd/go: improve go build documentationKirill Che
2023-09-11cmd/go: cache results of exec.LookPathqiulaidongfeng
2023-09-06cmd/go: permit $AR to include optionsIan Lance Taylor
2023-08-29runtime, cmd/go: enable address sanitizer on linux/loong64Xiaolin Zhao