index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
string_test.go
Age
Commit message (
Expand
)
Author
2022-12-13
cmd/gc: test temp string comparison with all ops
Oleg Zaytsev
2022-05-03
runtime: add byte count parser for GOMEMLIMIT
Michael Anthony Knyszek
2020-08-13
runtime: revert signal stack mlocking
Austin Clements
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2019-12-05
runtime: add a simple version number parser
Austin Clements
2018-10-30
strings: declare IndexByte as noescape
Keith Randall
2018-05-06
cmd/compile: optimize len([]rune(string))
Martin Möhrmann
2018-03-12
runtime: simplify range expressions in tests
Tobias Klauser
2017-03-05
runtime: add slicebytetostring benchmark
Josh Bleecher Snyder
2016-11-01
runtime: improve atoi implementation
Martin Möhrmann
2016-10-17
runtime: speed up non-ASCII rune decoding
Martin Möhrmann
2016-09-14
cmd/compile: intrinsify slicebytetostringtmp when not instrumenting
Martin Möhrmann
2016-09-08
runtime: remove maxstring
Martin Möhrmann
2016-08-30
cmd/compile: improve string iteration performance
Martin Möhrmann
2016-04-25
runtime: zero tmpbuf between len and cap
Keith Randall
2016-03-27
cmd/compile: fix stringtoslicebytetmp optimization
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-23
runtime: unify memeq and memequal
Keith Randall
2016-02-04
runtime: don't expose stack buffer in stringto{byte,rune}slice
Keith Randall
2015-12-29
runtime: move test programs out of source code, coalesce
Russ Cox
2015-02-04
cmd/gc: don't copy string in range []byte(str)
Dmitry Vyukov
2015-01-28
cmd/gc: allocate stack buffer for ORUNESTR
Dmitry Vyukov
2015-01-28
cmd/gc: allocate buffers for non-escaped strings on stack
Dmitry Vyukov
2015-01-28
cmd/gc: don't copy []byte during string comparison
Dmitry Vyukov
2014-09-11
runtime: make gostringnocopy update maxstring
Keith Randall
2014-09-08
build: move package sources from src/pkg to src
Russ Cox