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
/
testdata
/
pkg.go
Age
Commit message (
Expand
)
Author
2025-06-03
cmd/doc: build cmd/doc directly into the go command
Michael Matloob
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
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
2019-11-12
cmd/doc: show variables of unexported types for -all
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-10
cmd/doc: add a -src flag to show original source
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-07-06
cmd/doc: print Go syntax when printing struct.field docs
Brad Fitzpatrick
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-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-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
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-21
cmd/doc: don't drop const/var block if first entry is unexported
Rob Pike
2015-06-22
cmd/doc: fix copy/paste error in test
Rob Pike
2015-06-20
cmd/doc: add test for constructor, fix build
Rob Pike
2015-06-19
cmd/doc: add test
Rob Pike