1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:31:22 -06:00
go/src/pkg/bytes
Shenghou Ma 691e5e3b01 bytes: annotate assembly functions with //go:noescape
R=golang-dev, agl, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/7299064
2013-02-10 00:08:30 +08:00
..
asm_386.s all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
asm_amd64.s build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
asm_arm.s all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
buffer_test.go bytes: fix UnreadByte failure after ReadBytes 2013-01-11 17:02:21 +11:00
buffer.go bytes: fix UnreadByte failure after ReadBytes 2013-01-11 17:02:21 +11:00
bytes_decl.go bytes: annotate assembly functions with //go:noescape 2013-02-10 00:08:30 +08:00
bytes_test.go bytes: minor optimization to lastIndexFunc 2013-02-07 16:00:06 -08:00
bytes.go bytes: annotate assembly functions with //go:noescape 2013-02-10 00:08:30 +08:00
example_test.go bytes, strings: add TrimPrefix and TrimSuffix 2013-02-01 08:41:25 -08:00
export_test.go bytes: faster Count, Index, Equal 2011-12-07 15:09:56 -05:00
reader_test.go bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
reader.go bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00