summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/extern.go
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-205/+0
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-6/+22
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-23/+27
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-4/+48
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-3/+3
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý1-2/+3
2012-05-02Imported Upstream version 1.0.1upstream/1.0.1Ondřej Surý1-1/+2
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-64/+11
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+192
2011-09-13Imported Upstream version 60Ondřej Surý1-192/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-1/+1
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-11/+27
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-0/+13
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-32/+27
2010-06-21runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox1-148/+0
2010-05-06runtime.GOMAXPROCS: hack it to have it return the old value.Rob Pike1-2/+4
2010-03-29runtime: run deferred calls at GoexitRuss Cox1-0/+1
2010-03-29runtime: a couple more memory stats.Russ Cox1-0/+2
2010-03-29runtime: more malloc statisticsRuss Cox1-14/+34
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox1-1/+5
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox1-13/+108
2010-03-23runtime: add memory profiling, disabled.Russ Cox1-2/+24
2010-03-23runtime: add CallersRuss Cox1-2/+0
2010-03-16runtime: add GOROOT and VersionRuss Cox1-0/+20
2010-03-08runtime: clock garbage collection on bytes allocated, not pages in useRuss Cox1-0/+1
2010-02-16runtime: fix bug in Caller documentationRuss Cox1-1/+1
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox1-0/+9
2010-02-07runtime: introduce MemStatsTypeRuss Cox1-3/+5
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox1-0/+68
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox1-0/+4
2009-12-15os/signal: new packageDavid Symonds1-0/+7
2009-11-17improve documentation of runtime. there was no mention of types.Rob Pike1-1/+3
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer1-1/+1
2009-10-15publish semacquire and semrelease for use by sync.Russ Cox1-0/+11
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox1-4/+4
2009-08-25checkpoint & test (pidigits) before trying to automate.Russ Cox1-0/+3
2009-08-06add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCSRob Pike1-0/+3
2009-07-13add LockOSThread and UnlockOSThread toRuss Cox1-0/+14
2009-06-09mv src/lib to src/pkgRob Pike1-0/+28