aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/onepass.go
AgeCommit message (Expand)Author
2018-10-12regexp: split one-pass execution out of machine structRuss Cox
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-04-25regexp: remove redundant breakDaniel Martí
2017-04-16regexp: Use []bool instead of map[uint32]bool in makeOnePassTakuto Ikuta
2017-03-29regexp: reduce allocations at makeOnePasshaya14busa
2017-03-28regexp: reduce allocations at onePassCopyhaya14busa
2016-10-04regexp: remove dead codeBrad Fitzpatrick
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-25regexp: fix one-pass compilationCaleb Spare
2015-11-25regexp: fix LiteralPrefix for certain onepass progsCaleb Spare
2014-09-08build: move package sources from src/pkg to srcRuss Cox