summaryrefslogtreecommitdiff
path: root/src/cmd/api/goapi.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/api: disallow silent API additions after api/go1.n.txt is createdDmitri Shuralyov2021-05-031-2/+1
* all: introduce and use internal/execabsRoland Shoemaker2021-01-211-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* 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-141-4/+13
* 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-041-2/+9
* cmd/api: make NewWatcher populate its own package and import metadataBryan C. Mills2020-03-251-99/+127
* 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-041-2/+8
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-6/+1
* cmd/api: explicit tagKey with GOOS and GOARCHMeng Zhuo2018-10-051-4/+10
* 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-201-1/+13
* all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick2016-07-131-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-011-1/+1
* go/constant: switch to floating-point representation when fractions become to...Robert Griesemer2015-12-141-1/+8
* net/http: enable automatic HTTP/2 if TLSNextProto is nilBrad Fitzpatrick2015-10-141-2/+7
* go/importer: added go/importer package, adjusted go/typesRobert Griesemer2015-04-151-12/+9
* cmd/api: make the test more robustShenghou Ma2015-04-081-3/+4
* cmd/api: update api checker to use go/types from std repoRobert Griesemer2015-04-081-16/+15
* Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes"David Symonds2015-02-081-13/+3
* cmd/api: treat a hex-y VERSION as devel and permit API changesBrad Fitzpatrick2014-12-121-3/+13
* [release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel...Russ Cox2014-12-121-5/+9
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-147/+5
* undo CL 169000043 / 05b838013df9Andrew Gerrand2014-11-101-1/+1
* cmd/api: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-1/+1
* 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-081-1/+1
* runtime: convert panic/recover to GoKeith Randall2014-09-051-0/+1
* runtime: more C to Go conversion adjustmentsRuss Cox2014-09-041-0/+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
* runtime: convert mprof.goc to mprof.goRuss Cox2014-09-011-1/+1
* cmd/api: more runtime fixesRuss Cox2014-08-281-1/+1
* cmd/api: fix for Lock⇒Mutex changeRuss Cox2014-08-271-1/+1
* cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox2014-08-271-0/+1