aboutsummaryrefslogtreecommitdiff
path: root/src/bytes
AgeCommit message (Expand)Author
2016-09-14bytes: cut 10 seconds off the race builder's benchmark testBrad Fitzpatrick
2016-09-08bytes: improve WriteRune performanceMartin Möhrmann
2016-09-07strings: use AVX2 for Index if availableIlya Tocar
2016-09-06bytes: make IndexRune fasterHiroshi Ioka
2016-09-01bytes: Use the same algorithm as strings for IndexIlya Tocar
2016-08-16bytes: add examplesCarlos C
2016-06-03bytes: use Run method for benchmarksMarcel van Lohuizen
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-05-03strings, bytes: fix Reader 0 byte read at EOFBrad Fitzpatrick
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-04-08bytes: add ContainsRuneEmmanuel Odeke
2016-04-07bytes, string: add Reset method to ReaderJoe Tsai
2016-04-06bytes: add ContainsAnyRob Pike
2016-03-21all: delete dead test codeDominik Honnef
2016-03-10bytes: correct comment about usage of bytes.Buffer by PrintfMartin Möhrmann
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-26runtime: avoid using REP prefix for IndexByteKeith Randall
2016-02-21bytes: make Buffer comment more accurateJosh Bleecher Snyder
2015-12-18bytes: document that buffer is reused in Truncate and ResetJoe Tsai
2015-08-26bytes: improve Compare function on amd64 for large byte arraysUttam C Pawar
2015-07-23Revert "bytes: document that Buffer values must not be copied"Alan Donovan
2015-07-23bytes: document that Buffer values must not be copiedAlan Donovan
2015-04-30bytes, strings: add LastIndexByteDmitry Vyukov
2015-04-06bytes, strings: add Reader.Size methodsBrad Fitzpatrick
2015-04-04bytes: fix commentJosh Bleecher Snyder
2015-04-03bytes: export Cap method for bufferCristian Staretu
2015-03-25runtime: add runtime.cmpstring and bytes.CompareDave Cheney
2015-03-20bytes, os/exec, strings: fix a few BUG commentsareski
2015-01-22bytes, strings: improve documentation for Count functionsRobert Griesemer
2015-01-15all: update old comments referencing *.goc filesBrad Fitzpatrick
2014-09-24cmd/go: fix bytes and net the right wayRuss Cox
2014-09-18bytes, strings: document that FieldsFunc f must not be statefulRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox