aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/string_test.go
AgeCommit message (Expand)Author
2020-08-13runtime: revert signal stack mlockingAustin Clements
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-12-05runtime: add a simple version number parserAustin Clements
2018-10-30strings: declare IndexByte as noescapeKeith Randall
2018-05-06cmd/compile: optimize len([]rune(string))Martin Möhrmann
2018-03-12runtime: simplify range expressions in testsTobias Klauser
2017-03-05runtime: add slicebytetostring benchmarkJosh Bleecher Snyder
2016-11-01runtime: improve atoi implementationMartin Möhrmann
2016-10-17runtime: speed up non-ASCII rune decodingMartin Möhrmann
2016-09-14cmd/compile: intrinsify slicebytetostringtmp when not instrumentingMartin Möhrmann
2016-09-08runtime: remove maxstringMartin Möhrmann
2016-08-30cmd/compile: improve string iteration performanceMartin Möhrmann
2016-04-25runtime: zero tmpbuf between len and capKeith Randall
2016-03-27cmd/compile: fix stringtoslicebytetmp optimizationMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-23runtime: unify memeq and memequalKeith Randall
2016-02-04runtime: don't expose stack buffer in stringto{byte,rune}sliceKeith Randall
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox
2015-02-04cmd/gc: don't copy string in range []byte(str)Dmitry Vyukov
2015-01-28cmd/gc: allocate stack buffer for ORUNESTRDmitry Vyukov
2015-01-28cmd/gc: allocate buffers for non-escaped strings on stackDmitry Vyukov
2015-01-28cmd/gc: don't copy []byte during string comparisonDmitry Vyukov
2014-09-11runtime: make gostringnocopy update maxstringKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox