aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/all_test.go
AgeCommit message (Expand)Author
2020-04-10regexp: add (*Regexp).SubexpIndexSylvain Zimmer
2019-05-15regexp: optimize for provably too short inputsSylvain Zimmer
2018-10-12regexp: add DeepEqual testRuss Cox
2018-10-12regexp: split one-pass execution out of machine structRuss Cox
2018-02-13regexp: don't allocate when All methods find no matchesJosh Bleecher Snyder
2017-04-28regexp: speed up QuoteMeta with a lookup tableKevin Burke
2016-10-19regexp: avoid alloc in QuoteMeta when not quotingIngo Oeser
2016-09-06regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*.Aliaksandr Valialkin
2016-08-16regexp: add some tests that were fixed in #12980Tamir Duberstein
2015-11-25regexp: fix LiteralPrefix for certain onepass progsCaleb Spare
2015-11-25regexp: add Copy method to RegexpCaleb Spare
2015-10-23regexp: fix slice bounds out of range panicsDidier Spezia
2015-04-17regexp: set b.cap[0] and b.cap[1] only when captures requestedMichael Matloob
2014-10-20regexp: fix TestOnePassCutoffRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox