Sign in
go
/
go
/
aa5b44aeabccd25a320d6ea609c41781bdbf5ce0
/
src
/
regexp
b04f3b0
all: replace strings.Index with strings.Contains where possible
by Nathan VanBenschoten
· 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
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
937172b
regexp: add Copy method to Regexp
by Caleb Spare
· 9 years ago
3aa755b
regexp/syntax: correctly print `^` BOL and `$` EOL
by Tamir Duberstein
· 9 years ago
f75f2f3
regexp: fix slice bounds out of range panics
by Didier Spezia
· 10 years ago
226aaf4
regexp: add runnable example to regex.Split
by Seth Hoenig
· 10 years ago
71e83b8
regexp: small correction to test comment
by Michael Matloob
· 10 years ago
ae38ef4
regexp: suggest go doc, not godoc
by Rob Pike
· 10 years ago
8cb9c21
regexp: trivial change in comments to update code.google.com link
by Dmitry Savintsev
· 10 years ago
485f348
regexp: set b.cap[0] and b.cap[1] only when captures requested
by Michael Matloob
· 10 years ago
a513088
regexp: skip backtracker for long programs
by Matthew Brennan
· 10 years ago
fc9a234
regexp: fix link to RE2 syntax
by Brad Fitzpatrick
· 10 years ago
9323862
regexp: port RE2's bitstate backtracker to the regexp package
by Michael Matloob
· 10 years ago
2adc4e8
all: use "reports whether" in place of "returns true if(f)"
by Josh Bleecher Snyder
· 10 years ago
e24e299
regexp: update URLs in tests
by Shenghou Ma
· 10 years ago
c7eb966
regexp: fix typo in comment: s/onpass/onepass/
by Michael Matloob
· 10 years ago
04c7b68
regexp/syntax: Clarify comment of OpAnyCharNotNL.
by Robin Eklind
· 10 years ago
22be4bf
regexp: fix TestOnePassCutoff
by Russ Cox
· 10 years ago
0f022fd
regexp/syntax: fix validity testing of zero repeats
by Ian Lance Taylor
· 10 years ago
3c5fd98
regexp: correct doc comment for ReplaceAllLiteralString
by Ian Lance Taylor
· 10 years ago
85fd0fd
regexp/syntax: regenerate doc.go from re2 syntax
by Russ Cox
· 10 years ago
9b2b0c8
regexp/syntax: reject large repetitions created by nesting small ones
by Russ Cox
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago