aboutsummaryrefslogtreecommitdiff
path: root/src/builtin
AgeCommit message (Expand)Author
2024-04-11all: consistently use "IEEE 754" over "IEEE-754"Joe Tsai
2023-12-18builtin: mention PanicNilError in comments of recoverIrakli Safareli
2023-06-11cmp, builtin: document NaN behaviorIan Lance Taylor
2023-06-04builtin: add documentation for min/maxCuong Manh Le
2023-02-01builtin: add documentation for clearCuong Manh Le
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2022-05-24builtin: clarify effect of close on receiveSean Liao
2022-04-11all: gofmt main repoRuss Cox
2022-03-15all: untab /* */ doc commentsRuss Cox
2022-02-08builtin: clarify that interface types do not implement comparableIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-03builtin: document "any" and "comparable"Ian Lance Taylor
2019-04-05builtin: spec correction for panic()Darren Grant
2019-03-13builtin: make len's godoc less ambiguousDaniel Martí
2018-09-18builtin: document when len and cap are constantRob Pike
2017-11-18builtin: improve docs for make sliceIan Lance Taylor
2017-06-07builtin: use type aliases for rune and byteBrad Fitzpatrick
2017-05-13builtin: fix signature of the builtin function makeBrad Fitzpatrick
2016-09-10builtin: clarify that make(map[K]V, n) allocates space for n elementsIan Lance Taylor
2015-06-28builtin: remove errant space in hyphenated adjective phraseBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox