aboutsummaryrefslogtreecommitdiff
path: root/src/internal/goroot
AgeCommit message (Expand)Author
2024-02-08internal/goroot: in IsStandardPackage check for go source filesMichael Matloob
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2023-01-17cmd/go: do not confuse files for standard library packagesRuss Cox
2022-12-01go/internal/gcimporter: load cached export data for packages individuallyBryan C. Mills
2022-11-16internal/goroot: report PkgfileMap error on invalid lineTobias Klauser
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-09-27internal/goroot: using strings.CutPrefix replace strings.HasPrefix and string...cuiweixie
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2019-09-18internal/goroot: for -compiler=gccgo, only look for .gox filesIan Lance Taylor
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-09-25go/build: move isStandardPackage to new internal/goroot packageIan Lance Taylor