aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/doc
AgeCommit message (Expand)Author
2025-07-24cmd/doc: deleteMichael Matloob
2025-06-03cmd/doc: build cmd/doc directly into the go commandMichael Matloob
2025-05-22cmd/doc: properly set GOPROXY to avoid deprecation checksMichael Matloob
2025-05-22Revert "cmd/doc: better support for no network"Michael Matloob
2025-05-21cmd/doc: better support for no networkMichael Matloob
2025-05-21cmd/doc: add more convenient behavior for go doc -http with no argsMichael Matloob
2025-05-21cmd/doc: allow go doc -http without package in current directoryMichael Matloob
2025-05-20cmd/doc: use golang.org/x/pkgsite/cmd/internal/doc to start serverMichael Matloob
2025-05-20cmd/doc: use go list to determine import path if it's missingMichael Matloob
2025-05-20cmd/doc: show page for the requested objectMichael Matloob
2025-02-03cmd/doc: add support for starting pkgsite instance for docsMichael Matloob
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
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-11-03cmd/go: add -C flagRuss Cox
2022-09-06cmd/doc: use strings.Buildercuiweixie
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-04-11all: gofmt main repoRuss Cox
2022-04-11cmd/doc: use new go/doc APIsRuss Cox
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2022-03-17cmd/doc: use the 'go' command from buildCtx.GOROOT, not whatever is in $PATHBryan C. Mills
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-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