]> Cypherpunks.ru repositories - gostls13.git/history - src/bufio
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / bufio /
2023-10-23 favoniabufio: allow terminating Scanner early cleanly without...
2023-10-14 Ian Lance Taylorbufio: link "too large to fit" to Scanner.Buffer
2023-10-12 cui fliterbufio: add available godoc link
2023-10-04 qiulaidongfengbufio: use max/min func
2023-09-22 Jes Cokall: clean unnecessary casts for test files
2023-08-16 qiulaidongfengbufio: clarify the maximum token size
2023-02-10 Ian Lance Taylorbufio: permit r.Reset(r) without infinite recursion
2022-09-29 cuiweixiebufio: use strings.Builder
2022-09-27 cuiweixiebufio: use bytes.Clone
2022-09-06 cuiweixiebufio: use strings.Builder
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-05-02 Ian Lance Taylorbufio: clarify io.EOF behavior of Reader.Read
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 Carlo Alberto Ferrarisbufio: implement large write forwarding in Writer.Write...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-15 ichxxxall: fix typo in comment
2021-11-26 Keith Randallbufio: mention that panic at slicing means underlying...
2021-11-09 Ian Lance Taylorbufio: document that NewWriter can return its argument
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 lgbgblbufio: fix typo in comment
2021-10-18 Damien Neilbufio: use underlying ReadFrom even when data is buffered
2021-10-01 Bryan C. Millsbufio: reject UnreadByte or UnreadRune after a Discard...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-12 Joe Tsaibufio: add Writer.AvailableBuffer
2021-09-11 Joe Tsaibufio: make Reader.Reset and Writer.Reset work on the...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-30 Matt Hardenbufio: mention ErrFinalToken in SplitFunc documentation
2021-02-24 David Benjaminbufio, bytes, strings: handle negative runes in WriteRune
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-11-28 smasher164bufio: make string(int) conversion safer
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Russ Coxall: update references to symbols moved from io/ioutil...
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-18 lihaoweiall: fix spelling mistakes
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-06-19 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-17 Dmitri Shuralyovbufio: test for exact error value in TestNegativeEOFRea...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-28 Alex Gaynorbufio: optimize bufio.Reader.ReadString to avoid an...
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-25 Rob Pikescan: for style, adjust code for bad scan read counts
2020-03-25 Ian Lance Taylorbufio: don't panic when Scanner sees an impossible...
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-26 Ian Lance Taylorall: avoid string(i) where i has type int
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-31 Cuong Manh Lebufio: return the underlying error in ReadFrom if not nil
2019-10-31 Cuong Manh Lebufio: save error from underlying ReadFrom
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-04 Alex Gaynorbufio: simplify bufio.Reader.ReadBytes to avoid an...
2019-09-03 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-06-25 Ian Lance Taylorbufio: fix ExampleScanner_Bytes comment, add error...
2019-06-21 guitarbum722bufio: add example for Scanner.Bytes
2019-06-20 Daniel Cormierbufio: Reader.Read may return io.EOF even when it has...
2019-06-05 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-23 Mickey Reissbufio: Fix typo in scan.go documentation
2019-03-02 Agniva De Sarkerbufio: fix emptyFinalToken example to handle multiple...
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-01-08 Brad Fitzpatrickbufio: document relationship between UnreadByte/UnreadR...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-13 Martin Gartonbufio: make Reader.Peek invalidate Unreads
2018-11-13 Russ Coxbufio: put notes about len(p) together
2018-11-09 Ryan Dahlbufio: fix indexes in TestWriter
2018-10-30 Alan Donovanbufio: suggest io.ReadFull at (*Reader).Read
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-22 andrius4669bufio: avoid rescanning buffer multiple times in ReadSlice
2018-08-20 nogoegstbufio: make Reader naming consistent
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-13 Ian Lance Taylorbufio: clarify SplitFunc docs for nil token
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-03-28 Ian Lance Taylorbufio: document ReadFrom/WriteTo calls to underlying...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-14 Ryoichi KATObufio: Use maxConsecutiveEmptyReads instead of 100
2017-11-02 Brad Fitzpatrickbufio: add Reader.Size and Writer.Size accessors
2017-07-06 Russ CoxRevert "bufio: make Reader.Peek invalidate Unreads"
2017-06-27 Martin Gartonbufio: make Reader.Peek invalidate Unreads
2017-06-09 Brad Fitzpatrickall: single space after period
2017-06-08 Sam Whitedbufio: clarify WriteTo docs
2017-04-21 Ian Lance Taylorbufio: clarify that Flush returns a cached write error
2017-04-19 Daniel Martíall: remove redundant returns
2016-10-24 Quentin Smithbufio: remove unnecessary "continue"
2016-10-18 Russ Coxbufio: read from underlying reader at most once in...
2016-10-01 Matt Layherbufio: remove redundant Writer.flush method
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
next