aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/onepass_test.go
AgeCommit message (Expand)Author
2019-05-15regexp: optimize for provably too short inputsSylvain Zimmer
2018-10-12regexp: split one-pass execution out of machine structRuss Cox
2018-10-11regexp: simplify BenchmarkCompileOnepassRuss Cox
2017-03-28regexp: reduce allocations at onePassCopyhaya14busa
2016-03-21all: delete dead test codeDominik Honnef
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-25regexp: fix one-pass compilationCaleb Spare
2014-09-08build: move package sources from src/pkg to srcRuss Cox