| Commit message (Expand) | Author | Age | Files | Lines |
| * | all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master | Russ Cox | 2022-05-02 | 1 | -0/+17 |
| |\ |
|
| | * | [dev.boringcrypto] all: add boringcrypto build tags | Russ Cox | 2022-04-29 | 1 | -0/+17 |
| * | | all: use os/exec instead of internal/execabs | Russ Cox | 2022-05-02 | 2 | -2/+2 |
| |/ |
|
| * | internal/testenv: add GOROOT and use it to fix tests broken with -trimpath | Bryan C. Mills | 2022-03-18 | 2 | -3/+11 |
| * | cmd/api: remove debug print | Russ Cox | 2022-03-16 | 1 | -1/+0 |
| * | cmd/api: require proposal # for new API features | Russ Cox | 2022-03-14 | 2 | -41/+83 |
| * | cmd/api: reduce parallel 'go list' invocations to a constant | Bryan C. Mills | 2022-01-26 | 1 | -2/+5 |
| * | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 4 | -4/+5 |
| * | cmd/api: run half as many go list calls in parallel | Heschi Kreinick | 2021-12-08 | 1 | -1/+1 |
| * | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox | 2021-10-28 | 1 | -1/+0 |
| * | cmd/api: use placeholder names for type parameters | Robert Findley | 2021-10-12 | 3 | -6/+12 |
| * | cmd/api: support type parameters | Ian Lance Taylor | 2021-10-12 | 3 | -2/+100 |
| * | cmd/api: set architecture sizes when type checking | Michael Pratt | 2021-10-04 | 1 | -0/+5 |
| * | cmd/api: disallow silent API additions after api/go1.n.txt is created | Dmitri Shuralyov | 2021-05-03 | 2 | -2/+37 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 1 | -0/+1 |
| * | all: introduce and use internal/execabs | Roland Shoemaker | 2021-01-21 | 2 | -2/+2 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 2 | -4/+2 |
| * | 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 | 2 | -4/+26 |
| * | 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 | 2 | -3/+9 |
| * | cmd/api: make NewWatcher populate its own package and import metadata | Bryan C. Mills | 2020-03-25 | 2 | -123/+152 |
| * | 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 | 3 | -2/+22 |
| * | 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 | 8 | -4/+63 |
| * | cmd/api: don’t rely on hardcoded go versions | Andrew Bonventre | 2017-12-11 | 1 | -9/+23 |
| * | api: promote next to go1.10 | Andrew Bonventre | 2017-12-07 | 1 | -1/+1 |
| * | 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 | 3 | -3/+29 |
| * | api: promote next to go1.9 | Chris Broadfoot | 2017-06-14 | 1 | -1/+1 |
| * | api: promote next.txt to go1.8.txt, update go toolgo1.8beta1 | Chris Broadfoot | 2016-12-01 | 1 | -1/+1 |
| * | all: rename vendored golang.org/x/net packages to golang_org | Brad Fitzpatrick | 2016-07-13 | 1 | -1/+1 |
| * | api: promote next.txt to go1.7.txt and update api toolgo1.7beta1 | Andrew Gerrand | 2016-06-02 | 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 | 3 | -3/+3 |
| * | cmd/api: fix benchmark to ignore internal packages | Ian Lance Taylor | 2016-02-20 | 1 | -1/+1 |
| * | api: create go1.6.txtgo1.6beta1 | Brad Fitzpatrick | 2015-12-17 | 1 | -1/+1 |
| * | go/constant: switch to floating-point representation when fractions become to... | Robert Griesemer | 2015-12-14 | 2 | -2/+9 |
| * | net/http: enable automatic HTTP/2 if TLSNextProto is nil | Brad Fitzpatrick | 2015-10-14 | 1 | -2/+7 |
| * | api: add go1.5.txt API file, reset next.txt | Brad Fitzpatrick | 2015-07-21 | 1 | -1/+1 |
| * | all: link to https instead of http | Brad Fitzpatrick | 2015-07-11 | 1 | -1/+1 |
| * | go/importer: added go/importer package, adjusted go/types | Robert Griesemer | 2015-04-15 | 2 | -14/+13 |
| * | cmd/api: make the test more robust | Shenghou Ma | 2015-04-08 | 2 | -4/+5 |
| * | cmd/api: re-enable TestGolden on nacl | Shenghou Ma | 2015-04-08 | 1 | -8/+0 |