summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-396/+0
2014-11-25Imported Upstream version 1.3.3upstream/1.3.3Tianon Gravi1-2/+10
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-87/+33
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-6/+81
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-3/+25
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-143/+73
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-357/+44
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+728
2011-09-13Imported Upstream version 60Ondřej Surý1-590/+0
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-8/+32
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-2/+10
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+11
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-122/+164
2010-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor1-1/+1
2010-05-19runtime: avoid allocation for fixed stringsRuss Cox1-4/+4
2010-04-08runtime: fix build (panic) for FreeBSDRuss Cox1-2/+0
2010-04-05runtime: fix CallerRuss Cox1-1/+1
2010-04-05runtime: various arm fixesRuss Cox1-2/+1
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-26/+19
2010-03-31gc: implement panic and recoverRuss Cox1-9/+0
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox1-5/+14
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox1-2/+9
2010-03-23runtime: add CallersRuss Cox1-0/+26
2010-03-16runtime: add GOROOT and VersionRuss Cox1-0/+9
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox1-0/+11
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-11/+11
2010-01-06Ported runtime to Windows.Hector Chu1-0/+14
2009-11-20x[lo:] - gc and runtime.Russ Cox1-22/+0
2009-10-15rename sys functions to runtime,Russ Cox1-11/+11
2009-10-13write stack traces and panics to stderrRob Pike1-0/+3
2009-08-28sliceslice inlineKen Thompson1-0/+6
2009-08-25rename runtime internals to have modern names (array->slice etc)Rob Pike1-5/+5
2009-06-09mv src/lib to src/pkgRob Pike1-0/+462