Sign in
go
/
go
/
7e63c8b765c30823131bd136d190afbe4c21abc9
/
src
/
runtime
/
string_test.go
92bda33
runtime: revert signal stack mlocking
by Austin Clements
· 4 years, 8 months ago
6052838
all: avoid string(i) where i has type int
by Ian Lance Taylor
· 5 years ago
fa3a121
runtime: add a simple version number parser
by Austin Clements
· 5 years ago
56b7c61
strings: declare IndexByte as noescape
by Keith Randall
· 6 years ago
b9a59d9
cmd/compile: optimize len([]rune(string))
by Martin Möhrmann
· 7 years ago
025134b
runtime: simplify range expressions in tests
by Tobias Klauser
· 7 years ago
d445136
runtime: add slicebytetostring benchmark
by Josh Bleecher Snyder
· 8 years ago
d7b34d5
runtime: improve atoi implementation
by Martin Möhrmann
· 8 years ago
d295174
runtime: speed up non-ASCII rune decoding
by Martin Möhrmann
· 9 years ago
150de94
cmd/compile: intrinsify slicebytetostringtmp when not instrumenting
by Martin Möhrmann
· 9 years ago
252093f
runtime: remove maxstring
by Martin Möhrmann
· 9 years ago
0dae9dfb
cmd/compile: improve string iteration performance
by Martin Möhrmann
· 9 years ago
6f3f02f
runtime: zero tmpbuf between len and cap
by Keith Randall
· 9 years ago
995fb03
cmd/compile: fix stringtoslicebytetmp optimization
by Matthew Dempsky
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
bd70bd9
runtime: unify memeq and memequal
by Keith Randall
· 9 years ago
4d02b12
runtime: don't expose stack buffer in stringto{byte,rune}slice
by Keith Randall
· 9 years ago
8d5ff2e
runtime: move test programs out of source code, coalesce
by Russ Cox
· 9 years ago
71be013
cmd/gc: don't copy string in range []byte(str)
by Dmitry Vyukov
· 10 years ago
4ce4d8b
cmd/gc: allocate stack buffer for ORUNESTR
by Dmitry Vyukov
· 10 years ago
e6fac08
cmd/gc: allocate buffers for non-escaped strings on stack
by Dmitry Vyukov
· 10 years ago
69cd91a
cmd/gc: don't copy []byte during string comparison
by Dmitry Vyukov
· 10 years ago
bcd36e8
runtime: make gostringnocopy update maxstring
by Keith Randall
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/string_test.go]
8a23c00
src, misc: applied gofmt -s -w
by Robert Griesemer
· 11 years ago
97c8b24
runtime: fix spurious "[string too long]" error
by Dmitriy Vyukov
· 11 years ago
b39e2a0
src, misc: applied gofmt -w -s
by Robert Griesemer
· 11 years ago
2b309c6
runtime: fix stringw test.
by Keith Randall
· 11 years ago
f2147cd
runtime: disable funky wide string test for now.
by Keith Randall
· 11 years ago
0f4b53c
runtime: reconstitute runetochar for use by gostringw.
by Keith Randall
· 11 years ago
61dca94
runtime: implement string ops in Go
by Keith Randall
· 11 years ago
3d5daa2
runtime: Implement faster equals for strings and bytes.
by Keith Randall
· 12 years ago
4aeb0fc
runtime: add missing copyright
by Mikio Hara
· 12 years ago
77f3e18
runtime: faster string equality.
by Rémy Oudompheng
· 13 years ago