Sign in
go
/
go
/
97124af99a9a0f0ec1b3453c67c8af474aabd660
/
src
/
regexp
/
onepass.go
7d547b6
regexp: remove redundant break
by Daniel Martí
· 8 years ago
a306a85
regexp: Use []bool instead of map[uint32]bool in makeOnePass
by Takuto Ikuta
· 8 years ago
fbe6723
regexp: reduce allocations at makeOnePass
by haya14busa
· 8 years ago
f5c1926
regexp: reduce allocations at onePassCopy
by haya14busa
· 8 years ago
7d0642d
regexp: remove dead code
by Brad Fitzpatrick
· 8 years ago
0da4dbe
all: remove unnecessary type conversions
by Matthew Dempsky
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
e36bf61
regexp: fix one-pass compilation
by Caleb Spare
· 9 years ago
d1eedfe
regexp: fix LiteralPrefix for certain onepass progs
by Caleb Spare
· 9 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/regexp/onepass.go]
56916fe
regexp: fix imports in the middle of the license header
by Caleb Spare
· 11 years ago
b39e2a0
src, misc: applied gofmt -w -s
by Robert Griesemer
· 11 years ago
6c10e64
regexp: hide one-pass code from exported API
by Russ Cox
· 11 years ago