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_test.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
std: pass bytes.Buffer and strings.Builder by pointer
Alan Donovan
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2024-04-26
bytes: skip TestNewBufferShallow if optimization is disabled
qmuntal
2024-04-24
bytes: add test to ensure shallow copy of NewBuffer does not allocate
Joe Tsai
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-03-13
bytes: add Buffer.Available and Buffer.AvailableBuffer
Joe Tsai
2022-03-10
bytes: rely on runtime.growslice for growing
Joe Tsai
2021-02-24
bufio, bytes, strings: handle negative runes in WriteRune
David Benjamin
2020-02-26
bytes: deflake TestGrow by using testing.AllocsPerRun
HowJMay
2019-02-26
bytes: clean up a test
Leon Klingele
2018-08-23
all: fix typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-05-29
bytes: re-slice buffer to its previous length after call to grow()
Dave Russell
2017-10-06
bytes: panic in ReadFrom with more information with negative Read counts
Afanasev Stanislav
2017-09-25
cmd/compile: merge bytes inline test with the rest
Daniel Martí
2017-09-20
bytes: improve test readability
Gabriel Aszalos
2017-09-20
bytes: correct message in test log
Gabriel Aszalos
2017-08-16
bytes: avoid overflow in (*Buffer).Grow and ReadFrom
Bryan C. Mills
2017-05-08
bytes: skip inline test by default
Marvin Stenger
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
2016-09-08
bytes: improve WriteRune performance
Martin Möhrmann
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