summaryrefslogtreecommitdiff
path: root/src/cmd/api
Commit message (Expand)AuthorAgeFilesLines
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-6/+1
* cmd/api: explicit tagKey with GOOS and GOARCHMeng Zhuo2018-10-058-4/+63
* cmd/api: don’t rely on hardcoded go versionsAndrew Bonventre2017-12-111-9/+23
* api: promote next to go1.10Andrew Bonventre2017-12-071-1/+1
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-1/+1
* all: correct location of go toolHiroshi Ioka2017-09-203-3/+29
* 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
* all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick2016-07-131-1/+1
* api: promote next.txt to go1.7.txt and update api toolgo1.7beta1Andrew Gerrand2016-06-021-1/+1
* cmd/api: ignore vendored packagesBrad Fitzpatrick2016-04-221-0/+5
* all: delete dead non-test codeDominik Honnef2016-03-251-9/+0
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* cmd/api: fix benchmark to ignore internal packagesIan Lance Taylor2016-02-201-1/+1
* api: create go1.6.txtgo1.6beta1Brad Fitzpatrick2015-12-171-1/+1
* go/constant: switch to floating-point representation when fractions become to...Robert Griesemer2015-12-142-2/+9
* net/http: enable automatic HTTP/2 if TLSNextProto is nilBrad Fitzpatrick2015-10-141-2/+7
* api: add go1.5.txt API file, reset next.txtBrad Fitzpatrick2015-07-211-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-152-14/+13
* cmd/api: make the test more robustShenghou Ma2015-04-082-4/+5
* 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-083-182/+28
* Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes"David Symonds2015-02-081-13/+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: treat a hex-y VERSION as devel and permit API changesBrad Fitzpatrick2014-12-121-3/+13
* cmd/api: update the API checker to Go 1.4 and gitBrad Fitzpatrick2014-12-121-15/+18
* [release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel...Russ Cox2014-12-121-5/+9
* [release-branch.go1.4] api: create go1.4.txtRuss Cox2014-12-121-2/+3
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-147/+5
* undo CL 169000043 / 05b838013df9Andrew Gerrand2014-11-102-4/+4
* 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-102-4/+4
* runtime: remove untyped allocation of ParForRuss Cox2014-09-161-0/+1
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-0/+46
* cmd/api: internal debugging supprtRobert Griesemer2014-09-151-9/+20
* runtime: remove a few untyped allocationsRuss Cox2014-09-121-4/+5
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-082-3/+3
* runtime: convert panic/recover to GoKeith Randall2014-09-051-0/+1
* runtime: more C to Go conversion adjustmentsRuss Cox2014-09-041-0/+1
* cmd/api: don't depend on os/user or USER to check apiBrad Fitzpatrick2014-09-041-3/+1
* runtime: reconvert sigqueue.goc from C to GoRuss Cox2014-09-041-0/+1
* runtime: convert netpoll to GoDmitriy Vyukov2014-09-041-0/+3
* runtime: deferproc/deferreturn in GoKeith Randall2014-09-031-1/+2
* runtime: convert a few traceback-related functions from proc.c to traceback.goRuss Cox2014-09-031-1/+11
* runtime: convert select implementation to Go.Keith Randall2014-09-021-0/+1
* runtime: convert traceback*.c to GoRuss Cox2014-09-021-7/+24