| Commit message (Expand) | Author | Age | Files | Lines |
| * | bytes: add example for (*Buffer).Grow | Brian Downs | 2017-07-16 | 1 | -0/+9 |
| * | bytes: note that NewBuffer take ownership of its argument | Alberto Donizetti | 2017-06-02 | 1 | -4/+6 |
| * | internal/cpu: new package to detect cpu features | Martin Möhrmann | 2017-05-10 | 1 | -6/+6 |
| * | bytes: skip inline test by default | Marvin Stenger | 2017-05-08 | 1 | -0/+5 |
| * | bytes: optimize Buffer's Write, WriteString, WriteByte, and WriteRune | Marvin Stenger | 2017-05-07 | 2 | -23/+79 |
| * | bytes: clarify documentation for UnreadByte/Rune | Robert Griesemer | 2017-04-28 | 2 | -11/+44 |
| * | strings: optimize Count for amd64 | Josselin Costanzi | 2017-04-07 | 2 | -189/+4 |
| * | bytes, strings: declare variables inside loop they're used in | Eric Lagergren | 2017-04-03 | 1 | -1/+1 |
| * | all: fix minor misspellings | Eric Lagergren | 2017-04-03 | 2 | -2/+2 |
| * | bytes: fix typo in comment | Josselin Costanzi | 2017-03-22 | 1 | -1/+1 |
| * | bytes: add optimized countByte for amd64 | Josselin Costanzi | 2017-03-21 | 7 | -3/+304 |
| * | bytes: make bytes.Buffer cache-friendly | Carlo Alberto Ferraris | 2017-02-28 | 1 | -16/+25 |
| * | bytes, strings: optimize Split* | Aliaksandr Valialkin | 2017-02-08 | 2 | -11/+65 |
| * | bytes: use Index in Count | Ilya Tocar | 2017-02-08 | 1 | -23/+9 |
| * | all: fix misspellings | shawnps | 2017-01-07 | 1 | -1/+1 |
| * | all: make copyright headers consistent with one space after period | Michael Munday | 2016-11-04 | 2 | -2/+2 |
| * | bytes, strings: update s390x code to match amd64 changes | Michael Munday | 2016-11-02 | 1 | -7/+7 |
| * | bytes,strings: use IndexByte more often in Index on AMD64 | Ilya Tocar | 2016-11-01 | 1 | -2/+36 |
| * | bytes, strings: optimize multi-byte index operations on s390x | Michael Munday | 2016-11-01 | 2 | -1/+119 |
| * | bytes, strings: optimize for ASCII sets | Joe Tsai | 2016-10-28 | 2 | -6/+100 |
| * | bytes, strings: fix regression in IndexRune | Joe Tsai | 2016-10-26 | 2 | -21/+52 |
| * | bytes, strings: fix snake-case in variable name | Joe Tsai | 2016-10-26 | 1 | -6/+6 |
| * | bytes: encode size of rune read by ReadRune into lastRead to speed up UnreadRune | Martin Möhrmann | 2016-10-17 | 1 | -12/+16 |
| * | strings, bytes: panic if Repeat overflows or if given a negative count | Emmanuel Odeke | 2016-10-01 | 2 | -0/+61 |
| * | bytes: cut 10 seconds off the race builder's benchmark test | Brad Fitzpatrick | 2016-09-14 | 1 | -0/+7 |
| * | bytes: improve WriteRune performance | Martin Möhrmann | 2016-09-08 | 2 | -7/+21 |
| * | strings: use AVX2 for Index if available | Ilya Tocar | 2016-09-07 | 1 | -1/+11 |
| * | bytes: make IndexRune faster | Hiroshi Ioka | 2016-09-06 | 3 | -7/+59 |
| * | bytes: Use the same algorithm as strings for Index | Ilya Tocar | 2016-09-01 | 3 | -31/+110 |
| * | bytes: add examples | Carlos C | 2016-08-16 | 1 | -0/+203 |
| * | bytes: use Run method for benchmarks | Marcel van Lohuizen | 2016-06-03 | 1 | -166/+143 |
| * | all: use SeekStart, SeekCurrent, SeekEnd | Joe Tsai | 2016-05-06 | 2 | -4/+4 |
| * | strings, bytes: fix Reader 0 byte read at EOF | Brad Fitzpatrick | 2016-05-03 | 2 | -8/+6 |
| * | all: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 1 | -1/+1 |
| * | all: use new io.SeekFoo constants instead of os.SEEK_FOO | Brad Fitzpatrick | 2016-04-13 | 1 | -11/+10 |
| * | bytes: add ContainsRune | Emmanuel Odeke | 2016-04-08 | 2 | -0/+29 |
| * | bytes, string: add Reset method to Reader | Joe Tsai | 2016-04-07 | 2 | -0/+23 |
| * | bytes: add ContainsAny | Rob Pike | 2016-04-06 | 2 | -0/+32 |
| * | all: delete dead test code | Dominik Honnef | 2016-03-21 | 1 | -26/+0 |
| * | bytes: correct comment about usage of bytes.Buffer by Printf | Martin Möhrmann | 2016-03-10 | 1 | -1/+1 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 5 | -19/+19 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
| * | all: remove public named return values when useless | Brad Fitzpatrick | 2016-02-29 | 2 | -5/+5 |
| * | runtime: avoid using REP prefix for IndexByte | Keith Randall | 2016-02-26 | 1 | -0/+37 |
| * | bytes: make Buffer comment more accurate | Josh Bleecher Snyder | 2016-02-21 | 1 | -1/+1 |
| * | bytes: document that buffer is reused in Truncate and Reset | Joe Tsai | 2015-12-18 | 1 | -7/+10 |
| * | bytes: improve Compare function on amd64 for large byte arrays | Uttam C Pawar | 2015-08-26 | 1 | -0/+31 |
| * | Revert "bytes: document that Buffer values must not be copied" | Alan Donovan | 2015-07-23 | 1 | -1/+0 |
| * | bytes: document that Buffer values must not be copied | Alan Donovan | 2015-07-23 | 1 | -0/+1 |
| * | bytes, strings: add LastIndexByte | Dmitry Vyukov | 2015-04-30 | 2 | -0/+27 |