summaryrefslogtreecommitdiff
path: root/src/regexp/onepass.go
Commit message (Expand)AuthorAgeFilesLines
* regexp: split one-pass execution out of machine structRuss Cox2018-10-121-13/+11
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-2/+2
* regexp: remove redundant breakDaniel Martí2017-04-251-1/+0
* regexp: Use []bool instead of map[uint32]bool in makeOnePassTakuto Ikuta2017-04-161-3/+3
* regexp: reduce allocations at makeOnePasshaya14busa2017-03-291-15/+15
* regexp: reduce allocations at onePassCopyhaya14busa2017-03-281-2/+3
* regexp: remove dead codeBrad Fitzpatrick2016-10-041-5/+0
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* regexp: fix one-pass compilationCaleb Spare2015-11-251-78/+5
* regexp: fix LiteralPrefix for certain onepass progsCaleb Spare2015-11-251-1/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+581