summaryrefslogtreecommitdiff
path: root/src/regexp/all_test.go
Commit message (Expand)AuthorAgeFilesLines
* regexp: avoid alloc in QuoteMeta when not quotingIngo Oeser2016-10-191-0/+20
* regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*.Aliaksandr Valialkin2016-09-061-0/+66
* regexp: add some tests that were fixed in #12980Tamir Duberstein2016-08-161-6/+32
* regexp: fix LiteralPrefix for certain onepass progsCaleb Spare2015-11-251-1/+14
* regexp: add Copy method to RegexpCaleb Spare2015-11-251-0/+42
* regexp: fix slice bounds out of range panicsDidier Spezia2015-10-231-0/+6
* regexp: set b.cap[0] and b.cap[1] only when captures requestedMichael Matloob2015-04-171-0/+11
* regexp: fix TestOnePassCutoffRuss Cox2014-10-201-4/+12
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+648