aboutsummaryrefslogtreecommitdiff
path: root/src/go/importer
AgeCommit message (Expand)Author
2023-10-19go: add available godoc linkcui fliter
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2022-11-15go: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-05-16go/importer: disable TestForCompiler/LookupCustom for GOEXPERIMENT=unifiedMatthew Dempsky
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-06-27go/importer: update documentation on ForCompiler lookup parameterRobert Griesemer
2019-04-10all: spell "Deprecated: Use etc" consistentlyNigel Tao
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2018-12-04go/importer: add ForCompiler, which accepts a token.FileSetAlan Donovan
2018-01-10go/importer,os/exec: use testenv.GoToolPathDaniel Martí
2017-10-31go/importer: support lookup in importer.ForRuss Cox
2017-02-27go/importer: support importing directly from sourceRobert Griesemer
2016-04-12go/importer: make For("gccgo", nil) not panicAlan Donovan
2016-01-13go/types: rename Importer2 to ImporterFromgo1.6beta2Brad Fitzpatrick
2016-01-08go/types: provide Importer2 supporting the Go 1.5 vendor experimentRobert Griesemer
2015-06-17go/importer: implement support for gccgoRobert Griesemer
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer