Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 1 | -1/+0 |
2009-08-11 | make a simpler regexp implementation with fewer dependencies and put it insid... | Rob Pike | 1 | -14/+14 |
2009-08-09 | Add methods AllMatches, AllMatchesString, AllMatchesIter, | Stephen Ma | 1 | -0/+99 |
2009-08-05 | support []byte (more efficient) as well as string in the interfaces. | Rob Pike | 1 | -5/+57 |
2009-08-05 | special case: recognize '[^\n]' and make it as fast as '.' | Rob Pike | 1 | -0/+2 |
2009-06-18 | Add a ReplaceAll method to Regexp. | Steve Newman | 1 | -0/+122 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+235 |