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
/
pkg.go
Age
Commit message (
Expand
)
Author
2022-09-06
cmd/doc: use strings.Builder
cuiweixie
2022-04-11
cmd/doc: use new go/doc APIs
Russ Cox
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-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
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-04-17
cmd/doc: don't print package clauses on error
Rob Pike
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-09-19
cmd/doc: add option to output a clean one-line symbol representation
Gert Cuykens
2019-05-28
cmd/doc: always print package clause except for commands
Rob Pike
2019-05-25
cmd/doc: display a proper error when no packages are found
Agniva De Sarker
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-18
cmd/doc: minor code simplification
Robert Griesemer
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-03-21
cmd/doc: use empty GOPATH when running the tests
Daniel MartÃ
2018-02-26
cmd: avoid unnecessary type conversions
Kunpei Sakai
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-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-04-21
cmd/doc: group constructors with type in package presentation
Rob Pike
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-02-22
cmd/doc: handle embedded fields properly
Rob Pike
2015-11-17
cmd/doc: fix strange indentation artifacts with unexported fields
Joe Tsai
2015-09-29
cmd/doc: fix pretty printing of paths
Rob Pike
2015-09-28
cmd/doc: rearrange the newlines to group better
Rob Pike
2015-09-24
cmd/doc: don't stop after first package if the symbol is not found
Rob Pike
2015-09-21
cmd/doc: don't drop const/var block if first entry is unexported
Rob Pike
2015-09-11
cmd/doc: slice/map literals janitoring
Didier Spezia
2015-07-10
cmd/doc: submit to the punched card tyranny
Rob Pike
2015-07-09
cmd/doc: suppress symbols for commands when showing package docs
Rob Pike
2015-06-19
cmd/doc: add test
Rob Pike
2015-06-04
cmd/doc: do not show unexported constants
Rob Pike
[next]