index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
regexp
/
regexp.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-19
add a match arena to regexp to avoid generating garbage.
Rob Pike
1
-46
/
+106
2009-11-19
two easy optimizations for regexp:
Rob Pike
1
-13
/
+78
2009-11-18
remove bytes.Copy
Rob Pike
1
-15
/
+7
2009-11-14
move evaluation of null-matching instructions one iteration earlier.
Rob Pike
1
-31
/
+47
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-22
/
+22
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-71
/
+71
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-93
/
+31
2009-11-05
gofmt'ed missing regexp file
Robert Griesemer
1
-137
/
+187
2009-11-05
manual fix for better gofmt result
Robert Griesemer
1
-2
/
+1
2009-11-04
panic can't print interfaces well so use err.String()
Rob Pike
1
-1
/
+1
2009-11-02
eliminate goroutine from testing/regexp too.
Rob Pike
1
-2
/
+2
2009-11-02
take goroutines out of regexp so they can be created
Rob Pike
1
-53
/
+77
2009-09-17
use buf.String() instead of string(buf.Bytes())
Rob Pike
1
-1
/
+1
2009-09-16
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
1
-2
/
+2
2009-09-15
more "declared and not used".
Russ Cox
1
-2
/
+2
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-3
/
+3
2009-08-26
generate the unicode tables directly from web database
Rob Pike
1
-1
/
+1
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
1
-2
/
+0
2009-08-09
Add methods AllMatches, AllMatchesString, AllMatchesIter,
Stephen Ma
1
-0
/
+119
2009-08-05
support []byte (more efficient) as well as string in the interfaces.
Rob Pike
1
-19
/
+122
2009-08-05
special case: recognize '[^\n]' and make it as fast as '.'
Rob Pike
1
-2
/
+22
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-1
/
+2
2009-06-18
Add a ReplaceAll method to Regexp.
Steve Newman
1
-1
/
+66
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+764