index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bytes
/
buffer.go
Age
Commit message (
Expand
)
Author
2025-11-14
bytes: fix panic in bytes.Buffer.Peek
Aaron Chen
2025-11-03
bytes: add Buffer.Peek
Ilia Choly
2025-05-19
strings,bytes: add internal docs about perennial noCopy questions
Alan Donovan
2024-10-29
strings,bytes: use result of copy in subsequent slicing
Keith Randall
2024-07-16
bytes: more cross-references in docstrings
Kir Kolyshkin
2023-10-13
bytes,strings: add available godoc link
cui fliter
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-13
bytes: add Buffer.Available and Buffer.AvailableBuffer
Joe Tsai
2022-08-23
bytes: rely on utf8.AppendRune
Joe Tsai
2022-03-10
bytes: rely on runtime.growslice for growing
Joe Tsai
2021-03-15
bytes: correct tense in comment
Ian Lance Taylor
2021-03-13
all: remove duplicate words
John Bampton
2021-02-24
bufio, bytes, strings: handle negative runes in WriteRune
David Benjamin
2019-05-28
bytes: remove obsolete comment
Maxim Eryomenko
2019-02-26
bytes: hoist error creation out of function
Marcel van Lohuizen
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-09-06
bytes: remove bootstrap array from Buffer
Iskander Sharipov
2018-08-29
bytes: note that NewBuffer's initial size can change
Alberto Donizetti
2018-05-29
bytes: re-slice buffer to its previous length after call to grow()
Dave Russell
2017-11-30
bytes: mention strings.Builder in Buffer.String docs
Brad Fitzpatrick
2017-11-19
bytes: don't use an iota for the readOp constants
Daniel Martí
2017-11-18
bytes: make all readOp constants actually typed
Daniel Martí
2017-10-06
bytes: panic in ReadFrom with more information with negative Read counts
Afanasev Stanislav
2017-09-18
bytes: removed unnecessary slicing on copy
Gabriel Aszalos
2017-08-18
bytes: clean-up of buffer.go
Marvin Stenger
2017-08-16
bytes: avoid overflow in (*Buffer).Grow and ReadFrom
Bryan C. Mills
2017-06-02
bytes: note that NewBuffer take ownership of its argument
Alberto Donizetti
2017-05-07
bytes: optimize Buffer's Write, WriteString, WriteByte, and WriteRune
Marvin Stenger
2017-04-28
bytes: clarify documentation for UnreadByte/Rune
Robert Griesemer
2017-02-28
bytes: make bytes.Buffer cache-friendly
Carlo Alberto Ferraris
2017-01-07
all: fix misspellings
shawnps
2016-10-17
bytes: encode size of rune read by ReadRune into lastRead to speed up UnreadRune
Martin Möhrmann
2016-09-08
bytes: improve WriteRune performance
Martin Möhrmann
2016-03-10
bytes: correct comment about usage of bytes.Buffer by Printf
Martin Möhrmann
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-21
bytes: make Buffer comment more accurate
Josh Bleecher Snyder
2015-12-18
bytes: document that buffer is reused in Truncate and Reset
Joe Tsai
2015-07-23
Revert "bytes: document that Buffer values must not be copied"
Alan Donovan
2015-07-23
bytes: document that Buffer values must not be copied
Alan Donovan
2015-04-04
bytes: fix comment
Josh Bleecher Snyder
2015-04-03
bytes: export Cap method for buffer
Cristian Staretu
2014-09-08
build: move package sources from src/pkg to src
Russ Cox