index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
api
/
run.go
Age
Commit message (
Expand
)
Author
2015-12-17
api: create go1.6.txt
go1.6beta1
Brad Fitzpatrick
2015-07-21
api: add go1.5.txt API file, reset next.txt
Brad Fitzpatrick
2015-04-08
cmd/api: update api checker to use go/types from std repo
Robert Griesemer
2014-12-23
cmd/api: work around Windows rename issue on the builders
Brad Fitzpatrick
2014-12-22
cmd/api: fix race in run.go with multiple builders on a machine
Brad Fitzpatrick
2014-12-12
cmd/api: update the API checker to Go 1.4 and git
Brad Fitzpatrick
2014-12-12
[release-branch.go1.4] api: create go1.4.txt
Russ Cox
2014-11-10
undo CL 169000043 / 05b838013df9
Andrew Gerrand
2014-11-10
undo CL 166380043 / 0b54a0927656
Andrew Gerrand
2014-11-10
cmd/api: bump go.tools golden CL hash
Andrew Gerrand
2014-11-10
cmd/api: use golang.org/x/... import paths
Andrew Gerrand
2014-09-04
cmd/api: don't depend on os/user or USER to check api
Brad Fitzpatrick
2014-06-02
api: add go1.3.txt
Brad Fitzpatrick
2014-01-14
cmd/api: ensure GOPATH always points to the correct go.tools
Alex Brainman
2013-10-18
api: add go1.2.txt, use in tests
Andrew Gerrand
2013-10-14
cmd/api: make it work even when cgo is disabled
Shenghou Ma
2013-09-22
cmd/api: always do API check if hg is available
Brad Fitzpatrick
2013-09-11
cmd/api: make api check directory per-user
Robert Daniel Kortschak
2013-08-24
cmd/api: be more robust against OS deleting temp files
Brad Fitzpatrick
2013-08-24
cmd/api: ignore GOARCH when building cmd/api.
Brad Fitzpatrick
2013-08-12
cmd/api: don't fail API check if there's no network
Brad Fitzpatrick
2013-08-09
cmd/api: eliminate duplicate package import work
Russ Cox
2013-08-08
cmd/api: show output of api tool even if exit status is 0
Brad Fitzpatrick
2013-08-08
cmd/api: update run.go to fetch from go.tools when needed
Brad Fitzpatrick
2013-08-07
build: change how cmd/api is run in run.bash and run.bat
Brad Fitzpatrick