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
/
bufio
Age
Commit message (
Expand
)
Author
2026-02-03
bufio: realign struct Scanner
Shulhan
2026-02-03
bufio: realign struct Reader
Shulhan
2025-09-03
unicode/utf8: make DecodeRune{,InString} inlineable
Julien Cretel
2025-05-21
bufio: update buffer documentation
Lokesh Kumar
2025-02-07
bufio: skip network test if unixpacket socket not supported
Ian Lance Taylor
2025-02-06
bufio: don't do empty Write at start of WriteTo
Ian Lance Taylor
2024-12-09
bufio: make the description of Peek's behavior better
Petr Osetrov
2024-12-04
bufio: document Reader must be created with New functions
Sean Liao
2024-11-01
bufio: add example for ReadFrom and remove unused code
cuishuang
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2023-10-23
bufio: allow terminating Scanner early cleanly without a final token or an error
favonia
2023-10-14
bufio: link "too large to fit" to Scanner.Buffer
Ian Lance Taylor
2023-10-12
bufio: add available godoc link
cui fliter
2023-10-04
bufio: use max/min func
qiulaidongfeng
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-08-16
bufio: clarify the maximum token size
qiulaidongfeng
2023-02-10
bufio: permit r.Reset(r) without infinite recursion
Ian Lance Taylor
2022-09-29
bufio: use strings.Builder
cuiweixie
2022-09-27
bufio: use bytes.Clone
cuiweixie
2022-09-06
bufio: use strings.Builder
cuiweixie
2022-05-02
bufio: clarify io.EOF behavior of Reader.Read
Ian Lance Taylor
2022-04-21
bufio: implement large write forwarding in Writer.WriteString
Carlo Alberto Ferraris
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-12-15
all: fix typo in comment
ichxxx
2021-11-26
bufio: mention that panic at slicing means underlying reader is broken
Keith Randall
2021-11-09
bufio: document that NewWriter can return its argument
Ian Lance Taylor
2021-11-05
bufio: fix typo in comment
lgbgbl
2021-10-18
bufio: use underlying ReadFrom even when data is buffered
Damien Neil
2021-10-01
bufio: reject UnreadByte or UnreadRune after a Discard or WriteTo
Bryan C. Mills
2021-09-12
bufio: add Writer.AvailableBuffer
Joe Tsai
2021-09-11
bufio: make Reader.Reset and Writer.Reset work on the zero value
Joe Tsai
2021-04-30
bufio: mention ErrFinalToken in SplitFunc documentation
Matt Harden
2021-02-24
bufio, bytes, strings: handle negative runes in WriteRune
David Benjamin
2020-11-28
bufio: make string(int) conversion safer
smasher164
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-08-18
all: fix spelling mistakes
lihaowei
2020-06-17
bufio: test for exact error value in TestNegativeEOFReader and TestLargeReader
Dmitri Shuralyov
2020-04-28
bufio: optimize bufio.Reader.ReadString to avoid an allocation and copy
Alex Gaynor
2020-03-25
scan: for style, adjust code for bad scan read counts
Rob Pike
2020-03-25
bufio: don't panic when Scanner sees an impossible Read count
Ian Lance Taylor
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2019-10-31
bufio: return the underlying error in ReadFrom if not nil
Cuong Manh Le
2019-10-31
bufio: save error from underlying ReadFrom
Cuong Manh Le
2019-10-04
bufio: simplify bufio.Reader.ReadBytes to avoid an extra loop over a slice
Alex Gaynor
2019-06-25
bufio: fix ExampleScanner_Bytes comment, add error check
Ian Lance Taylor
2019-06-21
bufio: add example for Scanner.Bytes
guitarbum722
2019-06-20
bufio: Reader.Read may return io.EOF even when it has data buffered
Daniel Cormier
2019-05-23
bufio: Fix typo in scan.go documentation
Mickey Reiss
2019-03-02
bufio: fix emptyFinalToken example to handle multiple Reads
Agniva De Sarker
[next]