index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
doc
Age
Commit message (
Expand
)
Author
2022-11-03
cmd/go: add -C flag
Russ Cox
2022-09-06
cmd/doc: use strings.Builder
cuiweixie
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-11
cmd/doc: use new go/doc APIs
Russ Cox
2022-03-18
internal/testenv: add GOROOT and use it to fix tests broken with -trimpath
Bryan C. Mills
2022-03-17
cmd/doc: use the 'go' command from buildCtx.GOROOT, not whatever is in $PATH
Bryan C. Mills
2022-03-17
cmd/doc: use 'go env' to identify GOROOT if it isn't otherwise known
Bryan C. Mills
2021-12-20
cmd/doc: don't log on constraint type elements
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-26
cmd/doc: fix "builtin" package parsing
Roi Martin
2021-11-04
cmd/doc, go/doc: add basic support for generic code
Robert Findley
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-03-19
cmd/doc: properly display interface methods
Agniva De Sarker
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-10-06
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-17
cmd/doc: don't print package clauses on error
Rob Pike
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2020-03-05
cmd/doc: fix merging comments in -src mode
Ivan Trubach
2019-12-18
cmd/doc: flag usage() inconsistency
Gert Cuykens
2019-11-12
cmd/doc: show the package clause always
Agniva De Sarker
2019-11-12
cmd/doc: show variables of unexported types for -all
Agniva De Sarker
2019-11-07
cmd/doc: don't bother checking validity of symbols at top level
Rob Pike
2019-11-06
cmd/doc: understand vendor directories in module mode
Bryan C. Mills
2019-11-06
cmd/doc: avoid calling token.IsExported on non-tokens
Bryan C. Mills
2019-10-10
cmd/go: forbid module pattern 'all' when outside a module
Jay Conrod
2019-10-09
cmd/doc: show original import error when package cannot be found
Jay Conrod
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-09-19
cmd/doc: add option to output a clean one-line symbol representation
Gert Cuykens
2019-06-28
cmd/doc: provide working directory to build.Import calls
Dmitri Shuralyov
2019-05-28
cmd/doc: always print package clause except for commands
Rob Pike
2019-05-25
cmd/doc: display a proper error when no packages are found
Agniva De Sarker
2019-05-23
cmd/doc: stop showing interface methods while matching symbols
Agniva De Sarker
2019-04-16
all: clean up code with token.IsExported
Daniel Martí
2019-04-15
go/token: add IsIdentifier, IsKeyword, and IsExported
Daniel Martí
2019-03-31
cmd/doc: correctly indent pre-formatted blocks
Segev Finer
2019-03-08
cmd/doc: add a line gap after a method with no comment
Agniva De Sarker
2018-11-29
cmd/doc: treat any non-empty GOMOD as module mode
Bryan C. Mills
2018-10-31
cmd/doc: allow -all to apply to individual items
Rob Pike
2018-10-18
cmd/doc: minor code simplification
Robert Griesemer
2018-10-18
cmd/doc: make comments inside functions appear with -src
Rob Pike
2018-10-17
cmd/doc: fix repeated header bug added in previous CL
Rob Pike
2018-10-17
cmd/doc: add -all flag to print all documentation for package
Rob Pike
2018-10-10
cmd/doc: add a -src flag to show original source
Rob Pike
2018-08-01
cmd/doc: adapt directory search for modules
Russ Cox
2018-06-11
cmd/doc: continue to search when package import fails
Michael Fraenkel
2018-05-01
cmd/doc: skip directories like other go tools
Daniel Martí
2018-04-17
Revert "cmd/doc: skip directories like other go tools"
Elias Naur
[next]