summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/iface.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-721/+0
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-8/+19
2013-06-14Imported Upstream version 1.1.1upstream/1.1.1Ingo Oeser1-30/+2
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-50/+84
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-131/+47
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+788
2011-09-13Imported Upstream version 60Ondřej Surý1-787/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-4/+55
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