1. a03bdc3 runtime: eliminate unnecessary type conversions by Matthew Dempsky · 9 years ago
  2. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  3. cbe849f runtime: eliminate unused _Genqueue state by Austin Clements · 9 years ago
  4. 0c02bc0 runtime: show panics in traceback by Austin Clements · 9 years ago
  5. c7c7c70 runtime: fix, simplify, and improve scan state in goroutine header by Austin Clements · 9 years ago
  6. a7c09ad runtime: improve stack barrier debugging by Austin Clements · 9 years ago
  7. cb85902 runtime: fix new stack barrier check by Russ Cox · 9 years ago
  8. b43b375 runtime: eliminate write barriers from gentraceback by Austin Clements · 9 years ago
  9. 3a2fc06 runtime: handle sigprof in stackBarrier by Austin Clements · 9 years ago
  10. 432cb66 runtime: break out system-specific constants into package sys by Michael Matloob · 9 years ago
  11. d5ba582 runtime: remove background GC goroutine and mark barriers by Austin Clements · 9 years ago
  12. bf1de1b runtime: introduce GOTRACEBACK=single, now the default by Russ Cox · 9 years ago
  13. beedb1e runtime: add pcvalue cache to improve stack scan speed by Austin Clements · 10 years ago
  14. a485581 runtime: add a constant for the smallest possible stack frame by Michael Hudson-Doyle · 9 years ago
  15. e2bb03f runtime: don't install a stack barrier in cgocallback_gofunc's frame by Austin Clements · 10 years ago
  16. 9c04d00 runtime: check explicitly for short unwinding of stacks by Russ Cox · 10 years ago
  17. faa7a7e runtime: implement GC stack barriers by Austin Clements · 10 years ago
  18. 719efc7 runtime: make runtime.callers walk calling G, not g0 by Austin Clements · 10 years ago
  19. 512f75e runtime: replace GC programs with simpler encoding, faster decoder by Russ Cox · 10 years ago
  20. db6f88a runtime: enable profiling on g0 by Daniel Morsing · 10 years ago
  21. 4b78c95 runtime: print stack of G during a signal by Keith Randall · 10 years ago
  22. 8d03acc runtime: multi-threaded, utilization-scheduled background mark by Austin Clements · 10 years ago
  23. 181e26b runtime: replace func-based write barrier skipping with type-based by Russ Cox · 10 years ago
  24. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  25. 846ee04 runtime: add support for linux/arm64 by Aram Hăvărneanu · 10 years ago
  26. dd82d5e runtime: fix traceback of crash before LR is stored by Russ Cox · 10 years ago
  27. 3c8a89d runtime: simplify CPU profiling code by Matthew Dempsky · 10 years ago
  28. 59495e8 runtime: never show system goroutines in traceback by Dmitry Vyukov · 10 years ago
  29. fc5baec runtime: rearrange framepointer check condition by Austin Clements · 10 years ago
  30. 67a03fd runtime: use 2*regSize for saved frame pointer check by Austin Clements · 10 years ago
  31. 3c0fee1 cmd/6g, liblink, runtime: support saving base pointers by Austin Clements · 10 years ago
  32. 0bb8fc6 runtime: remove go prefix from a few routines by Keith Randall · 10 years ago
  33. b2a950b runtime: rename gothrow to throw by Keith Randall · 10 years ago
  34. 53c5226 runtime: make stack frames fixed size by modifying goproc/deferproc. by Keith Randall · 10 years ago
  35. 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
  36. d98553a [dev.cc] runtime: convert panic and stack code from C to Go by Russ Cox · 10 years ago
  37. 39bcbb3 runtime: avoid gentraceback of self on user goroutine stack by Russ Cox · 10 years ago
  38. a22c11b runtime: fix line number in first stack frame in printed stack trace by Russ Cox · 10 years ago
  39. 70b2da9 runtime: initialize traceback variables earlier by Keith Randall · 11 years ago
  40. 54245cb runtime: show frames for exported runtime functions by Russ Cox · 11 years ago
  41. f95beae runtime: use traceback to traverse defer structures by Russ Cox · 11 years ago
  42. d889f5f runtime: fix traceback of trap on ARM by Russ Cox · 11 years ago
  43. e844f53 runtime: stop scanning stack frames/args conservatively by Russ Cox · 11 years ago
  44. f0d44db runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback by Russ Cox · 11 years ago
  45. 15b76ad runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames by Russ Cox · 11 years ago
  46. c81a0ed liblink, runtime: diagnose and fix C code running on Go stack by Russ Cox · 11 years ago
  47. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/traceback.go]
  48. d16a2ad runtime: do not stop traceback at onM by Russ Cox · 11 years ago
  49. 97f8386 runtime: convert symtab.c into symtab.go by Russ Cox · 11 years ago
  50. f440737 runtime: deferproc/deferreturn in Go by Keith Randall · 11 years ago
  51. 7ba41e9 runtime: convert a few traceback-related functions from proc.c to traceback.go by Russ Cox · 11 years ago
  52. fa2af44 runtime: convert traceback*.c to Go by Russ Cox · 11 years ago