summaryrefslogtreecommitdiff
path: root/src/pkg/strings
AgeCommit message (Expand)AuthorFilesLines
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-5/+5
2009-11-18add bytes.IndexByte; common case we can make fast later.Rob Pike2-0/+27
2009-11-16 An asked-for-in #go-nuts extension to quickly create a repeatedDavid G. Andersen2-0/+39
2009-11-15fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...Rob Pike1-0/+27
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer2-14/+14
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer3-41/+41
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer3-30/+10
2009-11-05gofmt-ify strings, templateRobert Griesemer2-60/+56
2009-11-04bytes.SplitAfter and strings.SplitAfterRuss Cox2-5/+48
2009-10-12fix comment on strings.LastIndex.Russ Cox3-1/+42
2009-10-10change Title to ToTitle for consistency. (the doc comment was already right)Rob Pike1-1/+1
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox1-53/+61
2009-09-21move strings.Buffer into bytesRob Pike3-575/+0
2009-09-21step 2 of the great buffer shift.Rob Pike2-61/+273
2009-09-16first cut at a string buffer.Rob Pike3-0/+363
2009-09-15more "declared and not used".Russ Cox2-9/+11
2009-09-01casing operations for byte arraysRob Pike1-4/+4
2009-09-01make ToUpper, ToLower etc. handle unicode properly.Rob Pike2-59/+174
2009-08-31rearrange some constants. unicode package now defines MaxRune and Replacemen...Rob Pike1-2/+3
2009-08-12convert non-low-level non-google pkg codeRuss Cox2-54/+4
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-0/+10
2009-06-24style police: parens in if, for, switch, rangeRuss Cox1-2/+2
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds2-35/+51
2009-06-09Basic HTTP client.Steve Newman2-0/+70
2009-06-09mv src/lib to src/pkgRob Pike3-0/+371