aboutsummaryrefslogtreecommitdiff
path: root/src/bytes
AgeCommit message (Expand)Author
2025-05-19strings,bytes: add internal docs about perennial noCopy questionsAlan Donovan
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
2025-05-15strings,bytes: make benchmark work deterministicKeith Randall
2025-05-14bytes, strings: speed up Split{,After}SeqJulien Cretel
2025-05-12bytes, strings: rename parameters in ExampleCut{Pre,Suf}fixTobias Klauser
2025-05-12bytes, strings: micro-optimize EqualFoldJulien Cretel
2025-05-05bytes, strings: reduce Split{,After}Seq heap allocationstdakkota
2025-03-25bytes: speed up ReplaceJulien Cretel
2025-03-18bytes,strings: document Fields trimming of leading and trailing charactersSean Liao
2025-02-19bytes,strings: remove redundant return statement for LinesJes Cok
2025-02-14bytes: add examples for Lines, SplitSeq, SplitAfterSeq, FieldsSeq and FieldsF...cuishuang
2025-02-09bytes: use "subslice" instead of "substring" in doc commentsCherry Mui
2024-12-17bytes, strings: add cross-references in docstringsOleksandr Redko
2024-10-29strings,bytes: use result of copy in subsequent slicingKeith Randall
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2024-08-24bytes: fix a typoJes Cok
2024-08-19all: remove duplicated words in commentsOleksandr Redko
2024-08-14byte,strings: improve IndexRune performance by ~45%Charlie Vieth
2024-08-14bytes, strings: add Lines, SplitSeq, SplitAfterSeq, FieldsSeq, FieldsFuncSeqaimuz
2024-08-07bytes,strings: use a more universal Cyrillic wordOleksandr Redko
2024-08-05bytes, strings: replace reflect.DeepEqual and custom eq with slices.Equal in ...aimuz
2024-08-01bytes,slices,strings: optimize Repeat a bitJes Cok
2024-07-24bytes,strings,unicode/utf16: use slices to clean up testsapocelipes
2024-07-17internal/bytealg: extend memchr result correctly on wasmZxilly
2024-07-16bytes: more cross-references in docstringsKir Kolyshkin
2024-07-16strings,bytes,regexp: use lists in Split* docstringsKir Kolyshkin
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-03strings,bytes: improve Repeat panic messagesgo101
2024-04-30bytes: fix up godoc link errorsDaniel Martí
2024-04-26bytes: skip TestNewBufferShallow if optimization is disabledqmuntal
2024-04-24bytes: add test to ensure shallow copy of NewBuffer does not allocateJoe Tsai
2024-03-04bytes: add a colon after Output to make the Example in the document display c...cui fliter
2024-02-19strings: make use of sizeclasses in (*Builder).GrowMateusz Poliwczak
2024-01-24runtime: short path for equal pointers in arm64 memequalMauri de Souza Meneguzzo
2023-11-30bytes: add a boundary test for Count of 1 byteKeith Randall
2023-11-01bytes,internal/bytealg: add func bytealg.LastIndexRabinKarpJes Cok
2023-10-31bytes,internal/bytealg: eliminate IndexRabinKarpBytes using genericsJes Cok
2023-10-27bytes,internal/bytealg: eliminate HashStrBytes,HashStrRevBytes using …Jes Cok
2023-10-13bytes,strings: add available godoc linkcui fliter
2023-10-09bytes,strings: add example for ContainsFunccui fliter
2023-09-01bytes, strings: use "reports whether" in HasPrefix and HasSuffixMatthew Dempsky
2023-08-25internal/bytealg: add generic LastIndexByte{,String}Tobias Klauser
2023-08-22all: remove redundant string conversions when formatting []byte with %scui fliter
2023-07-13bytes: remove builders check from compare testJohan Brandhorst-Satzkorn
2023-06-29internal/bytealg: fix alignment code in equal_riscv64.sMark Ryan
2023-05-30internal/bytealg: fix alignment code in compare_riscv64.sMark Ryan
2023-04-20std: fix various nilness findingsAlan Donovan
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-25all: add a few links in package godocsDaniel Martí