Sign in
go
/
go
/
b8906889861d0efaf5682a7d26417111eaba3480
/
src
/
regexp
/
syntax
/
parse_test.go
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
5ccaf02
regexp/syntax: fix factoring of common prefixes in alternations
by Paul Wankadia
· 9 years ago
0680e9c
regexp/syntax: fix handling of \Q...\E
by Russ Cox
· 9 years ago
9b2b0c8
regexp/syntax: reject large repetitions created by nesting small ones
by Russ Cox
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/regexp/syntax/parse_test.go]
746d636
unicode: upgrade to Unicode 6.3.0
by Marcel van Lohuizen
· 11 years ago
fa7791e
all: fix some mistakes found by go tool vet .
by Rob Pike
· 12 years ago
bd13f6f
regexp/syntax: replace internal error on unexpected ) w/ ErrUnexpectedParen
by Jan Mercl
· 13 years ago
3e52dad
regexp: use rune
by Russ Cox
· 13 years ago
6c230fb
regexp: move to old/regexp, replace with exp/regexp
by Russ Cox
· 14 years ago
[Renamed from src/pkg/exp/regexp/syntax/parse_test.go]
9c6265d
exp/regexp/syntax: fix invalid input parser crash
by Russ Cox
· 14 years ago
177dca7
exp/regexp/syntax: import all RE2 parse tests + fix bugs
by Russ Cox
· 14 years ago
08ae1a5
exp/regexp: bug fixes and RE2 tests
by Russ Cox
· 14 years ago
b4cae4a
exp/regexp/syntax: finish Regexp manipulation
by Russ Cox
· 14 years ago
7e1a3e9
exp/regexp/syntax: incremental concat, alternate Also reuse of *Regexp nodes.
by Russ Cox
· 14 years ago
52cd055
exp/regexp/syntax: case-folding in character classes
by Russ Cox
· 14 years ago
1a4681e
exp/regexp/syntax: more escapes, character classes
by Russ Cox
· 14 years ago
b96c347
exp/regexp/syntax: syntax data structures, parser
by Russ Cox
· 14 years ago