]> Cypherpunks.ru repositories - gostls13.git/history - src/strings
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / strings /
2023-10-13 cui fliterbytes,strings: add available godoc link
2023-10-09 cui fliterbytes,strings: add example for ContainsFunc
2023-09-01 Matthew Dempskybytes, strings: use "reports whether" in HasPrefix...
2023-08-25 Tobias Klauserinternal/bytealg: add generic LastIndexByte{,String}
2023-08-07 Muhammad Falak R... strings: use the builtin max function
2023-07-20 Roger Peppestrings: add benchmark for Builder.WriteString
2023-05-12 Jabar Asadistrings: correct NewReader documentation
2023-02-27 Joe Tsaibytes, strings: avoid unnecessary zero initialization
2023-01-24 hopehookbytes, strings: add ContainsFunc
2023-01-20 fangguizhenbytes,strings: add some examples
2023-01-20 fangguizhenbytes, strings: rename field in CutSuffix tests
2023-01-17 fangguizhenstrings: remove redundant symbols
2022-10-31 Archana Rinternal/bytealg: fix bug in index function for ppc64le...
2022-09-27 Carlo Alberto Ferrarisbytes,strings: optimize Repeat
2022-09-21 Charlie Viethbytes, strings: add ASCII fast path to EqualFold
2022-09-14 Anuraag Agrawalstrings: reuse the input string for Repeat count of 1
2022-09-13 cui fliterstrings: add a test case of growLen is negative
2022-09-07 cuiweixiestrings: simplify code using unsafe.StringData
2022-08-23 Joe Tsaistrings: rely on utf8.AppendRune
2022-08-19 Michal Bohuslávekbytes, strings: s/after/before/ in CutSuffix
2022-08-19 Cuong Manh Lestrings: reduce allocation for byteReplacer
2022-08-19 Andy Panstrings: speed up ToUpper()/ToLower() by batch writing...
2022-08-16 Changkun Oustrings, bytes: add CutPrefix and CutSuffix
2022-08-08 Joe Tsaistrings: avoid utf8.RuneError mangling in Split
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-29 Illirgwaystrings: adding micro-optimization for TrimSpace
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-07 hopehookstrings, bytes: improve the description of simple case...
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-02 hopehookstrings: document the use of simple case-folding in...
2022-03-31 Philippe Antoinestrings: limits allocation size for SplitN
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-19 George Looshchstrings: fix typo in comment
2022-02-08 Ian Lance Taylorbytes, strings: mention Cut in docs for Split and SplitN
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 smasher164strings, bytes: deprecate Title
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-02 Brad Fitzpatricknet/netip: add new IP address package
2021-11-01 Martin Möhrmannstrings: align Clone output with string([]byte(""))
2021-10-06 Carlo Alberto Ferrarisstrings,bytes: avoid allocations in Trim/TrimLeft/TrimRight
2021-10-06 Russ Coxbytes, strings: add Cut
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-13 Martin Möhrmannstrings: add Clone function
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-26 Michael Matloob[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgo
2021-08-25 Joe Tsaibytes, strings: optimize Trim for single byte cutsets
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-22 Ignacio Hagopianstrings: smarter growth of temporal buffer and avoid...
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-02-24 David Benjaminbufio, bytes, strings: handle negative runes in WriteRune
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
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-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-30 Robert Griesemerstrings: complete Reader doc string
2020-10-30 Norman B. Lancasterstrings: complete documentation of strings.Reader
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-17 Polina Osadchastrings: optimize Replace by using a strings.Builder
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-30 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-29 Martin Möhrmannbytes, strings: align requirements for functions passed...
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-28 Robert Griesemerstrings: simpler and slightly faster implementation...
2020-04-24 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-23 Praveen Kumarstrings: remove an obsolete doc note for FieldsFunc
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-30 Alexander Greimstrings: make variable/type association consistent...
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-23 Andy Panstrings: narrow the search range of IndexByte in Index
2020-03-13 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-11 erifan01strings, bytes: improve IndexAny and LastIndexAny perfo...
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-04 erifan01bytes, strings: moves indexRabinKarp function to intern...
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
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-15 Thomas Symborskistrings: update Join parameter name for clarity
2019-12-06 po3rinstrings: fix nonexistent path in comment
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 Brad Fitzpatrickstrings: remove a redundant and flaky part of a test
2019-10-18 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-17 Matthew Dempskycmd/compile: add -d=checkptr to validate unsafe.Pointer...
2019-09-24 Eli Benderskycmd/gofmt: fix computation of function header size
2019-09-21 Andrew Medvedevstrings, bytes: clarify usage of EqualFolds
2019-09-03 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-07-30 Andrew Toddstrings: clarify usage of Title and ToTitle
2019-07-10 Francesco Renzistrings: document that order of pairs matters in NewRep...
2019-06-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
next