summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/iface.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-13/+20
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-2/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-102/+90
2010-06-08gc: new typechecking rulesRuss Cox1-78/+130
2010-05-19runtime: avoid allocation for fixed stringsRuss Cox1-2/+2
2010-04-09runtime: delete malx, skip_depth argument to mallocRuss Cox1-3/+3
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-10/+8
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox1-16/+39
2010-03-23runtime: add memory profiling, disabled.Russ Cox1-3/+3
2010-02-10runtime: garbage collection + malloc performanceRuss Cox1-2/+2
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-20/+20
2010-01-25runtime, type switch: eliminate package global name space assumptionRuss Cox1-5/+7
2009-12-07runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox1-1/+40
2009-12-03runtime: malloc fixesRuss Cox1-2/+2
2009-10-15rename sys functions to runtime,Russ Cox1-20/+20
2009-08-25rename runtime internals to have modern names (array->slice etc)Rob Pike1-4/+4
2009-07-10reflection for interface setRuss Cox1-5/+11
2009-07-07runtime: use new reflect data structures (CL 31107)Russ Cox1-514/+229
2009-06-09mv src/lib to src/pkgRob Pike1-0/+906