aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/slice.go
AgeCommit message (Expand)Author
2015-01-06cmd/gc, runtime: rename writebarrierfat to typedmemmoveRuss Cox
2015-01-06runtime: add missing write barriers in append's copy of slice dataRuss Cox
2015-01-04runtime: fix slicecopy return value for zero-width elementsMatthew Dempsky
2014-12-29runtime: remove go prefix from a few routinesKeith Randall
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox