aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api/goapi.go
AgeCommit message (Expand)Author
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
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-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
2016-07-13all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick
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
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-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: 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-12cmd/api: treat a hex-y VERSION as devel and permit API changesBrad Fitzpatrick
2014-12-12[release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel...Russ Cox
2014-12-05runtime: generate windows callback list with go generateRuss Cox
2014-11-10undo CL 169000043 / 05b838013df9Andrew 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-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
2014-08-28cmd/api: more runtime fixesRuss Cox
2014-08-27cmd/api: fix for Lock⇒Mutex changeRuss Cox
2014-08-27cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox
2014-08-25runtime: convert NewCallback and NewCallbackCDecl to GoAlex Brainman
2014-08-24runtime: convert channel operations to Go, part 1 (chansend1).Keith Randall
2014-08-22runtime: convert note to GoDmitriy Vyukov
2014-08-21cmd/api: reduce stutter in runtime type stubsJosh Bleecher Snyder