- ddd558e runtime: clean up and improve reflect.methodValue comments by Austin Clements · 8 years ago
- f9feaff runtime: do not print runtime panic frame at top of user stack by Russ Cox · 8 years ago
- d5bd797 runtime: fix getArgInfo for deferred reflection calls by Austin Clements · 8 years ago
- d00890b runtime: add msan calls before calling traceback functions by Ian Lance Taylor · 9 years ago
- 03abde4 runtime: only permit SetCgoTraceback to be called once by Ian Lance Taylor · 9 years ago
- ba22172 runtime: fix typo in comment by Dmitry Vyukov · 9 years ago
- 3d037cf runtime: pass signal context to cgo traceback function by Ian Lance Taylor · 9 years ago
- a640d95 runtime: update SP when jumping stacks in traceback by Austin Clements · 9 years ago
- c08436d runtime: print PC, not the counter, for a cgo traceback by Ian Lance Taylor · 9 years ago
- 88d3db0 runtime: stop traceback at foreign function by Russ Cox · 9 years ago
- 5f9a870 cmd/cgo, runtime, runtime/cgo: use cgo context function by Ian Lance Taylor · 9 years ago
- 06d639e runtime: fix SetCgoTraceback doc indentation by Brad Fitzpatrick · 9 years ago
- ea306ae runtime: support symbolic backtrace of C code in a cgo crash by Ian Lance Taylor · 9 years ago
- a03bdc3 runtime: eliminate unnecessary type conversions by Matthew Dempsky · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- cbe849f runtime: eliminate unused _Genqueue state by Austin Clements · 9 years ago
- 0c02bc0 runtime: show panics in traceback by Austin Clements · 9 years ago
- c7c7c70 runtime: fix, simplify, and improve scan state in goroutine header by Austin Clements · 9 years ago
- a7c09ad runtime: improve stack barrier debugging by Austin Clements · 9 years ago
- cb85902 runtime: fix new stack barrier check by Russ Cox · 9 years ago
- b43b375 runtime: eliminate write barriers from gentraceback by Austin Clements · 9 years ago
- 3a2fc06 runtime: handle sigprof in stackBarrier by Austin Clements · 9 years ago
- 432cb66 runtime: break out system-specific constants into package sys by Michael Matloob · 9 years ago
- d5ba582 runtime: remove background GC goroutine and mark barriers by Austin Clements · 9 years ago
- bf1de1b runtime: introduce GOTRACEBACK=single, now the default by Russ Cox · 9 years ago
- beedb1e runtime: add pcvalue cache to improve stack scan speed by Austin Clements · 10 years ago
- a485581 runtime: add a constant for the smallest possible stack frame by Michael Hudson-Doyle · 9 years ago
- e2bb03f runtime: don't install a stack barrier in cgocallback_gofunc's frame by Austin Clements · 10 years ago
- 9c04d00 runtime: check explicitly for short unwinding of stacks by Russ Cox · 10 years ago
- faa7a7e runtime: implement GC stack barriers by Austin Clements · 10 years ago
- 719efc7 runtime: make runtime.callers walk calling G, not g0 by Austin Clements · 10 years ago
- 512f75e runtime: replace GC programs with simpler encoding, faster decoder by Russ Cox · 10 years ago
- db6f88a runtime: enable profiling on g0 by Daniel Morsing · 10 years ago
- 4b78c95 runtime: print stack of G during a signal by Keith Randall · 10 years ago
- 8d03acc runtime: multi-threaded, utilization-scheduled background mark by Austin Clements · 10 years ago
- 181e26b runtime: replace func-based write barrier skipping with type-based by Russ Cox · 10 years ago
- 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
- 846ee04 runtime: add support for linux/arm64 by Aram Hăvărneanu · 10 years ago
- dd82d5e runtime: fix traceback of crash before LR is stored by Russ Cox · 10 years ago
- 3c8a89d runtime: simplify CPU profiling code by Matthew Dempsky · 10 years ago
- 59495e8 runtime: never show system goroutines in traceback by Dmitry Vyukov · 10 years ago
- fc5baec runtime: rearrange framepointer check condition by Austin Clements · 10 years ago
- 67a03fd runtime: use 2*regSize for saved frame pointer check by Austin Clements · 10 years ago
- 3c0fee1 cmd/6g, liblink, runtime: support saving base pointers by Austin Clements · 10 years ago
- 0bb8fc6 runtime: remove go prefix from a few routines by Keith Randall · 10 years ago
- b2a950b runtime: rename gothrow to throw by Keith Randall · 10 years ago
- 53c5226 runtime: make stack frames fixed size by modifying goproc/deferproc. by Keith Randall · 10 years ago
- 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
- d98553a [dev.cc] runtime: convert panic and stack code from C to Go by Russ Cox · 10 years ago
- 39bcbb3 runtime: avoid gentraceback of self on user goroutine stack by Russ Cox · 10 years ago
- a22c11b runtime: fix line number in first stack frame in printed stack trace by Russ Cox · 10 years ago
- 70b2da9 runtime: initialize traceback variables earlier by Keith Randall · 10 years ago
- 54245cb runtime: show frames for exported runtime functions by Russ Cox · 11 years ago
- f95beae runtime: use traceback to traverse defer structures by Russ Cox · 11 years ago
- d889f5f runtime: fix traceback of trap on ARM by Russ Cox · 11 years ago
- e844f53 runtime: stop scanning stack frames/args conservatively by Russ Cox · 11 years ago
- f0d44db runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback by Russ Cox · 11 years ago
- 15b76ad runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames by Russ Cox · 11 years ago
- c81a0ed liblink, runtime: diagnose and fix C code running on Go stack by Russ Cox · 11 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/traceback.go]
- d16a2ad runtime: do not stop traceback at onM by Russ Cox · 11 years ago
- 97f8386 runtime: convert symtab.c into symtab.go by Russ Cox · 11 years ago
- f440737 runtime: deferproc/deferreturn in Go by Keith Randall · 11 years ago
- 7ba41e9 runtime: convert a few traceback-related functions from proc.c to traceback.go by Russ Cox · 11 years ago
- fa2af44 runtime: convert traceback*.c to Go by Russ Cox · 11 years ago