aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api
AgeCommit message (Expand)Author
2018-10-05cmd/api: explicit tagKey with GOOS and GOARCHMeng Zhuo
2017-12-11cmd/api: don’t rely on hardcoded go versionsAndrew Bonventre
2017-12-07api: promote next to go1.10Andrew Bonventre
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
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-07-13all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick
2016-06-02api: promote next.txt to go1.7.txt and update api toolgo1.7beta1Andrew Gerrand
2016-04-22cmd/api: ignore vendored packagesBrad Fitzpatrick
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-20cmd/api: fix benchmark to ignore internal packagesIan Lance Taylor
2015-12-17api: create go1.6.txtgo1.6beta1Brad Fitzpatrick
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer
2015-10-14net/http: enable automatic HTTP/2 if TLSNextProto is nilBrad Fitzpatrick
2015-07-21api: add go1.5.txt API file, reset next.txtBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer
2015-04-08cmd/api: make the test more robustShenghou Ma
2015-04-08cmd/api: re-enable TestGolden on naclShenghou Ma
2015-04-08cmd/api: update api checker to use go/types from std repoRobert Griesemer
2015-02-08Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes"David Symonds
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: treat a hex-y VERSION as devel and permit API changesBrad Fitzpatrick
2014-12-12cmd/api: update the API checker to Go 1.4 and gitBrad Fitzpatrick
2014-12-12[release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel...Russ Cox
2014-12-12[release-branch.go1.4] api: create go1.4.txtRuss Cox
2014-12-05runtime: generate windows callback list with go generateRuss 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-16runtime: remove untyped allocation of ParForRuss Cox
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-15cmd/api: internal debugging supprtRobert Griesemer
2014-09-12runtime: remove a few untyped allocationsRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-09-05runtime: convert panic/recover to GoKeith Randall
2014-09-04runtime: more C to Go conversion adjustmentsRuss Cox
2014-09-04cmd/api: don't depend on os/user or USER to check apiBrad Fitzpatrick
2014-09-04runtime: reconvert sigqueue.goc from C to GoRuss Cox
2014-09-04runtime: convert netpoll to GoDmitriy Vyukov
2014-09-03runtime: deferproc/deferreturn in GoKeith Randall
2014-09-03runtime: convert a few traceback-related functions from proc.c to traceback.goRuss Cox
2014-09-02runtime: convert select implementation to Go.Keith Randall
2014-09-02runtime: convert traceback*.c to GoRuss Cox
2014-09-01runtime: convert mprof.goc to mprof.goRuss Cox