Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |