summaryrefslogtreecommitdiff
path: root/src/cmd/api
Commit message (Expand)AuthorAgeFilesLines
* all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss Cox2022-05-021-0/+17
|\
| * [dev.boringcrypto] all: add boringcrypto build tagsRuss Cox2022-04-291-0/+17
* | all: use os/exec instead of internal/execabsRuss Cox2022-05-022-2/+2
|/
* internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills2022-03-182-3/+11
* cmd/api: remove debug printRuss Cox2022-03-161-1/+0
* cmd/api: require proposal # for new API featuresRuss Cox2022-03-142-41/+83
* cmd/api: reduce parallel 'go list' invocations to a constantBryan C. Mills2022-01-261-2/+5
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-134-4/+5
* cmd/api: run half as many go list calls in parallelHeschi Kreinick2021-12-081-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* cmd/api: use placeholder names for type parametersRobert Findley2021-10-123-6/+12
* cmd/api: support type parametersIan Lance Taylor2021-10-123-2/+100
* cmd/api: set architecture sizes when type checkingMichael Pratt2021-10-041-0/+5
* cmd/api: disallow silent API additions after api/go1.n.txt is createdDmitri Shuralyov2021-05-032-2/+37
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: introduce and use internal/execabsRoland Shoemaker2021-01-212-2/+2
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-092-4/+2
* io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox2020-10-201-1/+19
* cmd/api: omit outside dependencies when listing the packages in "std"Bryan C. Mills2020-09-142-4/+26
* cmd/api: limit concurrent 'go list' calls to GOMAXPROCSBryan C. Mills2020-04-201-0/+8
* cmd/dist: remove darwin/386, darwin/arm as valid portsBrad Fitzpatrick2020-04-042-3/+9
* cmd/api: make NewWatcher populate its own package and import metadataBryan C. Mills2020-03-252-123/+152
* cmd/api: read std package info once, not per goos-goarch-cgoRuss Cox2019-05-211-43/+58
* all: add start of netbsd/arm64 supportMaya Rashish2019-04-201-0/+2
* all: clean up code with token.IsExportedDaniel Martí2019-04-161-1/+1
* cmd/api: use 'go list' to locate transitive dependencies of stdBryan C. Mills2019-03-081-7/+77
* cmd/api: fix no go files package panicBaokun Lee2019-03-043-2/+22
* 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