summaryrefslogtreecommitdiff
path: root/src/runtime/mprof.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-9/+9
* [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-14/+3
* runtime: avoid gentraceback of self on user goroutine stackRuss Cox2014-11-051-15/+28
* runtime: fix line number in first stack frame in printed stack traceRuss Cox2014-10-291-1/+1
* runtime: fix flaky TestBlockProfile testKeith Randall2014-10-201-1/+3
* runtime: fix memory profilerDmitriy Vyukov2014-10-161-1/+1
* runtime: more cleanupsKeith Randall2014-09-091-3/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+660