aboutsummaryrefslogtreecommitdiff
path: root/src/bytes
AgeCommit message (Expand)Author
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
2016-10-17bytes: encode size of rune read by ReadRune into lastRead to speed up UnreadRuneMartin Möhrmann
2016-10-01strings, bytes: panic if Repeat overflows or if given a negative countEmmanuel Odeke
2016-09-14bytes: cut 10 seconds off the race builder's benchmark testBrad Fitzpatrick
2016-09-08bytes: improve WriteRune performanceMartin Möhrmann
2016-09-07strings: use AVX2 for Index if availableIlya Tocar
2016-09-06bytes: make IndexRune fasterHiroshi Ioka
2016-09-01bytes: Use the same algorithm as strings for IndexIlya Tocar
2016-08-16bytes: add examplesCarlos C
2016-06-03bytes: use Run method for benchmarksMarcel van Lohuizen
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-05-03strings, bytes: fix Reader 0 byte read at EOFBrad Fitzpatrick
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick