aboutsummaryrefslogtreecommitdiff
path: root/src/bytes
AgeCommit message (Expand)Author
2017-11-30bytes: mention strings.Builder in Buffer.String docsBrad Fitzpatrick
2017-11-21bytes: add optimized countByte for arm64Wei Xiao
2017-11-19bytes: don't use an iota for the readOp constantsDaniel Martí
2017-11-18bytes: make all readOp constants actually typedDaniel Martí
2017-11-15bytes, strings: restore O(1) behavior of IndexAny(s, "") and LastIndexAny(s, "")Russ Cox
2017-11-15bytes: make ExampleTrimLeft and ExampleTrimRight matchRuss Cox
2017-11-15bytes: change ExampleReader_Len to use a non-ASCII stringRuss Cox
2017-11-15bytes,strings: in generic Index, use mix of IndexByte and Rabin-KarpKeith Randall
2017-11-04bytes: reduce work in IndexNearPageBoundary testKeith Randall
2017-11-03bytes: set cap of slices returned by Split and Fields and friendsIan Lance Taylor
2017-11-03bytes: add more page boundary testsKeith Randall
2017-10-16bytes: add examples of Equal and IndexByteJavier Segura
2017-10-06bytes: panic in ReadFrom with more information with negative Read countsAfanasev Stanislav
2017-10-04bytes: correct Map documentationGabriel Aszalos
2017-10-02bytes: explicitly state if a function expects UTF-8-encoded dataTim Cooper
2017-09-25bytes: improve readability of IndexAny and LastIndexAny functionsGabriel Aszalos
2017-09-25cmd/compile: merge bytes inline test with the restDaniel Martí
2017-09-21bytes: add documentation to reader methodsGabriel Aszalos
2017-09-20bytes: improve test readabilityGabriel Aszalos
2017-09-20bytes: correct message in test logGabriel Aszalos
2017-09-18bytes: removed unnecessary slicing on copyGabriel Aszalos
2017-09-17bytes: add example for Len function of ReaderAndrzej Żeżel
2017-08-25bytes: Add missing examples to functionsBorja Clemente
2017-08-22bytes: add examples for TrimLeft and TrimRightMichael Brandenburg
2017-08-18bytes: clean-up of buffer.goMarvin Stenger
2017-08-18all: unindent some big chunks of codeDaniel Martí
2017-08-16bytes: avoid overflow in (*Buffer).Grow and ReadFromBryan C. Mills
2017-08-14bytes: speed up Fields and FieldsFuncMartin Möhrmann
2017-07-16bytes: add example for (*Buffer).GrowBrian Downs
2017-06-02bytes: note that NewBuffer take ownership of its argumentAlberto Donizetti
2017-05-10internal/cpu: new package to detect cpu featuresMartin Möhrmann
2017-05-08bytes: skip inline test by defaultMarvin Stenger
2017-05-07bytes: optimize Buffer's Write, WriteString, WriteByte, and WriteRuneMarvin Stenger
2017-04-28bytes: clarify documentation for UnreadByte/RuneRobert Griesemer
2017-04-07strings: optimize Count for amd64Josselin Costanzi
2017-04-03bytes, strings: declare variables inside loop they're used inEric Lagergren
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-22bytes: fix typo in commentJosselin Costanzi
2017-03-21bytes: add optimized countByte for amd64Josselin Costanzi
2017-02-28bytes: make bytes.Buffer cache-friendlyCarlo Alberto Ferraris
2017-02-08bytes, strings: optimize Split*Aliaksandr Valialkin
2017-02-08bytes: use Index in CountIlya Tocar
2017-01-07all: fix misspellingsshawnps
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-11-02bytes, strings: update s390x code to match amd64 changesMichael Munday
2016-11-01bytes,strings: use IndexByte more often in Index on AMD64Ilya Tocar
2016-11-01bytes, strings: optimize multi-byte index operations on s390xMichael Munday
2016-10-28bytes, strings: optimize for ASCII setsJoe Tsai
2016-10-26bytes, strings: fix regression in IndexRuneJoe Tsai
2016-10-26bytes, strings: fix snake-case in variable nameJoe Tsai