summaryrefslogtreecommitdiff
path: root/src/cmd/doc
Commit message (Expand)AuthorAgeFilesLines
* cmd/doc: format field doc comments when printing entire structIan Lance Taylor2023-04-103-8/+85
* cmd/go: add -C flagRuss Cox2022-11-031-6/+13
* cmd/doc: use strings.Buildercuiweixie2022-09-062-3/+3
* all: use os/exec instead of internal/execabsRuss Cox2022-05-021-1/+1
* all: gofmt main repoRuss Cox2022-04-112-0/+11
* cmd/doc: use new go/doc APIsRuss Cox2022-04-111-8/+15
* internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills2022-03-181-0/+8
* cmd/doc: use the 'go' command from buildCtx.GOROOT, not whatever is in $PATHBryan C. Mills2022-03-171-4/+12
* cmd/doc: use 'go env' to identify GOROOT if it isn't otherwise knownBryan C. Mills2022-03-172-5/+20
* cmd/doc: don't log on constraint type elementsIan Lance Taylor2021-12-203-1/+32
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-3/+4
* cmd/doc: fix "builtin" package parsingRoi Martin2021-11-261-6/+7
* cmd/doc, go/doc: add basic support for generic codeRobert Findley2021-11-041-4/+17
* all: use bytes.Cut, strings.CutRuss Cox2021-10-062-8/+2
* cmd/doc: properly display interface methodsAgniva De Sarker2021-03-193-17/+25
* all: introduce and use internal/execabsRoland Shoemaker2021-01-211-1/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-5/+5
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-061-1/+1
* all: add GOOS=iosCherry Zhang2020-09-231-2/+2
* cmd/doc: don't print package clauses on errorRob Pike2020-04-172-11/+21
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-2/+2
* cmd/doc: fix merging comments in -src modeIvan Trubach2020-03-053-0/+48
* cmd/doc: flag usage() inconsistencyGert Cuykens2019-12-181-3/+4
* cmd/doc: show the package clause alwaysAgniva De Sarker2019-11-123-2/+16
* cmd/doc: show variables of unexported types for -allAgniva De Sarker2019-11-123-10/+13
* cmd/doc: don't bother checking validity of symbols at top levelRob Pike2019-11-071-6/+0
* cmd/doc: understand vendor directories in module modeBryan C. Mills2019-11-062-9/+112
* cmd/doc: avoid calling token.IsExported on non-tokensBryan C. Mills2019-11-061-9/+18
* cmd/go: forbid module pattern 'all' when outside a moduleJay Conrod2019-10-101-1/+9
* cmd/doc: show original import error when package cannot be foundJay Conrod2019-10-091-3/+14
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-3/+0
* cmd/doc: add option to output a clean one-line symbol representationGert Cuykens2019-09-193-4/+28
* cmd/doc: provide working directory to build.Import callsDmitri Shuralyov2019-06-282-17/+15
* cmd/doc: always print package clause except for commandsRob Pike2019-05-281-46/+35
* cmd/doc: display a proper error when no packages are foundAgniva De Sarker2019-05-251-1/+4
* cmd/doc: stop showing interface methods while matching symbolsAgniva De Sarker2019-05-232-2/+18
* all: clean up code with token.IsExportedDaniel Martí2019-04-161-11/+3
* go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí2019-04-151-16/+7
* cmd/doc: correctly indent pre-formatted blocksSegev Finer2019-03-313-3/+62
* cmd/doc: add a line gap after a method with no commentAgniva De Sarker2019-03-083-0/+8
* cmd/doc: treat any non-empty GOMOD as module modeBryan C. Mills2018-11-291-1/+1
* cmd/doc: allow -all to apply to individual itemsRob Pike2018-10-312-4/+21
* cmd/doc: minor code simplificationRobert Griesemer2018-10-181-5/+3
* cmd/doc: make comments inside functions appear with -srcRob Pike2018-10-182-3/+14
* cmd/doc: fix repeated header bug added in previous CLRob Pike2018-10-172-0/+4
* cmd/doc: add -all flag to print all documentation for packageRob Pike2018-10-173-91/+322
* cmd/doc: add a -src flag to show original sourceRob Pike2018-10-104-56/+127
* cmd/doc: adapt directory search for modulesRuss Cox2018-08-014-31/+146
* cmd/doc: continue to search when package import failsMichael Fraenkel2018-06-114-10/+47
* cmd/doc: skip directories like other go toolsDaniel Martí2018-05-012-6/+18