summaryrefslogtreecommitdiff
path: root/src/runtime/heapdump.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-864/+0
* runtime: don't stop bitmap dump at BitsDeadKeith Randall2014-11-061-1/+3
* runtime: fix line number in first stack frame in printed stack traceRuss Cox2014-10-291-1/+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