Sign in
go
/
go
/
9bef5cfb9b6f8db3465f1b7e799db66599915096
/
src
/
regexp
/
exec_test.go
8cb9c21
regexp: trivial change in comments to update code.google.com link
by Dmitry Savintsev
· 10 years ago
a513088
regexp: skip backtracker for long programs
by Matthew Brennan
· 10 years ago
e24e299
regexp: update URLs in tests
by Shenghou Ma
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/regexp/exec_test.go]
c4aa9c5
regexp: fix a benchmark case
by Brad Fitzpatrick
· 12 years ago
d8e27db
undo CL 12486043 / ab644299d124
by Brad Fitzpatrick
· 12 years ago
4c772cd
all: use strings.IndexByte instead of Index where possible
by Brad Fitzpatrick
· 12 years ago
21b9d14
regexp: use a very fast random generator for benchmarks.
by Rémy Oudompheng
· 12 years ago
9bfb691
regexp: exclude exhaustive RE2 test from running under race detector.
by David Symonds
· 12 years ago
f913830
regexp: use Scanner in exec_test
by Rob Pike
· 12 years ago
f41ffc2
regexp: add (*Regexp).Longest
by Andrew Gerrand
· 12 years ago
6a9e956
all: use t.Skip{,f}
by Dave Cheney
· 12 years ago
465b9c3
gofmt: apply gofmt -w src misc
by Robert Griesemer
· 12 years ago
6b77246
panics: use the new facilities of testing.B instead
by Rob Pike
· 13 years ago
2f2cc24
regexp: avoid allocation of input interface
by Russ Cox
· 13 years ago
45e3bcb
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
by Rob Pike
· 13 years ago
eb69292
src/pkg/[n-z]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
8f699a3
regexp: speedups
by Russ Cox
· 14 years ago
6c230fb
regexp: move to old/regexp, replace with exp/regexp
by Russ Cox
· 14 years ago
[Renamed (99%) from src/pkg/exp/regexp/exec_test.go]
b47bbec
src: fix a couple of govet-discovered errors.
by Rob Pike
· 14 years ago
66b3fab
exp/regexp: add MustCompilePOSIX
by Russ Cox
· 14 years ago
21e671d
exp/regexp: add CompilePOSIX, more tests
by Russ Cox
· 14 years ago
7df4322
exp/regexp: leftmost-longest matching
by Russ Cox
· 14 years ago
08ae1a5
exp/regexp: bug fixes and RE2 tests
by Russ Cox
· 14 years ago