aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/string.go
AgeCommit message (Expand)Author
2016-04-20runtime: simplify mallocgc flag argumentKeith Randall
2016-03-31cmd/compile, runtime: fix pedantic int->string conversionsMatthew Dempsky
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-02-25runtime: fix getcallerpc argsDmitry Vyukov
2016-02-04runtime: don't expose stack buffer in stringto{byte,rune}sliceKeith Randall
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-21runtime, syscall: add calls to msan functionsIan Lance Taylor
2015-10-20runtime: add stringStructOf helper functionMatthew Dempsky
2015-10-16runtime: merge string1.go into string.goNodir Turakulov
2015-04-15runtime: merge slice and sliceStructMichael Hudson-Doyle
2015-02-12cmd/gc: allocate buffers for non-escaping string conversions on stackDmitry Vyukov
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