aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/exec.go
AgeCommit message (Expand)Author
2019-05-15regexp: optimize for provably too short inputsSylvain Zimmer
2018-10-12regexp: evaluate context flags lazilyRuss Cox
2018-10-12regexp: use pools for NFA machinesRuss Cox
2018-10-12regexp: split one-pass execution out of machine structRuss Cox
2018-10-12regexp: split bit-state execution out of machine structRuss Cox
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-10-31all: unindent some if bodies by exiting earlyDaniel Martí
2017-09-15all: fix article typosKunpei Sakai
2017-03-23regexp: reduce allocs in regexp.Match for onepass regexhaya14busa
2016-09-06regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*.Aliaksandr Valialkin
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2015-03-23regexp: port RE2's bitstate backtracker to the regexp packageMichael Matloob
2014-09-08build: move package sources from src/pkg to srcRuss Cox