aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/extern.go
AgeCommit message (Expand)Author
2010-03-29runtime: more malloc statisticsRuss Cox
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox
2010-03-23runtime: add memory profiling, disabled.Russ Cox
2010-03-23runtime: add CallersRuss Cox
2010-03-16runtime: add GOROOT and VersionRuss Cox
2010-03-08runtime: clock garbage collection on bytes allocated, not pages in useRuss Cox
2010-02-16runtime: fix bug in Caller documentationRuss Cox
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox
2010-02-07runtime: introduce MemStatsTypeRuss Cox
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox
2009-12-15os/signal: new packageDavid Symonds
2009-11-17improve documentation of runtime. there was no mention of types.Rob Pike
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer
2009-10-15publish semacquire and semrelease for use by sync.Russ Cox
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox
2009-08-25checkpoint & test (pidigits) before trying to automate.Russ Cox
2009-08-06add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCSRob Pike
2009-07-13add LockOSThread and UnlockOSThread toRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike