summaryrefslogtreecommitdiff
path: root/src/builtin
Commit message (Expand)AuthorAgeFilesLines
* builtin: add documentation for clearCuong Manh Le2023-02-011-0/+9
* runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox2023-01-191-0/+4
* builtin: clarify effect of close on receiveSean Liao2022-05-241-1/+1
* all: gofmt main repoRuss Cox2022-04-111-0/+10
* all: untab /* */ doc commentsRuss Cox2022-03-151-4/+4
* builtin: clarify that interface types do not implement comparableIan Lance Taylor2022-02-081-3/+3
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* builtin: document "any" and "comparable"Ian Lance Taylor2021-12-031-0/+10
* builtin: spec correction for panic()Darren Grant2019-04-051-4/+3
* builtin: make len's godoc less ambiguousDaniel Martí2019-03-131-1/+1
* builtin: document when len and cap are constantRob Pike2018-09-181-0/+6
* builtin: improve docs for make sliceIan Lance Taylor2017-11-181-2/+3
* builtin: use type aliases for rune and byteBrad Fitzpatrick2017-06-071-2/+2
* builtin: fix signature of the builtin function makeBrad Fitzpatrick2017-05-131-1/+1
* builtin: clarify that make(map[K]V, n) allocates space for n elementsIan Lance Taylor2016-09-101-2/+2
* builtin: remove errant space in hyphenated adjective phraseBrad Fitzpatrick2015-06-281-4/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+256