aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes.go
AgeCommit message (Expand)Author
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-12-11bytes, strings: allow -1 in Map to mean "drop this character".Kei Son
2009-12-04bytes: asm for bytes.IndexByteRuss Cox
2009-12-02Runes: turn string into []intPeter Froehlich
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
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-10minor adjustments to package comments for better synopsis.Robert Griesemer
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-04gofmt-ify bytesRobert Griesemer
2009-11-04bytes.SplitAfter and strings.SplitAfterRuss Cox
2009-10-21fix typo/oversight: s/Title/ToTitle/. the comment was already correctRob Pike
2009-10-12fix comment on strings.LastIndex.Russ Cox
2009-10-06another round of gofmt applicationsRuss Cox
2009-09-15more "declared and not used".Russ Cox
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox
2009-09-13Add and AddByteRob Pike
2009-09-01casing operations for byte arraysRob Pike
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