summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-1151/+0
2014-09-26Imported Upstream version 1.3.2upstream/1.3.2Michael Stapelberg1-0/+1
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-86/+168
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-100/+157
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-19/+64
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-67/+293
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-71/+176
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+635
2011-09-13Imported Upstream version 60Ondřej Surý1-608/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-0/+8
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-15/+2
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-2/+4
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-9/+8
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-76/+16
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-2/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-17/+97
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-189/+189
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-0/+1
2010-05-06runtime.GOMAXPROCS: hack it to have it return the old value.Rob Pike1-0/+1
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox1-2/+2
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman1-2/+2
2010-04-15support for printing floats:Kai Backman1-0/+1
2010-04-09runtime: delete malx, skip_depth argument to mallocRuss Cox1-1/+0
2010-04-09Library support for cgo export.Ian Lance Taylor1-2/+3
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox1-0/+4
2010-04-08runtime: fix bad status throwRuss Cox1-0/+4
2010-04-05runtime: handle malloc > 2GB correctlyRuss Cox1-1/+1
2010-04-05runtime: various arm fixesRuss Cox1-1/+1
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-2/+6
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox1-3/+9
2010-03-31gc: implement panic and recoverRuss Cox1-1/+19
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox1-1/+3
2010-03-29runtime: run deferred calls at GoexitRuss Cox1-0/+1
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox1-1/+4
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox1-7/+6
2010-03-23runtime: add memory profiling, disabled.Russ Cox1-1/+2
2010-03-23runtime: add CallersRuss Cox1-0/+1
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson1-1/+15
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox1-1/+3
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox1-0/+2
2010-02-06fix commentKai Backman1-1/+1
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox1-0/+1
2010-01-27gc: implement defer print/println/panic/paniclnRuss Cox1-0/+1
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-18/+18
2010-01-09runtime: check for preemption due to garbage collectionRuss Cox1-0/+1
2010-01-06Ported runtime to Windows.Hector Chu1-0/+13
2009-12-18runtime: fix race conditionAdam Langley1-1/+1
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox1-3/+3
2009-12-15os/signal: new packageDavid Symonds1-0/+7