aboutsummaryrefslogtreecommitdiff
path: root/src/go/doc/example.go
AgeCommit message (Expand)Author
2021-05-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
2021-03-30go/doc: avoid panic on references to functions with no bodyNorman B. Lancaster
2020-12-04[dev.fuzz] testing: add basic go command support for fuzzingKatie Hockman
2020-08-21go/doc: support examples on methods from embedded unexported typesJonathan Amsterdam
2020-04-15go/doc: fix detection of whole file examplesGregory Petrosyan
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: add NewFromFiles with support for classifying examplesDmitri Shuralyov
2019-02-27cmd/go: avoid compiling most regexes at initDaniel Martí
2018-12-16go/doc: handle Examples with no bodyAgniva De Sarker
2018-11-20go/doc: disable playground for examples that use syscall/jsRichard Musiol
2018-11-05go/doc: inspect function signature for building playground examplesYury Smolsky
2018-10-09go/doc: skip examples with no bodyMuhammad Falak R Wani
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-06-27go/doc: make examples that depend on top-level decls playableHiroshi Ioka
2017-09-12go/*: use sort.Slice to simplify some codeDaniel Martí
2016-03-09testing: implement 'Unordered Output' in Examples.Brady Catherman
2014-09-08build: move package sources from src/pkg to srcRuss Cox