summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes.go
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-697/+0
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-3/+7
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-31/+2
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-2/+2
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-40/+56
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-74/+175
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+605
2011-09-13Imported Upstream version 60Ondřej Surý1-606/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-6/+20
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-2/+2
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-14/+4
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-95/+192
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-4/+12
2010-06-30bytes, strings: add ReplaceRuss Cox1-0/+33
2010-06-21big, bytes: move assembly externs to separate fileRuss Cox1-3/+0
2010-05-18bytes: add Trim, TrimLeft, TrimRight, and generic functionsMichael Hoisie1-20/+65
2010-05-03bytes: Change IndexAny to look for UTF-8 encoded characters.Rob Pike1-15/+31
2010-03-26bytes, strings: IndexOfAnyRobert Griesemer1-0/+15
2009-12-15bytes, strings: add new function FieldsAndrey Mirtchovski1-0/+38
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-100/+100
2009-12-11bytes, strings: allow -1 in Map to mean "drop this character".Kei Son1-9/+12
2009-12-04bytes: asm for bytes.IndexByteRuss Cox1-1/+3
2009-12-02Runes: turn string into []intPeter Froehlich1-0/+13
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-4/+4
2009-11-18add bytes.IndexByte; common case we can make fast later.Rob Pike1-0/+10
2009-11-18remove bytes.CopyRob Pike1-17/+3
2009-11-16 An asked-for-in #go-nuts extension to quickly create a repeatedDavid G. Andersen1-0/+13
2009-11-15fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...Rob Pike1-3/+1
2009-11-10minor adjustments to package comments for better synopsis.Robert Griesemer1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-12/+12
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-32/+32
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-12/+4
2009-11-04gofmt-ify bytesRobert Griesemer1-2/+3
2009-11-04bytes.SplitAfter and strings.SplitAfterRuss Cox1-5/+19
2009-10-21fix typo/oversight: s/Title/ToTitle/. the comment was already correctRob Pike1-1/+1
2009-10-12fix comment on strings.LastIndex.Russ Cox1-0/+15
2009-10-06another round of gofmt applicationsRuss Cox1-49/+48
2009-09-15more "declared and not used".Russ Cox1-6/+9
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-2/+2
2009-09-13Add and AddByteRob Pike1-0/+42
2009-09-01casing operations for byte arraysRob Pike1-1/+84
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-16/+27
2009-06-24make bytes.Copy both src- and dst- limitedRuss Cox1-3/+7
2009-06-09mv src/lib to src/pkgRob Pike1-0/+164