summaryrefslogtreecommitdiff
path: root/src/regexp/exec.go
Commit message (Expand)AuthorAgeFilesLines
* regexp: optimize for provably too short inputsSylvain Zimmer2019-05-151-0/+4
* regexp: evaluate context flags lazilyRuss Cox2018-10-121-13/+68
* regexp: use pools for NFA machinesRuss Cox2018-10-121-18/+9
* regexp: split one-pass execution out of machine structRuss Cox2018-10-121-40/+73
* regexp: split bit-state execution out of machine structRuss Cox2018-10-121-49/+58
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-2/+2
* all: unindent some if bodies by exiting earlyDaniel Martí2017-10-311-7/+6
* all: fix article typosKunpei Sakai2017-09-151-1/+1
* regexp: reduce allocs in regexp.Match for onepass regexhaya14busa2017-03-231-2/+4
* regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*.Aliaksandr Valialkin2016-09-061-13/+18
* all: delete dead non-test codeDominik Honnef2016-03-251-12/+0
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* regexp: port RE2's bitstate backtracker to the regexp packageMichael Matloob2015-03-231-7/+23
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+452