aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api
AgeCommit message (Expand)Author
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
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox
2020-09-14cmd/api: omit outside dependencies when listing the packages in "std"Bryan C. Mills
2020-04-20cmd/api: limit concurrent 'go list' calls to GOMAXPROCSBryan C. Mills
2020-04-04cmd/dist: remove darwin/386, darwin/arm as valid portsBrad Fitzpatrick
2020-03-25cmd/api: make NewWatcher populate its own package and import metadataBryan C. Mills
2019-05-21cmd/api: read std package info once, not per goos-goarch-cgoRuss Cox
2019-04-20all: add start of netbsd/arm64 supportMaya Rashish
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2019-03-08cmd/api: use 'go list' to locate transitive dependencies of stdBryan C. Mills
2019-03-04cmd/api: fix no go files package panicBaokun Lee
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
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