summaryrefslogtreecommitdiff
path: root/src/go/doc/reader.go
Commit message (Expand)AuthorAgeFilesLines
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* go/doc: use go/doc/commentRuss Cox2022-04-111-9/+86
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-22/+0
* go/doc: mark comparable predeclaredJonathan Amsterdam2022-02-111-0/+1
* go/doc: handle generic receiver stringsJonathan Amsterdam2022-01-031-2/+28
* go/doc: don't treat functions returning type parameters as constructorsRobert Findley2021-11-101-0/+21
* cmd/doc, go/doc: add basic support for generic codeRobert Findley2021-11-041-10/+19
* all: clean up code with token.IsExportedDaniel Martí2019-04-161-2/+2
* internal/lazyregexp: add a lazy Regexp packageDaniel Martí2019-02-271-3/+4
* go/doc: tune factory method association logicAgniva De Sarker2018-12-041-10/+24
* go/build, go/doc: fix tautological conditionsAinar Garipov2018-11-111-1/+1
* go/doc: add new mode bit PreserveAST to control clearing of data in ASTRob Pike2018-10-101-14/+26
* go/doc: compile regexps lazilyBrad Fitzpatrick2018-08-211-4/+3
* go/doc: make examples that depend on top-level decls playableHiroshi Ioka2018-06-271-0/+2
* go/doc: classify function returning slice or array of T as constructorThomas Wanielista2018-06-121-3/+3
* go/doc: tune association of a function with a typeAgniva De Sarker2018-04-101-7/+13
* go/doc: fix constant type propagationgriesemer2017-10-091-6/+11
* go/doc: classify function returning slice of T as constructorThomas Wanielista2017-08-221-1/+7
* go/doc: don't panic if method is missing recv typeKeegan Carruthers-Smith2016-11-111-0/+5
* go/doc: hide methods on locally-declared predeclared typesLarz Conwell2016-10-061-5/+9
* go/doc: add IsPredeclared functionLuigi Riefolo2016-09-271-0/+5
* go/doc: don't drop "factory" functions with dot-imported result typesRobert Griesemer2016-01-081-7/+12
* go/doc, syscall: change 'more then' to 'more than'andrey mirtchovski2015-12-071-3/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+853