aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/buildid.go
AgeCommit message (Expand)Author
2021-04-28cmd/go: include C/C++/Fortran compiler version in build IDIan Lance Taylor
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-01cmd/internal/buildid: update Mach-O code signature when rewriting buildidCherry Zhang
2020-11-12cmd/go: use overlaid path contents in build cacheMichael Matloob
2020-10-28cmd/buildid: move and reuse duplicated HashToString code to cmd/internal/buil...Mikhail Fesenko
2020-10-20cmd/go: add BuildID to list -json -exportDaniel Martí
2020-09-29cmd/go: fix doc math for build cache hashingDaniel Martí
2020-03-26cmd/go/internal/base: rename EnvForDir to AppendPWDBryan C. Mills
2019-10-28cmd: remove a few unused parametersDaniel Martí
2019-09-10cmd/go: for gccgo, look for tool build ID before hashing entire fileIan Lance Taylor
2019-07-17cmd/go: include GOEXPERIMENT flags in tool id for cache keyJay Conrod
2019-05-20cmd/go/internal/work: fix a couple typosBrad Fitzpatrick
2019-05-16cmd/go: add more information to -debug-actiongraphRuss Cox
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2018-11-16cmd/go: fix experiment isolation in cache keyRuss Cox
2018-11-08cmd/go: vet: revert $GOVETTOOL env var, restore -vettool flagAlan Donovan
2018-10-31cmd: allow build with gccgo on AIXClément Chigot
2018-10-17cmd/go: make go vet query cmd/vet for its flagsAlan Donovan
2018-09-14cmd/go: correct gccgo buildid file on ARMIan Lance Taylor
2018-08-10cmd/go: display cached compiler output more oftenRuss Cox
2018-08-09cmd/go: include experiments in compiler tool IDIan Lance Taylor
2018-06-12cmd/go: add support for vet-specific export dataRuss Cox
2018-06-08cmd/go: add Solaris assembler syntax for gccgo buildid fileIan Lance Taylor
2018-06-07cmd/go: add go list -cgo and -exportRuss Cox
2018-05-09cmd/go: force untranslated output when running GCC/clang driverIan Lance Taylor
2018-04-25cmd/go: fix go list .Stale computationRuss Cox
2018-01-05cmd/go: add support for build IDs with gccgoIan Lance Taylor
2018-01-04cmd/buildid: fix rewrite algorithmHiroshi Ioka
2017-12-01cmd/go: fix reuse of cached objects during coverRuss Cox
2017-11-16cmd/go: implement go clean -testcacheRuss Cox
2017-11-13cmd/go: cache and replay command output during buildRuss Cox
2017-11-10cmd/go: close unintentionally left open fileAlex Brainman
2017-11-06cmd/go: ignore stderr from tool version checksRuss Cox
2017-11-06cmd/go: do not use cache when -a is specifiedRuss Cox
2017-11-03cmd/go: cache successful test resultsRuss Cox
2017-11-03cmd/go: cache built packagesRuss Cox
2017-11-02cmd/go/internal/cache: implement build artifact cacheRuss Cox
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox