1. 8c1db77 internal/poll, os: loop on EINTR by Ian Lance Taylor · 4 years, 10 months ago
  2. e5bd6e1 runtime: crash on SI_USER SigPanic signal by Ian Lance Taylor · 4 years, 11 months ago
  3. a908e09 runtime: deflake CGO traceback tests by Mark Pulford · 5 years ago
  4. f248cd3 runtime: print more information when testCgoPprof fails by Josh Bleecher Snyder · 6 years ago
  5. b5cf035 runtime: improve sigtramp on aix/ppc64 to handle SIGPROF by Clément Chigot · 6 years ago
  6. d24d25b runtime: enable external linker tests for aix/ppc64 by Clément Chigot · 6 years ago
  7. 205d62d runtime: disable pprof test with cgo on aix/ppc64 by Clément Chigot · 6 years ago
  8. 0f0b108 runtime: fix CGO traceback frame count by Mark Pulford · 6 years ago
  9. 5929ead runtime: support capturing C backtrace from signal handler on darwin/amd64 by Nikhil Benesch · 7 years ago
  10. 99e9be8 runtime: query thread stack size from OS on Windows by Austin Clements · 7 years ago
  11. 4790181 all: remove support for macOS 10.9 and earlier by Brad Fitzpatrick · 7 years ago
  12. 131901e cmd/go, cmd/link, runtime: enable PIE build mode, cgo race tests on FreeBSD by Tim Wright · 7 years ago
  13. ebe38b8 runtime: fail silently if we unwind over sigpanic into C code by Austin Clements · 7 years ago
  14. de14b2f all: fix t.Skipf formats by Russ Cox · 7 years ago
  15. 292558b runtime: restore the Go-allocated signal stack in unminit by Austin Clements · 7 years ago
  16. cea92e8 runtime: make TestWindowsStackMemory build even with CGO_ENABLED=0 set by Alex Brainman · 7 years ago
  17. af015b1 runtime: skip flaky TestWindowsStackMemoryCgo by Alex Brainman · 7 years ago
  18. 923299a cmd/link: restore windows stack commit size back to 4KB by Alex Brainman · 7 years ago
  19. 58de9f3 runtime: use -buildmode=pie in testCgoPprofPIE instead of -extldflags=-pie by Lynn Boger · 7 years ago
  20. 6fd1f82 runtime: support cgo traceback on PPC64LE by Cherry Zhang · 7 years ago
  21. 4f34a52 runtime: terminate locked OS thread if its goroutine exits by Austin Clements · 8 years ago
  22. 0d8a3b2 cmd/compile: add TestIntendedInlining from runtime by Daniel Martí · 7 years ago
  23. c3189ce runtime: forward crashing signals to late handlers by Elias Naur · 8 years ago
  24. 5500c9c runtime: when dying from a signal use the previous signal handler by Elias Naur · 8 years ago
  25. 7e17250 runtime: don't call t.Parallel in TestCgoSignalDeadlock by Ian Lance Taylor · 8 years ago
  26. 03a4a5c runtime: don't run TestCgoNumGoroutine on Windows or Plan 9 by Ian Lance Taylor · 8 years ago
  27. 4e7067c runtime: mark extra M's G as dead when not in use by Austin Clements · 8 years ago
  28. 34ee8ec runtime: ignore TestCgoPprofPIE test failures on Alpine (take 2) by Brad Fitzpatrick · 8 years ago
  29. 16271b8 runtime: ignore TestCgoPprofPIE test failures on Alpine by Brad Fitzpatrick · 8 years ago
  30. 8c24e52 runtime: check that pprof accepts but doesn't need executable by Russ Cox · 8 years ago
  31. 8c31f40 runtime: don't skip TestCgoCallbackGC on FreeBSD by Ian Lance Taylor · 8 years ago
  32. 2341631 all: sprinkle t.Parallel on some slow tests by Brad Fitzpatrick · 8 years ago
  33. 9e227ac Revert "runtime/pprof: write profiles in protobuf format." by Michael Matloob · 8 years ago
  34. b33030a runtime/pprof: write profiles in protobuf format. by Michael Matloob · 8 years ago
  35. 14f3284 Revert "runtime/pprof: write profiles in protobuf format." by Austin Clements · 8 years ago
  36. 7d14401 runtime/pprof: write profiles in protobuf format. by unknown · 8 years ago
  37. d03e8b2 runtime: record current PC for SIGPROF on non-Go thread by Ian Lance Taylor · 8 years ago
  38. e5421e2 runtime: add threadprof tag for test that starts busy thread by Ian Lance Taylor · 8 years ago
  39. 6c13a1d runtime: don't call cgocallback from signal handler by Ian Lance Taylor · 8 years ago
  40. 9d8522f cmd/compile: don't instrument copy and append in runtime by Ian Lance Taylor · 8 years ago
  41. 842b058 all: use testing.GoToolPath instead of "go" by Keith Randall · 9 years ago
  42. 604efe1 runtime: disable TestCgoCallbackGC on FreeBSD by Josh Bleecher Snyder · 9 years ago
  43. 659b9a1 runtime: set PPROF_TMPDIR before running pprof by Ian Lance Taylor · 9 years ago
  44. 84d8aff runtime: collect stack trace if SIGPROF arrives on non-Go thread by Ian Lance Taylor · 9 years ago
  45. 4223294 runtime/pprof, cmd/pprof: fix profiling for PIE by Ian Lance Taylor · 9 years ago
  46. bcd4b84 runtime: skip TestCgoCallbackGC on linux/mips64x by Cherry Zhang · 9 years ago
  47. 34f97d2 runtime: put tracebackctxt C functions in .c file by Ian Lance Taylor · 9 years ago
  48. 4d6788e runtime: clean up profiling data files produced by TestCgoPprof by Mohit Agarwal · 9 years ago
  49. 84e8080 runtime: use cgo traceback for SIGPROF by Ian Lance Taylor · 9 years ago
  50. 5f9a870 cmd/cgo, runtime, runtime/cgo: use cgo context function by Ian Lance Taylor · 9 years ago
  51. ea306ae runtime: support symbolic backtrace of C code in a cgo crash by Ian Lance Taylor · 9 years ago
  52. 1716162 runtime: fix off-by-one error finding module for PC by Ian Lance Taylor · 9 years ago
  53. 8d94b9b runtime: more deflaking of TestCgoCheckBytes by Ian Lance Taylor · 9 years ago
  54. 5c096cc runtime: deflake TestCgoCheckBytes by Ian Lance Taylor · 9 years ago
  55. e960302 runtime: when crash with panic, call user Error/String methods before freezing the world by Shenghou Ma · 9 years ago
  56. c8e7b34 runtime: skip cgo check for non-pointer slice elements by Ian Lance Taylor · 9 years ago
  57. 9270973 runtime: don't run TestEnsureDropM on windows or plan9 by Ian Lance Taylor · 9 years ago
  58. c02aa46 runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary by Ian Lance Taylor · 9 years ago
  59. 70c9a81 runtime: set new m signal mask to program startup mask by Ian Lance Taylor · 9 years ago
  60. 8d5ff2e runtime: move test programs out of source code, coalesce by Russ Cox · 9 years ago
  61. 9840042 runtime: skip CallbackGC test in short mode on linux/arm by Dave Cheney · 9 years ago
  62. 58db5fc runtime: run TestCgoExternalThreadSIGPROF on ppc64le by Michael Hudson-Doyle · 9 years ago
  63. 4f48507 runtime: reduce pthread stack size in TestCgoCallbackGC by Dave Cheney · 10 years ago
  64. 5e15e28 runtime: skip TestCgoCallbackGC on dragonfly by Mikio Hara · 10 years ago
  65. fde3926 runtime: ignore arguments in cgocallback_gofunc frame by Russ Cox · 10 years ago
  66. 872b168 runtime: if we don't handle a signal on a non-Go thread, raise it by Ian Lance Taylor · 10 years ago
  67. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  68. d6d423b runtime: skip fork test on darwin/arm64 by David Crawshaw · 10 years ago
  69. 9b69196 runtime: add TestCgoDLLImports by Alex Brainman · 10 years ago
  70. 95bf77b runtime: skip tests that need fork on darwin/arm by David Crawshaw · 10 years ago
  71. af7ca8d cmd/cgo, runtime/cgo: support ppc64 by Austin Clements · 10 years ago
  72. 865e5e9 runtime: fix TestCgoExternalThreadSIGPROF again by Shenghou Ma · 10 years ago
  73. 2cbe27a runtime: skip TestCgoExternalThreadSIGPROF on OS X 10.6 by Shenghou Ma · 10 years ago
  74. 5da9c8c runtime: ignore SIGPROF to foreign threads before cgocallback is fully initialized by Shenghou Ma · 10 years ago
  75. f9c4c16 runtime: make TestCgoExternalThreadPanic run on windows by Alex Brainman · 10 years ago
  76. 3ce6a4f runtime: fix windows build by Russ Cox · 10 years ago
  77. c4efaac runtime: fix unrecovered panic on external thread by Russ Cox · 10 years ago
  78. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/runtime/crash_cgo_test.go]
  79. 326ae8d runtime: fix traceback in cgo programs Fixes #6061. by Dmitriy Vyukov · 12 years ago
  80. 1590abe runtime: do not run TestCgoSignalDeadlock on windows in short mode by Dmitriy Vyukov · 12 years ago
  81. 6ecb39f cmd/go: fix "go run" cgo source when cgo is disabled by Shenghou Ma · 12 years ago
  82. 06a488f runtime: fix deadlock detector false negative Fixes #4819. by Dmitriy Vyukov · 12 years ago
  83. afe0e97 runtime: handle windows exceptions, even in cgo programs by Alex Brainman · 13 years ago