aboutsummaryrefslogtreecommitdiff
path: root/src/bytes
AgeCommit message (Expand)Author
2023-01-24bytes, strings: add ContainsFunchopehook
2023-01-20bytes,strings: add some examplesfangguizhen
2023-01-20bytes, strings: rename field in CutSuffix testsfangguizhen
2022-09-27bytes,strings: optimize RepeatCarlo Alberto Ferraris
2022-09-21bytes, strings: add ASCII fast path to EqualFoldCharlie Vieth
2022-09-19internal/bytealg: correct alignment checks for compare/memequal on riscv64Joel Sing
2022-09-07bytes: simplify code using unsafe.SliceDatacuiweixie
2022-08-23bytes: rely on utf8.AppendRuneJoe Tsai
2022-08-19bytes, strings: s/after/before/ in CutSuffixMichal Bohuslávek
2022-08-16strings, bytes: add CutPrefix and CutSuffixChangkun Ou
2022-08-15bytes: add Clone functionMartin Möhrmann
2022-08-08strings: avoid utf8.RuneError mangling in SplitJoe Tsai
2022-07-26bytes: document that Reader.Reset affects the result of SizeMuhammed Can Küçükaslan
2022-05-09internal/bytealg: optimize index function for ppc64le/power9Archana R
2022-04-16bytes: explode checks for n too largePhilippe Antoine
2022-04-11all: gofmt main repoRuss Cox
2022-04-07strings, bytes: improve the description of simple case-folding in EqualFoldhopehook
2022-04-06bytes: limit allocation in SplitNPhilippe Antoine
2022-03-28bytes: restore old Trim/TrimLeft behavior for nilIan Lance Taylor
2022-03-10bytes: rely on runtime.growslice for growingJoe Tsai
2022-02-08bytes, strings: mention Cut in docs for Split and SplitNIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-05strings, bytes: deprecate Titlesmasher164
2021-11-05bytes: add example with (*Buffer).Cap, (*Buffer).Read, (*Buffer).ReadBytejiahua wang
2021-11-02bytes: test for page boundary crosses on sep of IndexPaul E. Murphy
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-10-31bytes: remove redundant type conversionAlexander Melentyev
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-13bytes: fix Cut godoc typokjgorman
2021-10-06strings,bytes: avoid allocations in Trim/TrimLeft/TrimRightCarlo Alberto Ferraris
2021-10-06bytes, strings: add CutRuss Cox
2021-09-27bytes: add example for (*Buffer).Nextjiahua wang
2021-08-25bytes, strings: optimize Trim for single byte cutsetsJoe Tsai
2021-03-15bytes: correct tense in commentIan Lance Taylor
2021-03-13all: remove duplicate wordsJohn Bampton
2021-02-24bufio, bytes, strings: handle negative runes in WriteRuneDavid Benjamin
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-11bytes: add example for (*Buffer).BytesFederico Guerinoni
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-23bytes, internal/bytealg: fix incorrect IndexString usageMichael Munday
2020-05-01bytes: simpler and faster FieldsFunc (apply same changes as for strings)Robert Griesemer
2020-04-29bytes, strings: align requirements for functions passed to FieldFuncsMartin Möhrmann
2020-03-23bytes: narrow the search of IndexByte in IndexAndy Pan
2020-03-11strings, bytes: improve IndexAny and LastIndexAny performanceerifan01
2020-03-04bytes, strings: moves indexRabinKarp function to internal/bytealgerifan01
2020-02-26bytes: deflake TestGrow by using testing.AllocsPerRunHowJMay
2019-11-02hash/maphash: move bytes/hash to hash/maphashKeith Randall
2019-10-21bytes/hash: initialize all 64 bits of hash seedKeith Randall
2019-10-07bytes: add endian base compare testMeng Zhuo
2019-09-21strings, bytes: clarify usage of EqualFoldsAndrew Medvedev