| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/api: disallow silent API additions after api/go1.n.txt is created | Dmitri Shuralyov | 2021-05-03 | 1 | -2/+1 |
* | all: introduce and use internal/execabs | Roland Shoemaker | 2021-01-21 | 1 | -1/+1 |
* | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+1 |
* | io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs | Russ Cox | 2020-10-20 | 1 | -1/+19 |
* | cmd/api: omit outside dependencies when listing the packages in "std" | Bryan C. Mills | 2020-09-14 | 1 | -4/+13 |
* | cmd/api: limit concurrent 'go list' calls to GOMAXPROCS | Bryan C. Mills | 2020-04-20 | 1 | -0/+8 |
* | cmd/dist: remove darwin/386, darwin/arm as valid ports | Brad Fitzpatrick | 2020-04-04 | 1 | -2/+9 |
* | cmd/api: make NewWatcher populate its own package and import metadata | Bryan C. Mills | 2020-03-25 | 1 | -99/+127 |
* | cmd/api: read std package info once, not per goos-goarch-cgo | Russ Cox | 2019-05-21 | 1 | -43/+58 |
* | all: add start of netbsd/arm64 support | Maya Rashish | 2019-04-20 | 1 | -0/+2 |
* | all: clean up code with token.IsExported | Daniel Martí | 2019-04-16 | 1 | -1/+1 |
* | cmd/api: use 'go list' to locate transitive dependencies of std | Bryan C. Mills | 2019-03-08 | 1 | -7/+77 |
* | cmd/api: fix no go files package panic | Baokun Lee | 2019-03-04 | 1 | -2/+8 |
* | vendor/golang_org/x: move to internal/x | Bryan C. Mills | 2018-11-29 | 1 | -6/+1 |
* | cmd/api: explicit tagKey with GOOS and GOARCH | Meng Zhuo | 2018-10-05 | 1 | -4/+10 |
* | all: revert "all: prefer strings.IndexByte over strings.Index" | Marvin Stenger | 2017-10-05 | 1 | -1/+1 |
* | all: prefer strings.IndexByte over strings.Index | Marvin Stenger | 2017-09-25 | 1 | -1/+1 |
* | all: correct location of go tool | Hiroshi Ioka | 2017-09-20 | 1 | -1/+13 |
* | all: rename vendored golang.org/x/net packages to golang_org | Brad Fitzpatrick | 2016-07-13 | 1 | -1/+1 |
* | cmd/api: ignore vendored packages | Brad Fitzpatrick | 2016-04-22 | 1 | -0/+5 |
* | all: delete dead non-test code | Dominik Honnef | 2016-03-25 | 1 | -9/+0 |
* | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
* | go/constant: switch to floating-point representation when fractions become to... | Robert Griesemer | 2015-12-14 | 1 | -1/+8 |
* | net/http: enable automatic HTTP/2 if TLSNextProto is nil | Brad Fitzpatrick | 2015-10-14 | 1 | -2/+7 |
* | go/importer: added go/importer package, adjusted go/types | Robert Griesemer | 2015-04-15 | 1 | -12/+9 |
* | cmd/api: make the test more robust | Shenghou Ma | 2015-04-08 | 1 | -3/+4 |
* | cmd/api: update api checker to use go/types from std repo | Robert Griesemer | 2015-04-08 | 1 | -16/+15 |
* | Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes" | David Symonds | 2015-02-08 | 1 | -13/+3 |
* | cmd/api: treat a hex-y VERSION as devel and permit API changes | Brad Fitzpatrick | 2014-12-12 | 1 | -3/+13 |
* | [release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel... | Russ Cox | 2014-12-12 | 1 | -5/+9 |
* | runtime: generate windows callback list with go generate | Russ Cox | 2014-12-05 | 1 | -147/+5 |
* | undo CL 169000043 / 05b838013df9 | Andrew Gerrand | 2014-11-10 | 1 | -1/+1 |
* | cmd/api: use golang.org/x/... import paths | Andrew Gerrand | 2014-11-10 | 1 | -1/+1 |
* | runtime: remove untyped allocation of ParFor | Russ Cox | 2014-09-16 | 1 | -0/+1 |
* | runtime: remove duplicated Go constants | Russ Cox | 2014-09-16 | 1 | -0/+46 |
* | cmd/api: internal debugging supprt | Robert Griesemer | 2014-09-15 | 1 | -9/+20 |
* | runtime: remove a few untyped allocations | Russ Cox | 2014-09-12 | 1 | -4/+5 |
* | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -1/+1 |
* | runtime: convert panic/recover to Go | Keith Randall | 2014-09-05 | 1 | -0/+1 |
* | runtime: more C to Go conversion adjustments | Russ Cox | 2014-09-04 | 1 | -0/+1 |
* | runtime: reconvert sigqueue.goc from C to Go | Russ Cox | 2014-09-04 | 1 | -0/+1 |
* | runtime: convert netpoll to Go | Dmitriy Vyukov | 2014-09-04 | 1 | -0/+3 |
* | runtime: deferproc/deferreturn in Go | Keith Randall | 2014-09-03 | 1 | -1/+2 |
* | runtime: convert a few traceback-related functions from proc.c to traceback.go | Russ Cox | 2014-09-03 | 1 | -1/+11 |
* | runtime: convert select implementation to Go. | Keith Randall | 2014-09-02 | 1 | -0/+1 |
* | runtime: convert traceback*.c to Go | Russ Cox | 2014-09-02 | 1 | -7/+24 |
* | runtime: convert mprof.goc to mprof.go | Russ Cox | 2014-09-01 | 1 | -1/+1 |
* | cmd/api: more runtime fixes | Russ Cox | 2014-08-28 | 1 | -1/+1 |
* | cmd/api: fix for Lock⇒Mutex change | Russ Cox | 2014-08-27 | 1 | -1/+1 |
* | cmd/cc, runtime: convert C compilers to use Go calling convention | Russ Cox | 2014-08-27 | 1 | -0/+1 |