aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/doc/main.go
AgeCommit message (Expand)Author
2019-12-18cmd/doc: flag usage() inconsistencyGert Cuykens
2019-11-07cmd/doc: don't bother checking validity of symbols at top levelRob Pike
2019-11-06cmd/doc: avoid calling token.IsExported on non-tokensBryan C. Mills
2019-10-09cmd/doc: show original import error when package cannot be foundJay Conrod
2019-09-19cmd/doc: add option to output a clean one-line symbol representationGert Cuykens
2019-06-28cmd/doc: provide working directory to build.Import callsDmitri Shuralyov
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2019-04-15go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí
2018-10-31cmd/doc: allow -all to apply to individual itemsRob Pike
2018-10-17cmd/doc: add -all flag to print all documentation for packageRob Pike
2018-10-10cmd/doc: add a -src flag to show original sourceRob Pike
2018-08-01cmd/doc: adapt directory search for modulesRuss Cox
2018-06-11cmd/doc: continue to search when package import failsMichael Fraenkel
2018-03-21cmd/doc: use empty GOPATH when running the testsDaniel Martí
2018-03-06cmd/doc: make local dot-slash path names workRob Pike
2017-11-19cmd/doc: print a symbol error on "bytes Foo"Daniel Martí
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-28cmd/doc: search for packages in the two-arg caseRob Pike
2017-03-22cmd/doc: implement "go doc struct.field"Rob Pike
2015-09-29cmd/doc: fix pretty printing of pathsRob Pike
2015-09-24cmd/doc: don't stop after first package if the symbol is not foundRob Pike
2015-09-09cmd/doc: the builtin package should always show unexported symbolsRob Pike
2015-09-02cmd/doc: document that json.Decode documents encoding/json.Decoder.DecodeRob Pike
2015-07-09cmd/doc: suppress symbols for commands when showing package docsRob Pike
2015-06-19cmd/doc: add testRob Pike
2015-06-01cmd/doc: try better when looking for package dirKonstantin Shaposhnikov
2015-05-20cmd/doc: fix handling of paths like ./fmtRob Pike
2015-04-29cmd/doc: show the true import path rather than "."Rob Pike
2015-04-29cmd/go: better UI for go docRob Pike
2015-04-27cmd/go,cmd/doc: add "go doc"Rob Pike