Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-05 | special case: recognize '[^\n]' and make it as fast as '.' | Rob Pike | 2 | -2/+24 | |
R=rsc DELTA=25 (23 added, 1 deleted, 1 changed) OCL=32793 CL=32799 | |||||
2009-06-29 | io.StringBytes -> strings.Bytes | Russ Cox | 1 | -1/+2 | |
io.ByteBuffer -> bytes.Buffer left io.ByteBuffer stub around for now, for protocol compiler. R=r OCL=30861 CL=30872 | |||||
2009-06-18 | Add a ReplaceAll method to Regexp. | Steve Newman | 2 | -1/+188 | |
APPROVED=r,rsc DELTA=189 (187 added, 0 deleted, 2 changed) OCL=30205 CL=30517 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 3 | -0/+1059 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |