summaryrefslogtreecommitdiff
path: root/src/lib/runtime/runtime.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-28/+0
only automatic g4 mv here. R=r OCL=30002 CL=30007
2009-06-05fix 386 log testRuss Cox1-1/+1
R=r DELTA=13 (0 added, 1 deleted, 12 changed) OCL=29928 CL=29943
2009-05-12no need for compiler to hard-code definition of runtime.Russ Cox1-0/+2
use the actual go source instead. R=r DELTA=90 (66 added, 18 deleted, 6 changed) OCL=28708 CL=28719
2009-05-08Document runtime functions.Rob Pike1-0/+26
R=rsc DELTA=25 (25 added, 0 deleted, 0 changed) OCL=28574 CL=28580