summaryrefslogtreecommitdiff
path: root/src/pkg/bytes
Commit message (Expand)AuthorAgeFilesLines
* bytes: additional test coverageDave Cheney2013-09-112-0/+85
* bytes, strings: use copy in RepeatEvan Shaw2013-08-271-4/+1
* bytes: clarify Equal docsBrad Fitzpatrick2013-08-241-1/+2
* bytes: move IndexByte assembly to pkg runtimeBrad Fitzpatrick2013-08-015-166/+7
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-231-1/+1
* runtime/bytes: fast Compare for byte arrays and strings.Keith Randall2013-05-144-33/+214
* bytes: don't leave mprotect-ed pages after unsafe test.R?my Oudompheng2013-04-031-0/+2
* runtime: Implement faster equals for strings and bytes.Keith Randall2013-04-025-34/+122
* bytes: Benchmark Buffer's compactionsRobert Obryk2013-03-291-0/+16
* bytes: document that Buffer.Write grows the bufferRob Pike2013-03-291-28/+21
* bytes: don't compact Buffer so aggressivelyBrad Fitzpatrick2013-03-292-5/+9
* bytes: don't grow Buffer if capacity is availableBrad Fitzpatrick2013-03-293-0/+41
* build: update assembly variable names for vetRuss Cox2013-03-223-21/+21
* bytes,strings: remove user name from BUG in commentRob Pike2013-03-191-1/+1
* bytes,string: move the BUG to the comment of the function it's aboutRob Pike2013-03-151-2/+2
* bytes: annotate assembly functions with //go:noescapeShenghou Ma2013-02-102-4/+8
* bytes: minor optimization to lastIndexFuncBrad Fitzpatrick2013-02-072-1/+11
* bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick2013-02-013-4/+53
* bytes: fix UnreadByte failure after ReadBytesSt?phane Travostino2013-01-112-1/+24
* bytes: Fix missing godoc punctuation.Matthew Dempsky2013-01-061-1/+1
* bytes: Change Compare example to be consistent with sort.Search's.Matthew Dempsky2013-01-061-3/+3
* bytes: fix docs: s/array/slice/.Nigel Tao2013-01-073-44/+44
* bytes: Examples recommending bytes.Compare(a, b) rel_op 0 to test a rel_op b.Matthew Dempsky2013-01-071-0/+39
* bytes: avoid duplicate malloc/copy in Buffer.ReadStringR?my Oudompheng2012-12-032-8/+51
* bytes, strings: fix Reader WriteTo return value on 0 bytes copiedBrad Fitzpatrick2012-11-252-5/+33
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* bytes, strings: add (*Reader).WriteToEvan Shaw2012-10-123-3/+43
* bytes: fix tests and fix buildAndrew Gerrand2012-10-101-12/+12
* bytes: make examples work in playgroundAndrew Gerrand2012-10-101-4/+5
* build: make int 64 bits on amd64Russ Cox2012-09-241-13/+13
* all: match asm variable names to Go func declarationsRuss Cox2012-09-213-32/+32
* bytes, strings: add Fields benchmarksRuss Cox2012-09-181-0/+45
* bytes: make Join return a new buffer on len(a) == 1Gustavo Niemeyer2012-07-202-6/+11
* bytes.Buffer: export the Grow methodRob Pike2012-07-122-0/+45
* bytes: fixed typo.Marcel van Lohuizen2012-06-181-1/+1
* bytes: add assembly version of Equal for ARMDave Cheney2012-05-021-1/+27
* bytes: add assembly version of IndexByte for ARMDave Cheney2012-04-251-3/+22
* bytes: document Compare/Equal semantics for nil arguments, and add tests.David Symonds2012-02-182-17/+26
* godoc: make example code more readable with new comment conventionAndrew Gerrand2012-02-161-2/+2
* bytes,strings: make *Reader implement io.ReaderAtBrad Fitzpatrick2012-02-152-2/+47
* bytes: add ReaderBrad Fitzpatrick2012-02-152-0/+168
* bytes.Buffer: return error in WriteTo if buffer is not drainedRob Pike2012-02-091-1/+8
* bytes: API tweaksRob Pike2012-02-061-7/+11
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-16/+0
* bytes: delete the test for huge buffersRob Pike2012-01-221-21/+0
* bytes.Buffer: remove dead code, complete documentationRobert Griesemer2012-01-211-9/+8
* bytes.Buffer: restore panic on out-of-memoryRob Pike2012-01-212-20/+20
* bytes: simplified logicRobert Griesemer2012-01-201-10/+8
* bytes.Buffer: turn buffer size overflows into errorsRob Pike2012-01-202-4/+52
* pkg/bytes: add the usual copyright notice to example_test.goOlivier Duperray2012-01-181-0/+4