summaryrefslogtreecommitdiff
path: root/src/cmd/api/goapi_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/api: rewrite as package testRuss Cox2022-11-281-240/+0
* cmd/api: skip tests when 'os/exec' is supported but 'go build' is notBryan C. Mills2022-10-311-0/+4
* cmd/api: skip tests on platforms that cannot execTobias Klauser2022-09-271-0/+5
* cmd/api: use strings.Buildercuiweixie2022-09-081-2/+1
* internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills2022-03-181-0/+2
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* cmd/api: omit outside dependencies when listing the packages in "std"Bryan C. Mills2020-09-141-0/+13
* cmd/dist: remove darwin/386, darwin/arm as valid portsBrad Fitzpatrick2020-04-041-1/+0
* cmd/api: make NewWatcher populate its own package and import metadataBryan C. Mills2020-03-251-24/+25
* cmd/api: fix no go files package panicBaokun Lee2019-03-041-0/+13
* cmd/api: explicit tagKey with GOOS and GOARCHMeng Zhuo2018-10-051-0/+15
* all: correct location of go toolHiroshi Ioka2017-09-201-1/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/api: fix benchmark to ignore internal packagesIan Lance Taylor2016-02-201-1/+1
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* go/importer: added go/importer package, adjusted go/typesRobert Griesemer2015-04-151-2/+4
* cmd/api: make the test more robustShenghou Ma2015-04-081-1/+1
* cmd/api: re-enable TestGolden on naclShenghou Ma2015-04-081-8/+0
* cmd/api: update api checker to use go/types from std repoRobert Griesemer2015-04-081-3/+10
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-2/+2
* cmd/api: ignore internal packagesBrad Fitzpatrick2014-07-211-0/+20
* cmd/api: add a benchmark over the standard libraryBrad Fitzpatrick2013-08-081-0/+27
* cmd/api: rewrite using go/typesRobert Griesemer2013-08-081-4/+4
* cmd/api: don't print out except.txt removed features to stdoutBrad Fitzpatrick2013-05-141-1/+1
* cmd/api: handle contexts re-convergingBrad Fitzpatrick2012-10-301-3/+18
* cmd/api: add more testsBrad Fitzpatrick2012-10-301-0/+51
* go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, PackageRuss Cox2012-03-011-2/+1
* build: move goapi, quietgcc, cgo, gotype, ebnflint into go-toolRuss Cox2012-01-311-0/+76