aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/doc
AgeCommit message (Expand)Author
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-24cmd/doc: continue searching after error reading directoryQuentin Smith
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-03-21all: delete dead test codeDominik Honnef
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-22cmd/doc: handle embedded fields properlyRob Pike
2015-12-10cmd/doc: search the tree in breadth-first orderRob 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
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-28cmd/doc: extend darwin/arm64 test TODO to armDavid Crawshaw
2015-07-10cmd/doc: submit to the punched card tyrannyRob Pike
2015-07-09cmd/doc: suppress symbols for commands when showing package docsRob Pike
2015-06-22cmd/doc: fix copy/paste error in testRob Pike
2015-06-20cmd/doc: add test for constructor, fix buildRob Pike
2015-06-19cmd/doc: fix test on naclRob Pike
2015-06-19cmd/doc: add testRob Pike
2015-06-04cmd/doc: do not show unexported constantsRob 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-05-18cmd/doc: put blank lines around comment for types, etc.Rob Pike
2015-05-15cmd/doc: fix buildMikio Hara
2015-05-14cmd/doc: trim unexported methods from interfacesRob Pike
2015-05-13cmd/doc: print BUGs after package docsRob Pike
2015-05-06cmd/doc: add type-bound vars to global vars listRob Pike
2015-05-06cmd/doc: if no top-level symbols match, look for methodsRob 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-28cmd/doc: print documentation for all matches in a package, not just the firstRob Pike
2015-04-27cmd/go,cmd/doc: add "go doc"Rob Pike