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
2015-09-24
cmd/doc: don't stop after first package if the symbol is not found
Rob Pike
2015-09-21
cmd/doc: don't drop const/var block if first entry is unexported
Rob Pike
2015-09-11
cmd/doc: slice/map literals janitoring
Didier Spezia
2015-09-09
cmd/doc: the builtin package should always show unexported symbols
Rob Pike
2015-09-02
cmd/doc: document that json.Decode documents encoding/json.Decoder.Decode
Rob Pike
2015-07-28
cmd/doc: extend darwin/arm64 test TODO to arm
David Crawshaw
2015-07-10
cmd/doc: submit to the punched card tyranny
Rob Pike
2015-07-09
cmd/doc: suppress symbols for commands when showing package docs
Rob Pike
2015-06-22
cmd/doc: fix copy/paste error in test
Rob Pike
2015-06-20
cmd/doc: add test for constructor, fix build
Rob Pike
2015-06-19
cmd/doc: fix test on nacl
Rob Pike
2015-06-19
cmd/doc: add test
Rob Pike
2015-06-04
cmd/doc: do not show unexported constants
Rob Pike
2015-06-01
cmd/doc: try better when looking for package dir
Konstantin Shaposhnikov
2015-05-20
cmd/doc: fix handling of paths like ./fmt
Rob Pike
2015-05-18
cmd/doc: put blank lines around comment for types, etc.
Rob Pike
2015-05-15
cmd/doc: fix build
Mikio Hara
2015-05-14
cmd/doc: trim unexported methods from interfaces
Rob Pike
2015-05-13
cmd/doc: print BUGs after package docs
Rob Pike
2015-05-06
cmd/doc: add type-bound vars to global vars list
Rob Pike
2015-05-06
cmd/doc: if no top-level symbols match, look for methods
Rob Pike
2015-04-29
cmd/doc: show the true import path rather than "."
Rob Pike
2015-04-29
cmd/go: better UI for go doc
Rob Pike
2015-04-28
cmd/doc: print documentation for all matches in a package, not just the first
Rob Pike
2015-04-27
cmd/go,cmd/doc: add "go doc"
Rob Pike
[prev]