aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-25strings, bytes: document behavior of Replace when old is emptyCaleb Spare
2014-06-11bytes, strings: optimize RepeatRui Ueyama
2014-03-18bytes: fix panic in MapRui Ueyama
2013-12-12bytes: fix description of FieldsFuncShenghou Ma
2013-08-27bytes, strings: use copy in RepeatEvan Shaw
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2013-05-14runtime/bytes: fast Compare for byte arrays and strings.Keith Randall
2013-03-19bytes,strings: remove user name from BUG in commentRob Pike
2013-03-15bytes,string: move the BUG to the comment of the function it's aboutRob Pike
2013-02-10bytes: annotate assembly functions with //go:noescapeShenghou Ma
2013-02-07bytes: minor optimization to lastIndexFuncBrad Fitzpatrick
2013-02-01bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick
2013-01-06bytes: Fix missing godoc punctuation.Matthew Dempsky
2013-01-07bytes: fix docs: s/array/slice/.Nigel Tao
2012-07-20bytes: make Join return a new buffer on len(a) == 1Gustavo Niemeyer
2012-06-18bytes: fixed typo.Marcel van Lohuizen
2012-02-18bytes: document Compare/Equal semantics for nil arguments, and add tests.David Symonds
2011-12-08update tree for new default type ruleRuss Cox
2011-12-07bytes: faster Count, Index, EqualRuss Cox
2011-11-08renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike
2011-11-04bytes: fix typo and resolve to be less idiotic next timeAndrew Gerrand
2011-11-04bytes: add Contains functionAndrew Gerrand
2011-10-25bytes, strings: use runeRuss Cox
2011-09-26bytes: add EqualFoldRuss Cox
2011-09-21bytes: fix Replace so it actually copiesGustavo Niemeyer
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-06-28strings.Split: make the default to split all.Rob Pike
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-03-29bytes, strings: simplify JoinEvan Shaw
2011-01-09bytes: fix TrimSpace typoPeter Mundy
2010-12-01Removed bytes.Add and bytes.AddByte; we now have 'append'.Kyle Consalus
2010-11-30utf8: make EncodeRune's destination the first argument.Adam Langley
2010-11-12strings: add LastIndexAnyBenny Siegert
2010-10-27use appendRuss Cox
2010-10-26use copyRuss Cox
2010-09-27bytes: fix typo in AddByte commentAndrew Gerrand
2010-09-23bytes, strings: change lastIndexFunc to use DecodeLastRuneRoger Peppe
2010-08-05bytes: add IndexRune, FieldsFunc and To*SpecialChristian Himpel
2010-07-27bytes, strings: mention the n < 0 case in Split/SplitAfter doc commentAndrew Gerrand
2010-07-23bytes: port IndexFunc and LastIndexFunc from strings packageFazlul Shahriar
2010-07-21strings.Bytes: fix typo in commentAndrey Mirtchovski
2010-07-20bytes: add TitleRob Pike
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike
2010-06-30bytes, strings: add ReplaceRuss Cox
2010-06-21big, bytes: move assembly externs to separate fileRuss Cox
2010-05-18bytes: add Trim, TrimLeft, TrimRight, and generic functionsMichael Hoisie
2010-05-03bytes: Change IndexAny to look for UTF-8 encoded characters.Rob Pike
2010-03-26bytes, strings: IndexOfAnyRobert Griesemer
2009-12-15bytes, strings: add new function FieldsAndrey Mirtchovski