| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/api: rewrite as package test | Russ Cox | 2022-11-28 | 1 | -240/+0 |
* | cmd/api: skip tests when 'os/exec' is supported but 'go build' is not | Bryan C. Mills | 2022-10-31 | 1 | -0/+4 |
* | cmd/api: skip tests on platforms that cannot exec | Tobias Klauser | 2022-09-27 | 1 | -0/+5 |
* | cmd/api: use strings.Builder | cuiweixie | 2022-09-08 | 1 | -2/+1 |
* | internal/testenv: add GOROOT and use it to fix tests broken with -trimpath | Bryan C. Mills | 2022-03-18 | 1 | -0/+2 |
* | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+1 |
* | cmd/api: omit outside dependencies when listing the packages in "std" | Bryan C. Mills | 2020-09-14 | 1 | -0/+13 |
* | cmd/dist: remove darwin/386, darwin/arm as valid ports | Brad Fitzpatrick | 2020-04-04 | 1 | -1/+0 |
* | cmd/api: make NewWatcher populate its own package and import metadata | Bryan C. Mills | 2020-03-25 | 1 | -24/+25 |
* | cmd/api: fix no go files package panic | Baokun Lee | 2019-03-04 | 1 | -0/+13 |
* | cmd/api: explicit tagKey with GOOS and GOARCH | Meng Zhuo | 2018-10-05 | 1 | -0/+15 |
* | all: correct location of go tool | Hiroshi Ioka | 2017-09-20 | 1 | -1/+2 |
* | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
* | cmd/api: fix benchmark to ignore internal packages | Ian Lance Taylor | 2016-02-20 | 1 | -1/+1 |
* | all: link to https instead of http | Brad Fitzpatrick | 2015-07-11 | 1 | -1/+1 |
* | go/importer: added go/importer package, adjusted go/types | Robert Griesemer | 2015-04-15 | 1 | -2/+4 |
* | cmd/api: make the test more robust | Shenghou Ma | 2015-04-08 | 1 | -1/+1 |
* | cmd/api: re-enable TestGolden on nacl | Shenghou Ma | 2015-04-08 | 1 | -8/+0 |
* | cmd/api: update api checker to use go/types from std repo | Robert Griesemer | 2015-04-08 | 1 | -3/+10 |
* | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -2/+2 |
* | cmd/api: ignore internal packages | Brad Fitzpatrick | 2014-07-21 | 1 | -0/+20 |
* | cmd/api: add a benchmark over the standard library | Brad Fitzpatrick | 2013-08-08 | 1 | -0/+27 |
* | cmd/api: rewrite using go/types | Robert Griesemer | 2013-08-08 | 1 | -4/+4 |
* | cmd/api: don't print out except.txt removed features to stdout | Brad Fitzpatrick | 2013-05-14 | 1 | -1/+1 |
* | cmd/api: handle contexts re-converging | Brad Fitzpatrick | 2012-10-30 | 1 | -3/+18 |
* | cmd/api: add more tests | Brad Fitzpatrick | 2012-10-30 | 1 | -0/+51 |
* | go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, Package | Russ Cox | 2012-03-01 | 1 | -2/+1 |
* | build: move goapi, quietgcc, cgo, gotype, ebnflint into go-tool | Russ Cox | 2012-01-31 | 1 | -0/+76 |