index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
api
Age
Commit message (
Expand
)
Author
17 hours
all: prealloc slice with possible minimum capabilities
Shulhan
2026-03-02
all: test: remove unneeded loop variables
Ariel Otilibili
2025-07-24
cmd/api: rerun updategolden
Keith Randall
2025-05-02
cmd/api: skip 3 non-TestCheck tests in -check mode
Dmitri Shuralyov
2025-02-19
go/*: use go/types.Func.Signature and go/ast.Preorder
Daniel MartÃ
2025-01-14
cmd/api: report error in test instead of crashing
Russ Cox
2025-01-14
cmd/dist: ignore packages with no Go files in BenchmarkAll
Ian Lance Taylor
2024-11-18
cmd: change from sort functions to slices functions
Ian Lance Taylor
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
Alan Donovan
2024-04-09
cmd/api: handle types.Alias
Alan Donovan
2024-01-26
cmd/api: include type arguments in API
Matthew Dempsky
2024-01-04
cmd/api: fix panic on exported basic type aliases
Devon H. O'Dell
2023-11-14
cmd/api: use api/next directory for beta versions
Dmitri Shuralyov
2023-09-07
cmd/api: don't try to parse JSON from stderr of go list
Ian Lance Taylor
2023-08-16
cmd/api: rename api.go to main_test.go
Russ Cox
2023-06-15
cmd/api: skip TestIssue29837 when -short is set
qmuntal
2023-06-02
cmd/api: make check even pickier about api/next/*.txt
Dmitri Shuralyov
2023-05-19
cmd/api: skip TestIssue21181
Russ Cox
2023-05-03
cmd/api: move support checks into individual tests
Bryan C. Mills
2023-04-27
cmd/api: remove unused functionality
Dmitri Shuralyov
2023-04-27
cmd/api: make api/next/* entries required, not optional
Dmitri Shuralyov
2023-02-17
cmd/api: add API checks for freebsd/riscv64
Dmitri Goutnik
2023-02-17
cmd/api: add API checks for freebsd/arm64
Dmitri Goutnik
2022-12-02
cmd/api: track darwin arm64 port
Russ Cox
2022-12-02
cmd/api: track deprecations
Russ Cox
2022-11-28
cmd/api: rewrite as package test
Russ Cox
2022-11-10
cmd/api: point to API docs in all.bash failure
Russ Cox
2022-11-09
all: add missing copyright header
cui fliter
2022-11-02
cmd/api: make check pickier about api/*.txt
Russ Cox
2022-10-31
cmd/api: skip tests when 'os/exec' is supported but 'go build' is not
Bryan C. Mills
2022-09-27
cmd/api: skip tests on platforms that cannot exec
Tobias Klauser
2022-09-08
cmd/api: use strings.Builder
cuiweixie
2022-05-02
all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master
Russ Cox
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2022-04-29
[dev.boringcrypto] all: add boringcrypto build tags
Russ Cox
2022-03-18
internal/testenv: add GOROOT and use it to fix tests broken with -trimpath
Bryan C. Mills
2022-03-16
cmd/api: remove debug print
Russ Cox
2022-03-14
cmd/api: require proposal # for new API features
Russ Cox
2022-01-26
cmd/api: reduce parallel 'go list' invocations to a constant
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-08
cmd/api: run half as many go list calls in parallel
Heschi Kreinick
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-12
cmd/api: use placeholder names for type parameters
Robert Findley
2021-10-12
cmd/api: support type parameters
Ian Lance Taylor
2021-10-04
cmd/api: set architecture sizes when type checking
Michael Pratt
2021-05-03
cmd/api: disallow silent API additions after api/go1.n.txt is created
Dmitri Shuralyov
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-20
io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs
Russ Cox
[next]