go/src/strings
Brad Fitzpatrick 071f0de4ec strings: fix flaky TestBuilderGrow test
Fixes #24647

Change-Id: I79c2b45cf7fc9c0ed0c7a665472556bd248e7584
Reviewed-on: https://go-review.googlesource.com/104235
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
2018-04-03 00:11:46 +00:00
..
builder.go strings: prevent copyCheck from forcing Builder to escape and allocate 2018-01-09 22:01:28 +00:00
builder_test.go strings: fix flaky TestBuilderGrow test 2018-04-03 00:11:46 +00:00
compare.go
compare_test.go
example_test.go strings: add Builder 2017-11-06 18:23:51 +00:00
export_test.go
reader.go
reader_test.go
replace.go strings: speed-up replace for byteStringReplacer case 2018-04-02 22:34:38 +00:00
replace_test.go
search.go
search_test.go
strings.go internal/bytealg: move short string Index implementations into bytealg 2018-03-04 19:49:44 +00:00
strings.s
strings_decl.go internal/bytealg: move IndexByte asssembly to the new bytealg package 2018-03-02 22:46:15 +00:00
strings_test.go bytes,strings: in generic Index, use mix of IndexByte and Rabin-Karp 2017-11-15 17:35:09 +00:00