summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes_test.go
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-1234/+0
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-3/+33
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-7/+53
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-0/+76
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-16/+88
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-95/+247
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+858
2011-09-13Imported Upstream version 60Ondřej Surý1-860/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-3/+16
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+4
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-234/+391
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-30/+34
2010-06-30bytes, strings: add ReplaceRuss Cox1-0/+36
2010-05-18bytes: add Trim, TrimLeft, TrimRight, and generic functionsMichael Hoisie1-0/+69
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