aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2025-07-24cmd/api: rerun updategoldenKeith Randall
2025-05-02cmd/api: skip 3 non-TestCheck tests in -check modeDmitri Shuralyov
2025-02-19go/*: use go/types.Func.Signature and go/ast.PreorderDaniel Martí
2025-01-14cmd/api: report error in test instead of crashingRuss Cox
2025-01-14cmd/dist: ignore packages with no Go files in BenchmarkAllIan Lance Taylor
2024-11-18cmd: change from sort functions to slices functionsIan Lance Taylor
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2024-04-09cmd/api: handle types.AliasAlan Donovan
2024-01-26cmd/api: include type arguments in APIMatthew Dempsky
2024-01-04cmd/api: fix panic on exported basic type aliasesDevon H. O'Dell
2023-11-14cmd/api: use api/next directory for beta versionsDmitri Shuralyov
2023-09-07cmd/api: don't try to parse JSON from stderr of go listIan Lance Taylor
2023-08-16cmd/api: rename api.go to main_test.goRuss Cox
2023-06-15cmd/api: skip TestIssue29837 when -short is setqmuntal
2023-06-02cmd/api: make check even pickier about api/next/*.txtDmitri Shuralyov
2023-05-19cmd/api: skip TestIssue21181Russ Cox
2023-05-03cmd/api: move support checks into individual testsBryan C. Mills
2023-04-27cmd/api: remove unused functionalityDmitri Shuralyov
2023-04-27cmd/api: make api/next/* entries required, not optionalDmitri Shuralyov
2023-02-17cmd/api: add API checks for freebsd/riscv64Dmitri Goutnik
2023-02-17cmd/api: add API checks for freebsd/arm64Dmitri Goutnik
2022-12-02cmd/api: track darwin arm64 portRuss Cox
2022-12-02cmd/api: track deprecationsRuss Cox
2022-11-28cmd/api: rewrite as package testRuss Cox
2022-11-10cmd/api: point to API docs in all.bash failureRuss Cox
2022-11-09all: add missing copyright headercui fliter
2022-11-02cmd/api: make check pickier about api/*.txtRuss Cox
2022-10-31cmd/api: skip tests when 'os/exec' is supported but 'go build' is notBryan C. Mills
2022-09-27cmd/api: skip tests on platforms that cannot execTobias Klauser
2022-09-08cmd/api: use strings.Buildercuiweixie
2022-05-02all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss Cox
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-04-29[dev.boringcrypto] all: add boringcrypto build tagsRuss Cox
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2022-03-16cmd/api: remove debug printRuss Cox
2022-03-14cmd/api: require proposal # for new API featuresRuss Cox
2022-01-26cmd/api: reduce parallel 'go list' invocations to a constantBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08cmd/api: run half as many go list calls in parallelHeschi Kreinick
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-12cmd/api: use placeholder names for type parametersRobert Findley
2021-10-12cmd/api: support type parametersIan Lance Taylor
2021-10-04cmd/api: set architecture sizes when type checkingMichael Pratt
2021-05-03cmd/api: disallow silent API additions after api/go1.n.txt is createdDmitri Shuralyov
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox
2020-09-14cmd/api: omit outside dependencies when listing the packages in "std"Bryan C. Mills