aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api/goapi_test.go
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-09-14cmd/api: omit outside dependencies when listing the packages in "std"Bryan C. Mills
2020-04-04cmd/dist: remove darwin/386, darwin/arm as valid portsBrad Fitzpatrick
2020-03-25cmd/api: make NewWatcher populate its own package and import metadataBryan C. Mills
2019-03-04cmd/api: fix no go files package panicBaokun Lee
2018-10-05cmd/api: explicit tagKey with GOOS and GOARCHMeng Zhuo
2017-09-20all: correct location of go toolHiroshi Ioka
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-20cmd/api: fix benchmark to ignore internal packagesIan Lance Taylor
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer
2015-04-08cmd/api: make the test more robustShenghou Ma
2015-04-08cmd/api: re-enable TestGolden on naclShenghou Ma
2015-04-08cmd/api: update api checker to use go/types from std repoRobert Griesemer
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-07-21cmd/api: ignore internal packagesBrad Fitzpatrick
2013-08-08cmd/api: add a benchmark over the standard libraryBrad Fitzpatrick
2013-08-08cmd/api: rewrite using go/typesRobert Griesemer
2013-05-14cmd/api: don't print out except.txt removed features to stdoutBrad Fitzpatrick
2012-10-30cmd/api: handle contexts re-convergingBrad Fitzpatrick
2012-10-30cmd/api: add more testsBrad Fitzpatrick
2012-03-01go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, PackageRuss Cox
2012-01-31build: move goapi, quietgcc, cgo, gotype, ebnflint into go-toolRuss Cox