aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/heapdump.c
AgeCommit message (Expand)Author
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox
2014-11-06runtime: don't stop bitmap dump at BitsDeadKeith Randall
2014-10-29runtime: fix line number in first stack frame in printed stack traceRuss Cox
2014-10-07runtime: update heap dump format for 1.4Keith Randall
2014-09-24cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox
2014-09-16runtime: always run semacquire on the G stackKeith Randall
2014-09-16runtime: use traceback to traverse defer structuresRuss Cox
2014-09-12runtime: tell the truth about BitVector typeRuss Cox
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox