| Commit message (Expand) | Author | Age | Files | Lines |
| * | bufio, bytes, strings: handle negative runes in WriteRune | David Benjamin | 2021-02-24 | 2 | -1/+13 |
| * | strings: complete Reader doc string | Robert Griesemer | 2020-10-30 | 1 | -2/+2 |
| * | strings: complete documentation of strings.Reader | Norman B. Lancaster | 2020-10-30 | 1 | -0/+6 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -4/+3 |
| * | strings: optimize Replace by using a strings.Builder | Polina Osadcha | 2020-08-17 | 2 | -6/+15 |
| * | bytes, strings: align requirements for functions passed to FieldFuncs | Martin Möhrmann | 2020-04-29 | 1 | -0/+3 |
| * | strings: simpler and slightly faster implementation of FieldsFunc | Robert Griesemer | 2020-04-28 | 1 | -11/+15 |
| * | strings: remove an obsolete doc note for FieldsFunc | Praveen Kumar | 2020-04-23 | 1 | -2/+0 |
| * | strings: make variable/type association consistent in function signatures | Alexander Greim | 2020-03-30 | 1 | -3/+3 |
| * | strings: narrow the search range of IndexByte in Index | Andy Pan | 2020-03-23 | 1 | -4/+4 |
| * | strings, bytes: improve IndexAny and LastIndexAny performance | erifan01 | 2020-03-11 | 2 | -12/+86 |
| * | bytes, strings: moves indexRabinKarp function to internal/bytealg | erifan01 | 2020-03-04 | 1 | -64/+4 |
| * | all: avoid string(i) where i has type int | Ian Lance Taylor | 2020-02-26 | 1 | -2/+2 |
| * | strings: update Join parameter name for clarity | Thomas Symborski | 2020-01-15 | 1 | -10/+10 |
| * | strings: fix nonexistent path in comment | po3rin | 2019-12-06 | 1 | -1/+1 |
| * | strings: remove a redundant and flaky part of a test | Brad Fitzpatrick | 2019-10-31 | 1 | -15/+0 |
| * | cmd/compile: add -d=checkptr to validate unsafe.Pointer rules | Matthew Dempsky | 2019-10-17 | 1 | -0/+1 |
| * | cmd/gofmt: fix computation of function header size | Eli Bendersky | 2019-09-24 | 1 | -4/+6 |
| * | strings, bytes: clarify usage of EqualFolds | Andrew Medvedev | 2019-09-21 | 1 | -1/+2 |
| * | strings: clarify usage of Title and ToTitle | Andrew Todd | 2019-07-30 | 2 | -4/+14 |
| * | strings: document that order of pairs matters in NewReplacer | Francesco Renzi | 2019-07-10 | 1 | -1/+2 |
| * | strings: clarify example of ContainsAny | Martin Sucha | 2019-05-24 | 1 | -1/+5 |
| * | strings, bytes: add ToValidUTF8 | Martin Möhrmann | 2019-05-01 | 2 | -0/+100 |
| * | strings: remove "a copy of the string" from ToUpper/ToLower comments | Максадбек Ахмедов | 2019-04-14 | 1 | -2/+2 |
| * | strings: add TestIndexByte | Tobias Klauser | 2019-04-09 | 1 | -0/+12 |
| * | strings: use Go style character range comparison in ToUpper/ToLower | Tobias Klauser | 2019-04-09 | 1 | -4/+4 |
| * | strings: unindent Fields | Tobias Klauser | 2019-04-08 | 1 | -27/+27 |
| * | strings: document that NewReplacer can panic | Brad Fitzpatrick | 2019-04-03 | 1 | -0/+2 |
| * | bytes, strings: add tests for TrimLeftFunc and TrimRightFunc | Ben Hoyt | 2019-03-29 | 1 | -12/+55 |
| * | bytes, strings: speed up TrimSpace 4-5x for common ASCII cases | Ben Hoyt | 2019-03-12 | 2 | -1/+46 |
| * | strings: remove unnecessary strings.s | Tobias Klauser | 2019-03-10 | 1 | -5/+0 |
| * | strings: add ReplaceAll example | dupoxy | 2018-12-13 | 1 | -0/+6 |
| * | strings: revert accidental example change from CL 153840 | Brad Fitzpatrick | 2018-12-13 | 1 | -1/+1 |
| * | strings,bytes: use inlineable function trampolines instead of linkname | Keith Randall | 2018-11-08 | 2 | -10/+5 |
| * | strings: remove empty line | 沈涛 | 2018-11-08 | 1 | -1/+0 |
| * | strings: lower running time of TestCompareStrings | Keith Randall | 2018-11-04 | 1 | -3/+10 |
| * | strings: declare IndexByte as noescape | Keith Randall | 2018-10-30 | 1 | -0/+2 |
| * | bytes, strings: fix Reader.UnreadRune returning without error on a zero Reader | Tim Cooper | 2018-10-29 | 2 | -1/+47 |
| * | strings: Replace s[:] to s where s is a slice. | Ivan Sharavuev | 2018-10-13 | 1 | -1/+1 |
| * | strings: correctly handle invalid utf8 sequences in Map | Martin Möhrmann | 2018-10-03 | 2 | -14/+14 |
| * | io: export StringWriter | Daniel Martí | 2018-10-03 | 1 | -6/+2 |
| * | all: use strings.ReplaceAll and bytes.ReplaceAll where applicable | Brad Fitzpatrick | 2018-09-26 | 1 | -1/+1 |
| * | bytes, strings: add ReplaceAll | Brad Fitzpatrick | 2018-09-26 | 2 | -0/+15 |
| * | strings: use Builder in ToUpper and ToLower | Tom Thorogood | 2018-09-26 | 1 | -6/+8 |
| * | strings, bytes: optimize function Index | erifan01 | 2018-09-13 | 1 | -13/+15 |
| * | strings: simplify Join using Builder | Phil Pearl | 2018-09-02 | 2 | -13/+20 |
| * | strings: use Builder in Repeat to avoid an allocation | go101 | 2018-08-22 | 2 | -9/+26 |
| * | strings, bytes: avoid unnecessary function literals | Johan Brandhorst | 2018-08-22 | 1 | -3/+3 |
| * | strings: use Builder in Map | Michael Fraenkel | 2018-08-22 | 2 | -27/+28 |
| * | strings: revise ToUpperSpecial and ToLowerSpecial wording | Kevin Zita | 2018-08-21 | 1 | -2/+2 |