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
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-04-16
all: clean up code with token.IsExported
Daniel Martí
2019-04-15
go/token: add IsIdentifier, IsKeyword, and IsExported
Daniel Martí
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-11-29
cmd/doc: treat any non-empty GOMOD as module mode
Bryan C. Mills
2018-10-31
cmd/doc: allow -all to apply to individual items
Rob Pike
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-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
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-11-19
cmd/doc: print a symbol error on "bytes Foo"
Daniel Martí
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
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-24
cmd/doc: continue searching after error reading directory
Quentin Smith
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-03-21
all: delete dead test code
Dominik Honnef
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-12-10
cmd/doc: search the tree in breadth-first order
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
[prev]
[next]