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.go
Age
Commit message (
Expand
)
Author
2016-08-30
cmd/compile: improve string iteration performance
Martin Möhrmann
2016-08-22
runtime: minor string/rune optimizations
Josh Bleecher Snyder
2016-04-25
runtime: zero tmpbuf between len and cap
Keith Randall
2016-04-20
runtime: simplify mallocgc flag argument
Keith Randall
2016-03-31
cmd/compile, runtime: fix pedantic int->string conversions
Matthew Dempsky
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-02-25
runtime: fix getcallerpc args
Dmitry Vyukov
2016-02-04
runtime: don't expose stack buffer in stringto{byte,rune}slice
Keith Randall
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-10-21
runtime, syscall: add calls to msan functions
Ian Lance Taylor
2015-10-20
runtime: add stringStructOf helper function
Matthew Dempsky
2015-10-16
runtime: merge string1.go into string.go
Nodir Turakulov
2015-04-15
runtime: merge slice and sliceStruct
Michael Hudson-Doyle
2015-02-12
cmd/gc: allocate buffers for non-escaping string conversions on stack
Dmitry Vyukov
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
2015-01-27
cmd/gc: don't copy []byte during string concatenation
Dmitry Vyukov
2014-12-29
runtime: remove go prefix from a few routines
Keith Randall
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-11-14
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
Russ Cox
2014-11-11
[dev.cc] runtime: convert memory allocator and garbage collector to Go
Russ Cox
2014-10-22
[dev.power64] all: merge default into dev.power64
Austin Clements
2014-10-22
build: merge the great pkg/ rename into dev.power64
Austin Clements
2014-09-16
runtime: remove duplicated Go constants
Russ Cox
2014-09-09
runtime: merge mallocgc, gomallocgc
Russ Cox
2014-09-08
liblink, runtime: diagnose and fix C code running on Go stack
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]