aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/doc/pkg.go
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-08cmd/doc: fix inconsistent receiver nameMehdi Mostafavi
2023-09-07cmd/doc: print bugs with -all flagPascal S. de Kloe
2023-04-10cmd/doc: format field doc comments when printing entire structIan Lance Taylor
2022-09-06cmd/doc: use strings.Buildercuiweixie
2022-04-11cmd/doc: use new go/doc APIsRuss Cox
2022-03-17cmd/doc: use 'go env' to identify GOROOT if it isn't otherwise knownBryan C. Mills
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-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
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-04-17cmd/doc: don't print package clauses on errorRob Pike
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-09-19cmd/doc: add option to output a clean one-line symbol representationGert Cuykens
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-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-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-03-21cmd/doc: use empty GOPATH when running the testsDaniel Martí
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-07-06cmd/doc: print Go syntax when printing struct.field docsBrad Fitzpatrick
2017-03-22cmd/doc: implement "go doc struct.field"Rob Pike
2017-02-24cmd/doc: truncate long lists of argumentsJoe Tsai
2017-01-25[dev.typealias] cmd/doc: update for type aliasRuss Cox
2016-10-25cmd/doc: show documentation for interface methods when requested explicitlyRob Pike
2016-10-05cmd/doc: ensure summaries truly are only one lineJoe Tsai
2016-09-30cmd/doc: perform type grouping for constants and variablesJoe Tsai
2016-08-02cmd/doc: ensure functions with unexported return values are shownJoe Tsai
2016-08-02cmd/doc: handle embedded interfaces properlyJoe Tsai
2016-04-21cmd/doc: group constructors with type in package presentationRob Pike
2016-03-25all: delete dead non-test codeDominik Honnef
2016-02-22cmd/doc: handle embedded fields properlyRob Pike
2015-11-17cmd/doc: fix strange indentation artifacts with unexported fieldsJoe Tsai
2015-09-29cmd/doc: fix pretty printing of pathsRob Pike
2015-09-28cmd/doc: rearrange the newlines to group betterRob Pike
2015-09-24cmd/doc: don't stop after first package if the symbol is not foundRob Pike
2015-09-21cmd/doc: don't drop const/var block if first entry is unexportedRob Pike
2015-09-11cmd/doc: slice/map literals janitoringDidier Spezia