aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api/run.go
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-05-03cmd/api: disallow silent API additions after api/go1.n.txt is createdDmitri Shuralyov
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2017-12-11cmd/api: don’t rely on hardcoded go versionsAndrew Bonventre
2017-12-07api: promote next to go1.10Andrew Bonventre
2017-09-20all: correct location of go toolHiroshi Ioka
2017-06-14api: promote next to go1.9Chris Broadfoot
2016-12-01api: promote next.txt to go1.8.txt, update go toolgo1.8beta1Chris Broadfoot
2016-06-02api: promote next.txt to go1.7.txt and update api toolgo1.7beta1Andrew Gerrand
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-17api: create go1.6.txtgo1.6beta1Brad Fitzpatrick
2015-07-21api: add go1.5.txt API file, reset next.txtBrad Fitzpatrick
2015-04-08cmd/api: update api checker to use go/types from std repoRobert Griesemer
2014-12-23cmd/api: work around Windows rename issue on the buildersBrad Fitzpatrick
2014-12-22cmd/api: fix race in run.go with multiple builders on a machineBrad Fitzpatrick
2014-12-12cmd/api: update the API checker to Go 1.4 and gitBrad Fitzpatrick
2014-12-12[release-branch.go1.4] api: create go1.4.txtRuss Cox
2014-11-10undo CL 169000043 / 05b838013df9Andrew Gerrand
2014-11-10undo CL 166380043 / 0b54a0927656Andrew Gerrand
2014-11-10cmd/api: bump go.tools golden CL hashAndrew Gerrand
2014-11-10cmd/api: use golang.org/x/... import pathsAndrew Gerrand
2014-09-04cmd/api: don't depend on os/user or USER to check apiBrad Fitzpatrick
2014-06-02api: add go1.3.txtBrad Fitzpatrick
2014-01-14cmd/api: ensure GOPATH always points to the correct go.toolsAlex Brainman
2013-10-18api: add go1.2.txt, use in testsAndrew Gerrand
2013-10-14cmd/api: make it work even when cgo is disabledShenghou Ma
2013-09-22cmd/api: always do API check if hg is availableBrad Fitzpatrick
2013-09-11cmd/api: make api check directory per-userRobert Daniel Kortschak
2013-08-24cmd/api: be more robust against OS deleting temp filesBrad Fitzpatrick
2013-08-24cmd/api: ignore GOARCH when building cmd/api.Brad Fitzpatrick
2013-08-12cmd/api: don't fail API check if there's no networkBrad Fitzpatrick
2013-08-09cmd/api: eliminate duplicate package import workRuss Cox
2013-08-08cmd/api: show output of api tool even if exit status is 0Brad Fitzpatrick
2013-08-08cmd/api: update run.go to fetch from go.tools when neededBrad Fitzpatrick
2013-08-07build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick