aboutsummaryrefslogtreecommitdiff
path: root/src/go/doc
AgeCommit message (Expand)Author
2021-03-30go/doc: avoid panic on references to functions with no bodyNorman B. Lancaster
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-11-03cmd/doc: adding validation before adding comment markerkemalelmizan
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-08-21go/doc: support examples on methods from embedded unexported typesJonathan Amsterdam
2020-04-15go/doc: fix detection of whole file examplesGregory Petrosyan
2020-02-10go/doc: clarify that NewFromFiles caller must filter by GOOS/GOARCHDmitri Shuralyov
2019-12-17src/go/doc: in Examples, check for len of params.List, not nilnessMichael Matloob
2019-12-16go/doc: ignore example functions with argumentsMichael Matloob
2019-11-12go/doc: document unicode quoting conversionAgniva De Sarker
2019-11-12go/doc: add NewFromFiles with support for classifying examplesDmitri Shuralyov
2019-07-08Revert "go/parser: include more comments in a struct or interface"Agniva De Sarker
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2019-03-06go/parser: include more comments in a struct or interfaceAgniva De Sarker
2019-03-05go/doc: add // while wrapping a line comment in ToTextAgniva De Sarker
2019-02-27cmd/go: avoid compiling most regexes at initDaniel Martí
2019-02-27internal/lazyregexp: add a lazy Regexp packageDaniel Martí
2019-02-26go/doc: skip escaping comments in pre-formatted blocksAgniva De Sarker
2018-12-16go/doc: handle Examples with no bodyAgniva De Sarker
2018-12-14go/doc: simplify and robustify link detection logicJoe Tsai
2018-12-04go/doc: tune factory method association logicAgniva De Sarker
2018-11-29go/doc: convert to unicode quotes for ToText and SynopsisAgniva De Sarker
2018-11-20go/doc: disable playground for examples that use syscall/jsRichard Musiol
2018-11-11go/build, go/doc: fix tautological conditionsAinar Garipov
2018-11-05go/doc: inspect function signature for building playground examplesYury Smolsky
2018-10-10go/doc: add new mode bit PreserveAST to control clearing of data in ASTRob Pike
2018-10-09go/doc: skip examples with no bodyMuhammad Falak R Wani
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-21go/doc: compile regexps lazilyBrad Fitzpatrick
2018-08-17go/doc: allow interior dot in heading, as in "go.mod"Russ Cox
2018-08-08doc.Example should not worry about unresolved blank identifiersMostyn Bramley-Moore
2018-07-31go/doc: do not treat methods as test functionsRoger Peppe
2018-07-06go/doc: update header rulesRuss Cox
2018-06-27go/doc: make examples that depend on top-level decls playableHiroshi Ioka
2018-06-12go/doc: classify function returning slice or array of T as constructorThomas Wanielista
2018-05-01go/ast: hide unexported fields in composite literalsAgniva De Sarker
2018-04-10go/doc: tune association of a function with a typeAgniva De Sarker
2018-02-27go/doc: replace unexported values with underscore if necessaryJoe Tsai
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-10-09go/doc: fix constant type propagationgriesemer
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-12go/*: use sort.Slice to simplify some codeDaniel Martí
2017-08-22go/doc: classify function returning slice of T as constructorThomas Wanielista
2017-03-06go/doc: remove unused tok parameterDaniel Martí
2017-03-04Revert "all: test adjustments for the iOS builder"Elias Naur
2017-02-18go/doc: allow : in godoc linksKenny Grant