summaryrefslogtreecommitdiff
path: root/src/runtime/string_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: add slicebytetostring benchmarkJosh Bleecher Snyder2017-03-051-0/+15
* runtime: improve atoi implementationMartin Möhrmann2016-11-011-0/+94
* runtime: speed up non-ASCII rune decodingMartin Möhrmann2016-10-171-0/+1
* cmd/compile: intrinsify slicebytetostringtmp when not instrumentingMartin Möhrmann2016-09-141-0/+7
* runtime: remove maxstringMartin Möhrmann2016-09-081-13/+0
* cmd/compile: improve string iteration performanceMartin Möhrmann2016-08-301-19/+33
* runtime: zero tmpbuf between len and capKeith Randall2016-04-251-4/+22
* cmd/compile: fix stringtoslicebytetmp optimizationMatthew Dempsky2016-03-271-2/+6
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: unify memeq and memequalKeith Randall2016-02-231-0/+11
* runtime: don't expose stack buffer in stringto{byte,rune}sliceKeith Randall2016-02-041-0/+15
* runtime: move test programs out of source code, coalesceRuss Cox2015-12-291-14/+1
* cmd/gc: don't copy string in range []byte(str)Dmitry Vyukov2015-02-041-0/+14
* cmd/gc: allocate stack buffer for ORUNESTRDmitry Vyukov2015-01-281-0/+35
* cmd/gc: allocate buffers for non-escaped strings on stackDmitry Vyukov2015-01-281-0/+11
* cmd/gc: don't copy []byte during string comparisonDmitry Vyukov2015-01-281-0/+17
* runtime: make gostringnocopy update maxstringKeith Randall2014-09-111-0/+13
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+147