summaryrefslogtreecommitdiff
path: root/src/go/doc
Commit message (Expand)AuthorAgeFilesLines
* go/doc/comment: remove unused fieldsDaniel Martí2023-04-131-2/+0
* slices: new packageIan Lance Taylor2023-02-131-0/+1
* maps: new packageIan Lance Taylor2023-02-031-0/+1
* all: add missing periods in commentscui fliter2022-11-182-2/+2
* go: use testenv.Command instead of exec.Command in testsBryan C. Mills2022-11-151-2/+1
* go/doc: recognize methods on generic types as FuncsKeith Randall2022-11-103-8/+17
* all: use time.Since instead of time.Now().Subhopehook2022-10-023-3/+3
* go/doc: use strings.TrimPrefixcuiweixie2022-09-301-3/+1
* go/doc: using strings.Buildercuiweixie2022-09-061-2/+1
* go/doc/comment: support links in lists in commentsBen Sarah Golightly2022-06-305-0/+131
* go/doc/comment: add heuristics for common badly formatted commentsRuss Cox2022-06-067-99/+322
* go/doc/comment: do not turn ``` into “`Russ Cox2022-06-062-1/+12
* go/doc/comment: add doc commentRuss Cox2022-06-061-0/+36
* go/doc: remove unused top-level declarations from playable exampleJonathan Amsterdam2022-05-109-15/+676
* go/doc: move code from playExample to a separate functionJonathan Amsterdam2022-05-101-70/+75
* go/doc: move example tests into filesJonathan Amsterdam2022-05-1018-494/+549
* go/doc: remove brackets from receiver in example identifierJonathan Amsterdam2022-05-102-2/+38
* go/doc: group play example importsJonathan Amsterdam2022-05-103-12/+180
* go/doc/comment: don't crash if there are no words to wrapIan Lance Taylor2022-05-092-1/+17
* go/doc: fix incorrect identifier parsing in commentsJorropo2022-04-162-1/+13
* all: gofmt main repoRuss Cox2022-04-113-5/+7
* go/doc: use go/doc/commentRuss Cox2022-04-118-794/+383
* go/doc/comment: parse and print listsRuss Cox2022-04-1115-5/+869
* go/doc/comment: parse and print codeRuss Cox2022-04-119-9/+263
* go/doc/comment: parse and print headingsRuss Cox2022-04-118-10/+265
* go/doc/comment: add text wrappingRuss Cox2022-04-1111-7/+488
* go/doc/comment: parse and print explicit linksRuss Cox2022-04-119-3/+321
* go/doc/comment: parse and print doc linksRuss Cox2022-04-1117-6/+536
* go/doc/comment: parse and print identifiers, automatic linksRuss Cox2022-04-1111-7/+185
* go/doc/comment: add Printer and basic comment printingRuss Cox2022-04-118-4/+488
* go/doc/comment: add paragraph parsing and test frameworkRuss Cox2022-04-113-0/+351
* go/doc/comment: add low-level parsing helpersRuss Cox2022-04-112-0/+374
* go/doc/comment: add data structuresRuss Cox2022-04-111-0/+169
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-1/+1
* all: remove trailing blank doc comment linesRuss Cox2022-04-016-35/+0
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-4/+9
* all: untab /* */ doc commentsRuss Cox2022-03-151-5/+5
* go/doc: mark comparable predeclaredJonathan Amsterdam2022-02-115-0/+19
* go/doc: handle generic receiver stringsJonathan Amsterdam2022-01-032-2/+167
* go/doc: use subtestsJonathan Amsterdam2022-01-031-42/+40
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-137-58/+58
* all: update terminology for fuzzingKatie Hockman2021-11-111-3/+3
* go/doc: don't treat functions returning type parameters as constructorsRobert Findley2021-11-105-0/+52
* cmd/doc, go/doc: add basic support for generic codeRobert Findley2021-11-047-28/+322
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: use bytes.Cut, strings.CutRuss Cox2021-10-062-20/+13
* [dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman2021-05-173-1/+30
|\
| * go/doc: avoid panic on references to functions with no bodyNorman B. Lancaster2021-03-302-1/+29
| * all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* | [dev.fuzz] all: merge master into dev.fuzzKatie Hockman2020-12-144-9/+21
|\ \ | |/