summaryrefslogtreecommitdiff
path: root/src/go/doc/testdata
Commit message (Expand)AuthorAgeFilesLines
* go/doc: recognize methods on generic types as FuncsKeith Randall2022-11-101-0/+5
* all: use time.Since instead of time.Now().Subhopehook2022-10-023-3/+3
* go/doc: remove unused top-level declarations from playable exampleJonathan Amsterdam2022-05-108-0/+556
* go/doc: move example tests into filesJonathan Amsterdam2022-05-1017-0/+488
* go/doc: use go/doc/commentRuss Cox2022-04-111-0/+19
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-1/+1
* go/doc: mark comparable predeclaredJonathan Amsterdam2022-02-114-0/+18
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-135-56/+56
* go/doc: don't treat functions returning type parameters as constructorsRobert Findley2021-11-104-0/+31
* cmd/doc, go/doc: add basic support for generic codeRobert Findley2021-11-044-0/+261
* go/doc: add NewFromFiles with support for classifying examplesDmitri Shuralyov2019-11-121-0/+4
* Revert "go/parser: include more comments in a struct or interface"Agniva De Sarker2019-07-084-339/+0
* go/parser: include more comments in a struct or interfaceAgniva De Sarker2019-03-064-0/+339
* go/doc: tune factory method association logicAgniva De Sarker2018-12-044-0/+85
* go/doc: classify function returning slice or array of T as constructorThomas Wanielista2018-06-124-36/+30
* go/doc: tune association of a function with a typeAgniva De Sarker2018-04-104-0/+140
* go/doc: replace unexported values with underscore if necessaryJoe Tsai2018-02-274-0/+123
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-014-4/+0
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-024-0/+4
* go/doc: fix constant type propagationgriesemer2017-10-098-17/+172
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1
* go/doc: classify function returning slice of T as constructorThomas Wanielista2017-08-224-0/+168
* go/doc: don't panic if method is missing recv typeKeegan Carruthers-Smith2016-11-114-0/+32
* go/doc: hide methods on locally-declared predeclared typesLarz Conwell2016-10-064-0/+60
* all: single space after period.Brad Fitzpatrick2016-03-025-18/+18
* go/doc: don't drop "factory" functions with dot-imported result typesRobert Griesemer2016-01-084-0/+93
* go/doc: don't treat _ consts as exportedJosh Bleecher Snyder2015-02-044-8/+17
* go/doc: propagate types from unexported constantsJosh Bleecher Snyder2015-01-064-4/+89
* go/doc: treat _ consts as exportedJosh Bleecher Snyder2014-09-184-0/+158
* build: move package sources from src/pkg to srcRuss Cox2014-09-0845-0/+3454