summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes_test.go
AgeCommit message (Expand)AuthorFilesLines
2010-05-03bytes: Change IndexAny to look for UTF-8 encoded characters.Rob Pike1-1/+10
2010-03-30single argument panicRuss Cox1-1/+2
2010-03-26bytes, strings: IndexOfAnyRobert Griesemer1-16/+54
2010-02-25strings: delete Runes, BytesRuss Cox1-15/+14
2010-02-17apply gofmt to src and miscRobert Griesemer1-1/+1
2009-12-15bytes, strings: add new function FieldsAndrey Mirtchovski1-0/+30
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-103/+103
2009-12-11bytes, strings: allow -1 in Map to mean "drop this character".Kei Son1-0/+13
2009-12-04bytes: asm for bytes.IndexByteRuss Cox1-0/+40
2009-12-02Runes: turn string into []intPeter Froehlich1-0/+46
2009-11-18add bytes.IndexByte; common case we can make fast later.Rob Pike1-17/+59
2009-11-18remove bytes.CopyRob Pike1-30/+0
2009-11-16 An asked-for-in #go-nuts extension to quickly create a repeatedDavid G. Andersen1-0/+27
2009-11-15fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...Rob Pike1-0/+28
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-2/+2
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-18/+18
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-9/+3
2009-11-04bytes.SplitAfter and strings.SplitAfterRuss Cox1-0/+31
2009-10-27files that are okay from the last gofmt roundRuss Cox1-10/+6
2009-10-08more lgtm files from gofmtRuss Cox1-72/+82
2009-09-15more "declared and not used".Russ Cox1-2/+2
2009-09-13Add and AddByteRob Pike1-0/+41
2009-09-01casing operations for byte arraysRob Pike1-0/+98
2009-08-12convert low-level (used by testing) packages toRuss Cox1-3/+3
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-8/+8
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-20/+26
2009-06-24make bytes.Copy both src- and dst- limitedRuss Cox1-9/+11
2009-06-09mv src/lib to src/pkgRob Pike1-0/+157