aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/doc
AgeCommit message (Expand)Author
2021-12-20cmd/doc: don't log on constraint type elementsIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-26cmd/doc: fix "builtin" package parsingRoi Martin
2021-11-04cmd/doc, go/doc: add basic support for generic codeRobert Findley
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-03-19cmd/doc: properly display interface methodsAgniva De Sarker
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-17cmd/doc: don't print package clauses on errorRob Pike
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-05cmd/doc: fix merging comments in -src modeIvan Trubach
2019-12-18cmd/doc: flag usage() inconsistencyGert Cuykens
2019-11-12cmd/doc: show the package clause alwaysAgniva De Sarker
2019-11-12cmd/doc: show variables of unexported types for -allAgniva De Sarker
2019-11-07cmd/doc: don't bother checking validity of symbols at top levelRob Pike
2019-11-06cmd/doc: understand vendor directories in module modeBryan C. Mills
2019-11-06cmd/doc: avoid calling token.IsExported on non-tokensBryan C. Mills
2019-10-10cmd/go: forbid module pattern 'all' when outside a moduleJay Conrod
2019-10-09cmd/doc: show original import error when package cannot be foundJay Conrod
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
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-05-28cmd/doc: always print package clause except for commandsRob Pike
2019-05-25cmd/doc: display a proper error when no packages are foundAgniva De Sarker
2019-05-23cmd/doc: stop showing interface methods while matching symbolsAgniva De Sarker
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2019-04-15go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí
2019-03-31cmd/doc: correctly indent pre-formatted blocksSegev Finer
2019-03-08cmd/doc: add a line gap after a method with no commentAgniva De Sarker
2018-11-29cmd/doc: treat any non-empty GOMOD as module modeBryan C. Mills
2018-10-31cmd/doc: allow -all to apply to individual itemsRob Pike
2018-10-18cmd/doc: minor code simplificationRobert Griesemer
2018-10-18cmd/doc: make comments inside functions appear with -srcRob Pike
2018-10-17cmd/doc: fix repeated header bug added in previous CLRob 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-05-01cmd/doc: skip directories like other go toolsDaniel Martí
2018-04-17Revert "cmd/doc: skip directories like other go tools"Elias Naur
2018-04-14cmd/doc: skip directories like other go toolsDaniel Martí
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-03-21cmd/doc: use empty GOPATH when running the testsDaniel Martí
2018-03-06cmd/doc: make local dot-slash path names workRob Pike
2018-02-26cmd: avoid unnecessary type conversionsKunpei Sakai
2017-12-20cmd/doc: suppress the error message for *package.ident embedded in struct typeelpinal
2017-11-20cmd/doc: don't print a declaration twiceRob Pike
2017-11-19cmd/doc: print a symbol error on "bytes Foo"Daniel Martí