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
/
doc
Age
Commit message (
Expand
)
Author
2025-07-24
cmd/doc: delete
Michael Matloob
2025-06-03
cmd/doc: build cmd/doc directly into the go command
Michael Matloob
2025-05-22
cmd/doc: properly set GOPROXY to avoid deprecation checks
Michael Matloob
2025-05-22
Revert "cmd/doc: better support for no network"
Michael Matloob
2025-05-21
cmd/doc: better support for no network
Michael Matloob
2025-05-21
cmd/doc: add more convenient behavior for go doc -http with no args
Michael Matloob
2025-05-21
cmd/doc: allow go doc -http without package in current directory
Michael Matloob
2025-05-20
cmd/doc: use golang.org/x/pkgsite/cmd/internal/doc to start server
Michael Matloob
2025-05-20
cmd/doc: use go list to determine import path if it's missing
Michael Matloob
2025-05-20
cmd/doc: show page for the requested object
Michael Matloob
2025-02-03
cmd/doc: add support for starting pkgsite instance for docs
Michael Matloob
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
2024-05-14
cmd: add telemetry for commands in cmd
Michael Matloob
2024-01-08
cmd/doc: fix inconsistent receiver name
Mehdi Mostafavi
2023-09-07
cmd/doc: print bugs with -all flag
Pascal S. de Kloe
2023-04-10
cmd/doc: format field doc comments when printing entire struct
Ian Lance Taylor
2022-11-03
cmd/go: add -C flag
Russ Cox
2022-09-06
cmd/doc: use strings.Builder
cuiweixie
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-11
cmd/doc: use new go/doc APIs
Russ Cox
2022-03-18
internal/testenv: add GOROOT and use it to fix tests broken with -trimpath
Bryan C. Mills
2022-03-17
cmd/doc: use the 'go' command from buildCtx.GOROOT, not whatever is in $PATH
Bryan C. Mills
2022-03-17
cmd/doc: use 'go env' to identify GOROOT if it isn't otherwise known
Bryan C. Mills
2021-12-20
cmd/doc: don't log on constraint type elements
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-26
cmd/doc: fix "builtin" package parsing
Roi Martin
2021-11-04
cmd/doc, go/doc: add basic support for generic code
Robert Findley
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-03-19
cmd/doc: properly display interface methods
Agniva De Sarker
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-10-06
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-17
cmd/doc: don't print package clauses on error
Rob Pike
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2020-03-05
cmd/doc: fix merging comments in -src mode
Ivan Trubach
2019-12-18
cmd/doc: flag usage() inconsistency
Gert Cuykens
2019-11-12
cmd/doc: show the package clause always
Agniva De Sarker
2019-11-12
cmd/doc: show variables of unexported types for -all
Agniva De Sarker
2019-11-07
cmd/doc: don't bother checking validity of symbols at top level
Rob Pike
2019-11-06
cmd/doc: understand vendor directories in module mode
Bryan C. Mills
2019-11-06
cmd/doc: avoid calling token.IsExported on non-tokens
Bryan C. Mills
2019-10-10
cmd/go: forbid module pattern 'all' when outside a module
Jay Conrod
2019-10-09
cmd/doc: show original import error when package cannot be found
Jay Conrod
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-09-19
cmd/doc: add option to output a clean one-line symbol representation
Gert Cuykens
2019-06-28
cmd/doc: provide working directory to build.Import calls
Dmitri Shuralyov
[next]