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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2009-11-06
1
-93
/
+31
*
gofmt'ed missing regexp file
Robert Griesemer
2009-11-05
1
-137
/
+187
*
manual fix for better gofmt result
Robert Griesemer
2009-11-05
1
-2
/
+1
*
panic can't print interfaces well so use err.String()
Rob Pike
2009-11-04
1
-1
/
+1
*
eliminate goroutine from testing/regexp too.
Rob Pike
2009-11-02
1
-2
/
+2
*
take goroutines out of regexp so they can be created
Rob Pike
2009-11-02
1
-53
/
+77
*
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
*
use buf.String() instead of string(buf.Bytes())
Rob Pike
2009-09-17
1
-1
/
+1
*
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
2009-09-16
1
-2
/
+2
*
more "declared and not used".
Russ Cox
2009-09-15
2
-7
/
+7
*
fix "declared and not used" errors in non-test code.
Russ Cox
2009-09-14
1
-3
/
+3
*
generate the unicode tables directly from web database
Rob Pike
2009-08-26
1
-1
/
+1
*
convert non-low-level non-google pkg code
Russ Cox
2009-08-12
3
-56
/
+4
*
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
2
-0
/
+218
*
support []byte (more efficient) as well as string in the interfaces.
Rob Pike
2009-08-05
2
-24
/
+179
*
special case: recognize '[^\n]' and make it as fast as '.'
Rob Pike
2009-08-05
2
-2
/
+24
*
io.StringBytes -> strings.Bytes
Russ Cox
2009-06-29
1
-1
/
+2
*
Add a ReplaceAll method to Regexp.
Steve Newman
2009-06-18
2
-1
/
+188
*
mv src/lib to src/pkg
Rob Pike
2009-06-09
3
-0
/
+1059