| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 1 | -1/+1 |
| * | bytes: add optimized countByte for amd64 | Josselin Costanzi | 2017-03-21 | 1 | -3/+2 |
| * | bytes, strings: optimize Split* | Aliaksandr Valialkin | 2017-02-08 | 1 | -11/+12 |
| * | bytes: use Index in Count | Ilya Tocar | 2017-02-08 | 1 | -23/+9 |
| * | bytes, strings: optimize for ASCII sets | Joe Tsai | 2016-10-28 | 1 | -5/+60 |
| * | bytes, strings: fix regression in IndexRune | Joe Tsai | 2016-10-26 | 1 | -4/+19 |
| * | bytes, strings: fix snake-case in variable name | Joe Tsai | 2016-10-26 | 1 | -6/+6 |
| * | strings, bytes: panic if Repeat overflows or if given a negative count | Emmanuel Odeke | 2016-10-01 | 1 | -0/+13 |
| * | bytes: make IndexRune faster | Hiroshi Ioka | 2016-09-06 | 1 | -7/+5 |
| * | bytes: Use the same algorithm as strings for Index | Ilya Tocar | 2016-09-01 | 1 | -31/+0 |
| * | bytes: add ContainsRune | Emmanuel Odeke | 2016-04-08 | 1 | -0/+5 |
| * | bytes: add ContainsAny | Rob Pike | 2016-04-06 | 1 | -0/+5 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -9/+9 |
| * | bytes, strings: add LastIndexByte | Dmitry Vyukov | 2015-04-30 | 1 | -0/+10 |
| * | bytes, os/exec, strings: fix a few BUG comments | areski | 2015-03-20 | 1 | -1/+1 |
| * | bytes, strings: improve documentation for Count functions | Robert Griesemer | 2015-01-22 | 1 | -1/+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 | 1 | -0/+701 |