| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | strings: ignore allocation test in cover mode | Brad Fitzpatrick | 2016-11-01 | 1 | -1/+1 |
| * | bytes, strings: optimize multi-byte index operations on s390x | Michael Munday | 2016-11-01 | 2 | -1/+99 |
| * | bytes, strings: optimize for ASCII sets | Joe Tsai | 2016-10-28 | 2 | -5/+101 |
| * | bytes, strings: fix regression in IndexRune | Joe Tsai | 2016-10-26 | 2 | -19/+48 |
| * | bytes, strings: fix snake-case in variable name | Joe Tsai | 2016-10-26 | 1 | -6/+6 |
| * | strings: use Index in Count | Ilya Tocar | 2016-10-15 | 1 | -38/+8 |
| * | strings, bytes: panic if Repeat overflows or if given a negative count | Emmanuel Odeke | 2016-10-01 | 2 | -0/+62 |
| * | strings: use AVX2 for Index if available | Ilya Tocar | 2016-09-07 | 2 | -1/+26 |
| * | strings: make IndexRune faster | Hiroshi Ioka | 2016-09-07 | 3 | -9/+30 |
| * | strings: add special cases for Join of 2 and 3 strings | Brad Fitzpatrick | 2016-08-16 | 1 | -3/+11 |
| * | strings: fix and reenable amd64 Index for 17-31 byte strings | Ilya Tocar | 2016-05-27 | 2 | -1/+38 |
| * | strings: fix Contains on amd64 | Keith Randall | 2016-05-15 | 2 | -1/+65 |
| * | 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 | -7/+5 |
| * | 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 |
| * | strings: improve explode and correct comment | Martin Möhrmann | 2016-04-13 | 2 | -46/+18 |
| * | bytes, string: add Reset method to Reader | Joe Tsai | 2016-04-07 | 2 | -0/+23 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 3 | -7/+7 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 4 | -4/+4 |
| * | all: remove public named return values when useless | Brad Fitzpatrick | 2016-02-29 | 1 | -3/+3 |
| * | strings: add asm version of Index() for short strings on amd64 | Ilya Tocar | 2015-11-03 | 4 | -37/+149 |
| * | strings: Add examples for HasPrefix and HasSuffix | Gaurish Sharma | 2015-10-23 | 1 | -0/+22 |
| * | all: link to https for golang subdomains too | Brad Fitzpatrick | 2015-07-12 | 1 | -1/+1 |
| * | strings: mention UTF-8 in the package comment. | Rob Pike | 2015-06-03 | 1 | -1/+3 |
| * | strings: use LastIndexByte in LastIndex | Dmitry Vyukov | 2015-04-30 | 1 | -8/+1 |
| * | bytes, strings: add LastIndexByte | Dmitry Vyukov | 2015-04-30 | 2 | -0/+27 |
| * | bytes, strings: add Reader.Size methods | Brad Fitzpatrick | 2015-04-06 | 2 | -0/+19 |
| * | strings: Add benchmark test for trim function | John Potocny | 2015-03-31 | 1 | -0/+29 |
| * | bytes, os/exec, strings: fix a few BUG comments | areski | 2015-03-20 | 1 | -1/+1 |
| * | all: use "reports whether" in place of "returns true if(f)" | Josh Bleecher Snyder | 2015-03-18 | 1 | -3/+3 |
| * | bytes, strings: improve documentation for Count functions | Robert Griesemer | 2015-01-22 | 1 | -0/+1 |
| * | strings: remove overengineered Compare implementation | Russ Cox | 2015-01-19 | 2 | -7/+28 |
| * | strings: add Compare(x, y string) int, for symmetry with bytes.Compare | Alan Donovan | 2015-01-15 | 2 | -0/+105 |
| * | strings: use fast path for IndexRune | Brad Fitzpatrick | 2014-10-06 | 1 | -7/+2 |
| * | bytes, strings: document that FieldsFunc f must not be stateful | Russ Cox | 2014-09-18 | 1 | -0/+2 |
| * | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 12 | -0/+3829 |