aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/imports
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-27cmd/go/internal/imports: make Tags and AnyTags safe for concurrent useBryan C. Mills
2020-10-23cmd/go: replace some more stats with fsys.StatMichael Matloob
2020-10-22imports: make ScanDir ignore go files start with dotKeyuan
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-06cmd/go: add basic support for overlaysMichael Matloob
2020-09-23all: add GOOS=iosCherry Zhang
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-06-20cmd/go/internal/imports: match solaris files for illumosTobias Klauser
2019-05-31cmd/go: ignore build tags when 'go get' modifies build listJay Conrod
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-31cmd/go: further reduce init workDaniel Martí
2019-03-28cmd/go: recognize android suffix when constructing build listJay Conrod
2019-02-23cmd/go/internal/imports: use the full path to resolve symlinksBryan C. Mills
2018-11-27cmd/go/internal/imports: resolve symlinks in ScanDirBryan C. Mills
2018-10-31go/build, cmd/go: add "hurd" as a GOOS valueIan Lance Taylor
2018-10-22cmd/go: update private copy of goosListIan Lance Taylor
2018-08-17cmd/go: document import "C" check from CL 129062Russ Cox
2018-08-17cmd/go: ignore import "C" files in module loader in non-cgo modeRuss Cox
2018-08-01cmd/go: add 'go version' statement in go.modRuss Cox
2018-07-17cmd/go: add new test script facilityRuss Cox
2018-06-15cmd/go: add dark copy of golang.org/x/vgoRuss Cox