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
/
doc_test.go
Age
Commit message (
Expand
)
Author
2025-06-03
cmd/doc: build cmd/doc directly into the go command
Michael Matloob
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
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-09-06
cmd/doc: use strings.Builder
cuiweixie
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-18
internal/testenv: add GOROOT and use it to fix tests broken with -trimpath
Bryan C. Mills
2021-12-20
cmd/doc: don't log on constraint type elements
Ian Lance Taylor
2021-03-19
cmd/doc: properly display interface methods
Agniva De Sarker
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-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-06
cmd/doc: understand vendor directories in module mode
Bryan C. Mills
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
2019-05-23
cmd/doc: stop showing interface methods while matching symbols
Agniva De Sarker
2019-03-31
cmd/doc: correctly indent pre-formatted blocks
Segev Finer
2019-03-08
cmd/doc: add a line gap after a method with no comment
Agniva De Sarker
2018-10-31
cmd/doc: allow -all to apply to individual items
Rob Pike
2018-10-18
cmd/doc: make comments inside functions appear with -src
Rob Pike
2018-10-17
cmd/doc: fix repeated header bug added in previous CL
Rob Pike
2018-10-17
cmd/doc: add -all flag to print all documentation for package
Rob Pike
2018-10-10
cmd/doc: add a -src flag to show original source
Rob Pike
2018-08-01
cmd/doc: adapt directory search for modules
Russ Cox
2018-06-11
cmd/doc: continue to search when package import fails
Michael Fraenkel
2018-05-01
cmd/doc: skip directories like other go tools
Daniel Martí
2018-04-17
Revert "cmd/doc: skip directories like other go tools"
Elias Naur
2018-04-14
cmd/doc: skip directories like other go tools
Daniel Martí
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2018-03-21
cmd/doc: use empty GOPATH when running the tests
Daniel Martí
2018-03-06
cmd/doc: make local dot-slash path names work
Rob Pike
2017-12-20
cmd/doc: suppress the error message for *package.ident embedded in struct type
elpinal
2017-11-20
cmd/doc: don't print a declaration twice
Rob Pike
2017-11-19
cmd/doc: print a symbol error on "bytes Foo"
Daniel Martí
2017-08-28
cmd/doc: search for packages in the two-arg case
Rob Pike
2017-07-06
cmd/doc: print Go syntax when printing struct.field docs
Brad Fitzpatrick
2017-03-22
cmd/doc: implement "go doc struct.field"
Rob Pike
2017-02-24
cmd/doc: truncate long lists of arguments
Joe Tsai
2017-01-25
[dev.typealias] cmd/doc: update for type alias
Russ Cox
2016-10-25
cmd/doc: show documentation for interface methods when requested explicitly
Rob Pike
2016-10-05
cmd/doc: ensure summaries truly are only one line
Joe Tsai
2016-09-30
cmd/doc: perform type grouping for constants and variables
Joe Tsai
2016-08-02
cmd/doc: ensure functions with unexported return values are shown
Joe Tsai
2016-08-02
cmd/doc: handle embedded interfaces properly
Joe Tsai
2016-03-21
all: delete dead test code
Dominik Honnef
[next]