aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes_test.go
AgeCommit message (Expand)Author
2009-11-18add bytes.IndexByte; common case we can make fast later.Rob Pike
2009-11-18remove bytes.CopyRob Pike
2009-11-16 An asked-for-in #go-nuts extension to quickly create a repeatedDavid G. Andersen
2009-11-15fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...Rob Pike
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-04bytes.SplitAfter and strings.SplitAfterRuss Cox
2009-10-27files that are okay from the last gofmt roundRuss Cox
2009-10-08more lgtm files from gofmtRuss Cox
2009-09-15more "declared and not used".Russ Cox
2009-09-13Add and AddByteRob Pike
2009-09-01casing operations for byte arraysRob Pike
2009-08-12convert low-level (used by testing) packages toRuss Cox
2009-06-29io.StringBytes -> strings.BytesRuss Cox
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds
2009-06-24make bytes.Copy both src- and dst- limitedRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike