aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/string.go
AgeCommit message (Expand)Author
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
2015-01-27cmd/gc: don't copy []byte during string concatenationDmitry Vyukov
2014-12-29runtime: remove go prefix from a few routinesKeith Randall
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-09runtime: merge mallocgc, gomallocgcRuss Cox
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox