summaryrefslogtreecommitdiff
path: root/src/runtime/heapdump.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] runtime: Add gc mark verification pass.Rick Hudson2014-11-041-14/+1
* runtime: update heap dump format for 1.4Keith Randall2014-10-071-13/+31
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-0/+3
* runtime: always run semacquire on the G stackKeith Randall2014-09-161-24/+1
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-161-1/+1
* runtime: tell the truth about BitVector typeRuss Cox2014-09-121-5/+5
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-3/+1
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-11/+23
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+854