summaryrefslogtreecommitdiff
path: root/src/cmd/api/run.go
Commit message (Expand)AuthorAgeFilesLines
* api: promote next to go1.9Chris Broadfoot2017-06-141-1/+1
* api: promote next.txt to go1.8.txt, update go toolgo1.8beta1Chris Broadfoot2016-12-011-1/+1
* api: promote next.txt to go1.7.txt and update api toolgo1.7beta1Andrew Gerrand2016-06-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* api: create go1.6.txtgo1.6beta1Brad Fitzpatrick2015-12-171-1/+1
* api: add go1.5.txt API file, reset next.txtBrad Fitzpatrick2015-07-211-1/+1
* cmd/api: update api checker to use go/types from std repoRobert Griesemer2015-04-081-163/+3
* cmd/api: work around Windows rename issue on the buildersBrad Fitzpatrick2014-12-231-1/+13
* cmd/api: fix race in run.go with multiple builders on a machineBrad Fitzpatrick2014-12-221-1/+6
* cmd/api: update the API checker to Go 1.4 and gitBrad Fitzpatrick2014-12-121-15/+18
* [release-branch.go1.4] api: create go1.4.txtRuss Cox2014-12-121-2/+3
* undo CL 169000043 / 05b838013df9Andrew Gerrand2014-11-101-3/+3
* undo CL 166380043 / 0b54a0927656Andrew Gerrand2014-11-101-1/+1
* cmd/api: bump go.tools golden CL hashAndrew Gerrand2014-11-101-1/+1
* cmd/api: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-3/+3
* cmd/api: don't depend on os/user or USER to check apiBrad Fitzpatrick2014-09-041-3/+1
* api: add go1.3.txtBrad Fitzpatrick2014-06-021-1/+1
* cmd/api: ensure GOPATH always points to the correct go.toolsAlex Brainman2014-01-141-1/+1
* api: add go1.2.txt, use in testsAndrew Gerrand2013-10-181-1/+1
* cmd/api: make it work even when cgo is disabledShenghou Ma2013-10-141-3/+11
* cmd/api: always do API check if hg is availableBrad Fitzpatrick2013-09-221-10/+3
* cmd/api: make api check directory per-userRobert Daniel Kortschak2013-09-111-1/+19
* cmd/api: be more robust against OS deleting temp filesBrad Fitzpatrick2013-08-241-2/+29
* cmd/api: ignore GOARCH when building cmd/api.Brad Fitzpatrick2013-08-241-1/+18
* cmd/api: don't fail API check if there's no networkBrad Fitzpatrick2013-08-121-0/+5
* cmd/api: eliminate duplicate package import workRuss Cox2013-08-091-2/+2
* cmd/api: show output of api tool even if exit status is 0Brad Fitzpatrick2013-08-081-0/+1
* cmd/api: update run.go to fetch from go.tools when neededBrad Fitzpatrick2013-08-081-1/+53
* build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick2013-08-071-0/+65