summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/string.cgo
AgeCommit message (Expand)AuthorFilesLines
2010-04-20runtime: rename cgo2c, *.cgo to goc2c, *.gocRuss Cox1-296/+0
2010-04-09runtime: delete malx, skip_depth argument to mallocRuss Cox1-3/+3
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-31/+16
2010-03-23runtime: add memory profiling, disabled.Russ Cox1-3/+3
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox1-0/+31
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-6/+6
2010-01-13runtime cleanup.Russ Cox1-1/+1
2010-01-06Ported runtime to Windows.Hector Chu1-0/+30
2009-11-20x[y:] for stringsRuss Cox1-0/+18
2009-10-15rename sys functions to runtime,Russ Cox1-6/+6
2009-08-25rename runtime internals to have modern names (array->slice etc)Rob Pike1-5/+5
2009-06-30convert string runtime to use cgo.Russ Cox1-0/+232