summaryrefslogtreecommitdiff
path: root/src/regexp/all_test.go
Commit message (Expand)AuthorAgeFilesLines
* regexp: add (*Regexp).SubexpIndexSylvain Zimmer2020-04-101-14/+28
* regexp: optimize for provably too short inputsSylvain Zimmer2019-05-151-0/+47
* regexp: add DeepEqual testRuss Cox2018-10-121-0/+23
* regexp: split one-pass execution out of machine structRuss Cox2018-10-121-2/+2
* regexp: don't allocate when All methods find no matchesJosh Bleecher Snyder2018-02-131-0/+13
* regexp: speed up QuoteMeta with a lookup tableKevin Burke2017-04-281-1/+9
* 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