aboutsummaryrefslogtreecommitdiff
path: root/src/builtin
AgeCommit message (Expand)Author
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