summaryrefslogtreecommitdiff
path: root/src/regexp/regexp.go
Commit message (Expand)AuthorAgeFilesLines
* regexp: avoid alloc in QuoteMeta when not quotingIngo Oeser2016-10-191-5/+16
* regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*.Aliaksandr Valialkin2016-09-061-15/+20
* all: delete dead non-test codeDominik Honnef2016-03-251-2/+0
* regexp: avoid copying mutex in (*Regexp).Copy.David Symonds2016-03-181-15/+22
* all: single space after period.Brad Fitzpatrick2016-03-021-31/+31
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* regexp: add Copy method to RegexpCaleb Spare2015-11-251-0/+11
* regexp: fix slice bounds out of range panicsDidier Spezia2015-10-231-0/+4
* regexp: suggest go doc, not godocRob Pike2015-06-011-1/+1
* regexp: fix link to RE2 syntaxBrad Fitzpatrick2015-03-231-1/+1
* regexp: fix typo in comment: s/onpass/onepass/Michael Matloob2014-12-241-1/+1
* regexp: correct doc comment for ReplaceAllLiteralStringIan Lance Taylor2014-10-191-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1120