summaryrefslogtreecommitdiff
path: root/src/pkg/regexp
Commit message (Expand)AuthorAgeFilesLines
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-061-93/+31
* gofmt'ed missing regexp fileRobert Griesemer2009-11-051-137/+187
* manual fix for better gofmt resultRobert Griesemer2009-11-051-2/+1
* panic can't print interfaces well so use err.String()Rob Pike2009-11-041-1/+1
* eliminate goroutine from testing/regexp too.Rob Pike2009-11-021-2/+2
* take goroutines out of regexp so they can be createdRob Pike2009-11-021-53/+77
* more lgtm files from gofmtRuss Cox2009-10-081-3/+3
* apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox2009-10-071-93/+95
* use buf.String() instead of string(buf.Bytes())Rob Pike2009-09-171-1/+1
* rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike2009-09-161-2/+2
* more "declared and not used".Russ Cox2009-09-152-7/+7
* fix "declared and not used" errors in non-test code.Russ Cox2009-09-141-3/+3
* generate the unicode tables directly from web databaseRob Pike2009-08-261-1/+1
* convert non-low-level non-google pkg codeRuss Cox2009-08-123-56/+4
* make a simpler regexp implementation with fewer dependencies and put it insid...Rob Pike2009-08-111-14/+14
* Add methods AllMatches, AllMatchesString, AllMatchesIter,Stephen Ma2009-08-092-0/+218
* support []byte (more efficient) as well as string in the interfaces.Rob Pike2009-08-052-24/+179
* special case: recognize '[^\n]' and make it as fast as '.'Rob Pike2009-08-052-2/+24
* io.StringBytes -> strings.BytesRuss Cox2009-06-291-1/+2
* Add a ReplaceAll method to Regexp.Steve Newman2009-06-182-1/+188
* mv src/lib to src/pkgRob Pike2009-06-093-0/+1059