1
0
mirror of https://github.com/golang/go synced 2024-11-08 04:26:09 -07:00
go/src/bytes
Michael Munday 53cc69170a bytes, strings: update s390x code to match amd64 changes
Updates the s390x-specific files in these packages with the changes
to the amd64-specific files made during the review of CL 31690. I'd
like to keep these files in sync unless there is a reason to
diverge.

Change-Id: Id83e5ce11a45f877bdcc991d02b14416d1a2d8d2
Reviewed-on: https://go-review.googlesource.com/32574
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-11-02 15:56:24 +00:00
..
buffer_test.go bytes: improve WriteRune performance 2016-09-08 17:15:28 +00:00
buffer.go bytes: encode size of rune read by ReadRune into lastRead to speed up UnreadRune 2016-10-17 06:00:35 +00:00
bytes_amd64.go bytes,strings: use IndexByte more often in Index on AMD64 2016-11-01 18:30:52 +00:00
bytes_decl.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
bytes_generic.go bytes, strings: optimize multi-byte index operations on s390x 2016-11-01 13:17:57 +00:00
bytes_s390x.go bytes, strings: update s390x code to match amd64 changes 2016-11-02 15:56:24 +00:00
bytes_test.go bytes, strings: optimize for ASCII sets 2016-10-28 17:37:04 +00:00
bytes.go bytes, strings: optimize for ASCII sets 2016-10-28 17:37:04 +00:00
compare_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
equal_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
example_test.go bytes: add examples 2016-08-16 01:33:32 +00:00
export_test.go bytes: export Cap method for buffer 2015-04-03 23:50:02 +00:00
reader_test.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
reader.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00