aboutsummaryrefslogtreecommitdiff
path: root/src/go/doc
AgeCommit message (Expand)Author
10 daysall: change from sort functions to slices functions where feasibleIan Lance Taylor
12 dayscmd/compile: add structs.HostLayoutDavid Chase
2024-05-06iter: expose fundamental types to Go 1.23Russ Cox
2024-04-22unique: add unique package and implement Make/HandleMichael Anthony Knyszek
2024-03-26all: fix a large number of commentscui fliter
2024-02-22go/doc: fix typo in commentguoguangwu
2023-10-19go: add available godoc linkcui fliter
2023-09-13go/doc/comment: use slices.BinarySearchqiulaidongfeng
2023-09-13go/doc/comment: update TODO for isStdPkgJes Cok
2023-05-19cmp: new packageIan Lance Taylor
2023-04-13go/doc/comment: remove unused fieldsDaniel Martí
2023-02-13slices: new packageIan Lance Taylor
2023-02-03maps: new packageIan Lance Taylor
2022-11-18all: add missing periods in commentscui fliter
2022-11-15go: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-10go/doc: recognize methods on generic types as FuncsKeith Randall
2022-10-02all: use time.Since instead of time.Now().Subhopehook
2022-09-30go/doc: use strings.TrimPrefixcuiweixie
2022-09-06go/doc: using strings.Buildercuiweixie
2022-06-30go/doc/comment: support links in lists in commentsBen Sarah Golightly
2022-06-06go/doc/comment: add heuristics for common badly formatted commentsRuss Cox
2022-06-06go/doc/comment: do not turn ``` into “`Russ Cox
2022-06-06go/doc/comment: add doc commentRuss Cox
2022-05-10go/doc: remove unused top-level declarations from playable exampleJonathan Amsterdam
2022-05-10go/doc: move code from playExample to a separate functionJonathan Amsterdam
2022-05-10go/doc: move example tests into filesJonathan Amsterdam
2022-05-10go/doc: remove brackets from receiver in example identifierJonathan Amsterdam
2022-05-10go/doc: group play example importsJonathan Amsterdam
2022-05-09go/doc/comment: don't crash if there are no words to wrapIan Lance Taylor
2022-04-16go/doc: fix incorrect identifier parsing in commentsJorropo
2022-04-11all: gofmt main repoRuss Cox
2022-04-11go/doc: use go/doc/commentRuss Cox
2022-04-11go/doc/comment: parse and print listsRuss Cox
2022-04-11go/doc/comment: parse and print codeRuss Cox
2022-04-11go/doc/comment: parse and print headingsRuss Cox
2022-04-11go/doc/comment: add text wrappingRuss Cox
2022-04-11go/doc/comment: parse and print explicit linksRuss Cox
2022-04-11go/doc/comment: parse and print doc linksRuss Cox
2022-04-11go/doc/comment: parse and print identifiers, automatic linksRuss Cox
2022-04-11go/doc/comment: add Printer and basic comment printingRuss Cox
2022-04-11go/doc/comment: add paragraph parsing and test frameworkRuss Cox
2022-04-11go/doc/comment: add low-level parsing helpersRuss Cox
2022-04-11go/doc/comment: add data structuresRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-15all: untab /* */ doc commentsRuss Cox
2022-02-11go/doc: mark comparable predeclaredJonathan Amsterdam
2022-01-03go/doc: handle generic receiver stringsJonathan Amsterdam
2022-01-03go/doc: use subtestsJonathan Amsterdam