summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/iface.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix data race during Itab hash update/lookupDmitriy Vyukov2011-07-131-4/+5
* gc: correct handling of unexported method names in embedded interfacesRuss Cox2011-04-211-2/+3
* reflect: more efficient; cannot Set result of NewValue anymoreRuss Cox2011-04-181-2/+52
* ld: detect stack overflow due to NOSPLITRuss Cox2011-02-221-13/+20
* runtime: faster allocator, garbage collectorRuss Cox2011-02-021-2/+2
* runtime: ,s/[a-zA-Z0-9_]+/runtime?&/g, almostRuss Cox2010-11-041-102/+90
* gc: new typechecking rulesRuss Cox2010-06-081-78/+130
* runtime: avoid allocation for fixed stringsRuss Cox2010-05-191-2/+2
* runtime: delete malx, skip_depth argument to mallocRuss Cox2010-04-091-3/+3
* runtime: turn run time errors checks into panicsRuss Cox2010-04-011-10/+8
* runtime: make type assertion a runtime.Error, the first of manyRuss Cox2010-03-311-16/+39
* runtime: add memory profiling, disabled.Russ Cox2010-03-231-3/+3
* runtime: garbage collection + malloc performanceRuss Cox2010-02-101-2/+2
* in C and asm, replace pkg?name with ?nameRuss Cox2010-01-251-20/+20
* runtime, type switch: eliminate package global name space assumptionRuss Cox2010-01-251-5/+7
* runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox2009-12-071-1/+40
* runtime: malloc fixesRuss Cox2009-12-031-2/+2
* rename sys functions to runtime,Russ Cox2009-10-151-20/+20
* rename runtime internals to have modern names (array->slice etc)Rob Pike2009-08-251-4/+4
* reflection for interface setRuss Cox2009-07-101-5/+11
* runtime: use new reflect data structures (CL 31107)Russ Cox2009-07-071-514/+229
* mv src/lib to src/pkgRob Pike2009-06-091-0/+906