aboutsummaryrefslogtreecommitdiff
path: root/src/bufio
AgeCommit message (Expand)Author
19 hoursbufio: realign struct ScannerShulhan
19 hoursbufio: realign struct ReaderShulhan
2026-02-06bufio: fix doc link to Reset methodMichal Bohuslávek
2025-09-03unicode/utf8: make DecodeRune{,InString} inlineableJulien Cretel
2025-05-21bufio: update buffer documentationLokesh Kumar
2025-02-07bufio: skip network test if unixpacket socket not supportedIan Lance Taylor
2025-02-06bufio: don't do empty Write at start of WriteToIan Lance Taylor
2024-12-09bufio: make the description of Peek's behavior betterPetr Osetrov
2024-12-04bufio: document Reader must be created with New functionsSean Liao
2024-11-01bufio: add example for ReadFrom and remove unused codecuishuang
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2023-10-23bufio: allow terminating Scanner early cleanly without a final token or an errorfavonia
2023-10-14bufio: link "too large to fit" to Scanner.BufferIan Lance Taylor
2023-10-12bufio: add available godoc linkcui fliter
2023-10-04bufio: use max/min funcqiulaidongfeng
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-08-16bufio: clarify the maximum token sizeqiulaidongfeng
2023-02-10bufio: permit r.Reset(r) without infinite recursionIan Lance Taylor
2022-09-29bufio: use strings.Buildercuiweixie
2022-09-27bufio: use bytes.Clonecuiweixie
2022-09-06bufio: use strings.Buildercuiweixie
2022-05-02bufio: clarify io.EOF behavior of Reader.ReadIan Lance Taylor
2022-04-21bufio: implement large write forwarding in Writer.WriteStringCarlo Alberto Ferraris
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-15all: fix typo in commentichxxx
2021-11-26bufio: mention that panic at slicing means underlying reader is brokenKeith Randall
2021-11-09bufio: document that NewWriter can return its argumentIan Lance Taylor
2021-11-05bufio: fix typo in commentlgbgbl
2021-10-18bufio: use underlying ReadFrom even when data is bufferedDamien Neil
2021-10-01bufio: reject UnreadByte or UnreadRune after a Discard or WriteToBryan C. Mills
2021-09-12bufio: add Writer.AvailableBufferJoe Tsai
2021-09-11bufio: make Reader.Reset and Writer.Reset work on the zero valueJoe Tsai
2021-04-30bufio: mention ErrFinalToken in SplitFunc documentationMatt Harden
2021-02-24bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin
2020-11-28bufio: make string(int) conversion safersmasher164
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-18all: fix spelling mistakeslihaowei
2020-06-17bufio: test for exact error value in TestNegativeEOFReader and TestLargeReaderDmitri Shuralyov
2020-04-28bufio: optimize bufio.Reader.ReadString to avoid an allocation and copyAlex Gaynor
2020-03-25scan: for style, adjust code for bad scan read countsRob Pike
2020-03-25bufio: don't panic when Scanner sees an impossible Read countIan Lance Taylor
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-10-31bufio: return the underlying error in ReadFrom if not nilCuong Manh Le
2019-10-31bufio: save error from underlying ReadFromCuong Manh Le
2019-10-04bufio: simplify bufio.Reader.ReadBytes to avoid an extra loop over a sliceAlex Gaynor
2019-06-25bufio: fix ExampleScanner_Bytes comment, add error checkIan Lance Taylor
2019-06-21bufio: add example for Scanner.Bytesguitarbum722
2019-06-20bufio: Reader.Read may return io.EOF even when it has data bufferedDaniel Cormier
2019-05-23bufio: Fix typo in scan.go documentationMickey Reiss