index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
regexp
/
all_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
regexp: skip TestOnePassCutoff in short mode
Dmitriy Vyukov
2014-06-24
1
-0
/
+13
*
regexp: add one-pass optimization from RE2
David Covert
2014-03-07
1
-0
/
+55
*
all: fix some mistakes found by go tool vet .
Rob Pike
2013-09-27
1
-4
/
+4
*
regexp: fix index panic in Replace
Erik St. Martin
2012-12-22
1
-0
/
+4
*
regexp: re-enable TestBadCompile
Russ Cox
2012-12-11
1
-24
/
+23
*
regexp: add Split
Rick Arnold
2012-11-27
1
-0
/
+54
*
regexp: allow substitutions in Replace, ReplaceString
Russ Cox
2012-02-07
1
-2
/
+86
*
regexp: add SubexpNames
Russ Cox
2012-01-19
1
-22
/
+37
*
panics: use the new facilities of testing.B instead
Rob Pike
2011-12-20
1
-8
/
+4
*
all: rename os.Error to error in various non-code contexts
Russ Cox
2011-11-01
1
-1
/
+1
*
src/pkg/[n-z]*: gofix -r error -force=error
Russ Cox
2011-11-01
1
-3
/
+2
*
regexp: move to old/regexp, replace with exp/regexp
Russ Cox
2011-09-26
1
-2
/
+5
*
pkg: spelling tweaks, I-Z
Robert Hencke
2011-05-30
1
-1
/
+1
*
regexp tests: make some benchmarks more meaningful
Rob Pike
2011-02-01
1
-4
/
+4
*
regexp: reject bare ?
Ben Lynn
2011-01-19
1
-1
/
+2
*
regexp: fix performance bug, make anchored searches fail fast.
Rob Pike
2011-01-03
1
-0
/
+46
*
regexp: change Expr() to String(); add HasOperator method to Regexp.
Rob Pike
2010-12-17
1
-15
/
+20
*
regexp: add HasMeta and regexp.Expr().
Rob Pike
2010-12-16
1
-0
/
+12
*
gofmt -s -w src misc
Robert Griesemer
2010-10-22
1
-77
/
+77
*
regexp: delete the deprecated methods and tests.
Rob Pike
2010-08-12
1
-248
/
+16
*
regexp: restore accidentally deleted test item.
Rob Pike
2010-06-22
1
-0
/
+1
*
regexp: bug fix: need to track whether match begins with fixed prefix.
Rob Pike
2010-06-22
1
-1
/
+2
*
Optimization to regexp _CharClass: keep track of overall range of
Kyle Consalus
2010-06-02
1
-4
/
+32
*
regexp: allow escaping of any punctuation
Russ Cox
2010-04-26
1
-0
/
+9
*
regex: Remove unneeded imports from test.
Christopher Wedgwood
2010-03-07
1
-3
/
+0
*
regexp: add ReplaceAllFunc and ReplaceAllStringFunc
Andrew Gerrand
2010-03-07
1
-0
/
+46
*
strings: delete Runes, Bytes
Russ Cox
2010-02-25
1
-5
/
+5
*
The prefix optimization applies only to the first iteration.
Rob Pike
2010-02-17
1
-1
/
+4
*
Add query to find number of subexpressions.
Peter Froehlich
2009-12-24
1
-0
/
+28
*
1) Change default gofmt default settings for
Robert Griesemer
2009-12-15
1
-103
/
+103
*
fix bug in prefix code: must stop one character before any potential match of...
Rob Pike
2009-11-23
1
-0
/
+2
*
add a match arena to regexp to avoid generating garbage.
Rob Pike
2009-11-19
1
-0
/
+27
*
two easy optimizations for regexp:
Rob Pike
2009-11-19
1
-0
/
+5
*
move evaluation of null-matching instructions one iteration earlier.
Rob Pike
2009-11-14
1
-10
/
+6
*
remove dead code from test
Rob Pike
2009-11-12
1
-68
/
+8
*
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2009-11-09
1
-3
/
+3
*
remove semis after statements in one-statement statement lists
Robert Griesemer
2009-11-09
1
-29
/
+29
*
more lgtm files from gofmt
Russ Cox
2009-10-08
1
-3
/
+3
*
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...
Russ Cox
2009-10-07
1
-93
/
+95
*
more "declared and not used".
Russ Cox
2009-09-15
1
-5
/
+5
*
convert non-low-level non-google pkg code
Russ Cox
2009-08-12
1
-1
/
+0
*
make a simpler regexp implementation with fewer dependencies and put it insid...
Rob Pike
2009-08-11
1
-14
/
+14
*
Add methods AllMatches, AllMatchesString, AllMatchesIter,
Stephen Ma
2009-08-09
1
-0
/
+99
*
support []byte (more efficient) as well as string in the interfaces.
Rob Pike
2009-08-05
1
-5
/
+57
*
special case: recognize '[^\n]' and make it as fast as '.'
Rob Pike
2009-08-05
1
-0
/
+2
*
Add a ReplaceAll method to Regexp.
Steve Newman
2009-06-18
1
-0
/
+122
*
mv src/lib to src/pkg
Rob Pike
2009-06-09
1
-0
/
+235