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
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]