1. f3b5a2b runtime: prevent descheduling while holding rwmutex read lock by Austin Clements · 8 years ago
  2. b5240da runtime/pprof: Fix type name in function comment by Fabian Wickborn · 8 years ago
  3. a89e6be runtime: clean up mheap.allocLarge by Austin Clements · 8 years ago
  4. a776087 runtime: allow calling Func.Name on nil pointer by Joe Tsai · 8 years ago
  5. 9745e88 runtime: use rwmutex for execLock by Austin Clements · 8 years ago
  6. 8083297 runtime: make rwmutex work on Ms instead of Gs by Austin Clements · 8 years ago
  7. e7823d6 runtime: temporarily skip gdb python-related tests on solaris by Shawn Walker-Salas · 8 years ago
  8. 93870ae runtime: get more info for TestCgoSignalDeadlock failures by Ian Lance Taylor · 8 years ago
  9. 489620d runtime: drain local runq when dedicated mark worker runs by Austin Clements · 8 years ago
  10. 8ec7a39 os/signal: avoid race between Stop and receiving on channel by Ian Lance Taylor · 8 years ago
  11. c4e0e81 runtime/cgo: fix typos by Hiroshi Ioka · 8 years ago
  12. 7b659eb all: gofmt by Mikio Hara · 8 years ago
  13. 91139b8 runtime, syscall: workaround for bug in Linux's execve by John R. Lenton · 8 years ago
  14. 09ebbf4 runtime: add read/write mutex type by Ian Lance Taylor · 8 years ago
  15. 023593d runtime: enable GDB tests on mips64 (except TestGdbPythonCgo) by Vladimir Stefanovic · 8 years ago
  16. 79d05e7 runtime: restore arm assembly stubs for div/mod by Keith Randall · 8 years ago
  17. 4958f9e runtime: remove unused arm assembly for div/mod by Keith Randall · 8 years ago
  18. 03a4a5c runtime: don't run TestCgoNumGoroutine on Windows or Plan 9 by Ian Lance Taylor · 8 years ago
  19. b067ad9 runtime: record mutex event before readying by Austin Clements · 8 years ago
  20. df0892c runtime, syscall: reset signal handlers to default in child by Ian Lance Taylor · 8 years ago
  21. aafd964 runtime: speed up stack copying by Josh Bleecher Snyder · 8 years ago
  22. f4f0185 runtime: move pdesc into p by Austin Clements · 8 years ago
  23. fcb45b9 runtime: increase MaxGomaxprocs to 1024 by Austin Clements · 8 years ago
  24. 200d0cc runtime: clean up some silly allp loops by Austin Clements · 8 years ago
  25. 6914b0e runtime, unicode: use consistent banner for generated code by Brad Fitzpatrick · 8 years ago
  26. bdc6418 runtime: YIELD in procyield on ARM by Austin Clements · 8 years ago
  27. 27f8873 runtime: print pc with fp/sp in traceback by Austin Clements · 8 years ago
  28. cfae35e syscall: make windows Exit call runtime.exit by Alex Brainman · 8 years ago
  29. 84890c72 runtime: more diagnostics for TestStackGrowth by Austin Clements · 8 years ago
  30. eb751fa runtime: fix documentation error about runtime.GC() by Austin Clements · 8 years ago
  31. a7d7d7a runtime: fix tab/space inconsistency in runtime-gdb.py by Austin Clements · 8 years ago
  32. 2465971 runtime: fix GDB goroutine N command when N is running by Austin Clements · 8 years ago
  33. 4e7067c runtime: mark extra M's G as dead when not in use by Austin Clements · 8 years ago
  34. b5a0f71 runtime: deflake TestPanicRace by Ian Lance Taylor · 8 years ago
  35. f425f54 runtime: intercept munmap as we do mmap by Ian Lance Taylor · 8 years ago
  36. 2d86f49 runtime: delay exiting while panic is running deferred functions by Ian Lance Taylor · 8 years ago
  37. b1af539 runtime: save and restore CR for ppc64le by Ian Lance Taylor · 8 years ago
  38. a4ee95c runtime: avoid division in gc by Ilya Tocar · 8 years ago
  39. d263e85 runtime: expand acceptable PingPongHog factor from 2 to 5 by Austin Clements · 8 years ago
  40. 3bdc2f3 cmd/compile/internal/gc: speed-up small array comparison by Ilya Tocar · 8 years ago
  41. c6e7cb4 runtime: work around NetBSD bug in thread creation by Benny Siegert · 8 years ago
  42. 91a80cc runtime: fix stack split at bad time when disable inlining by Wei Xiao · 8 years ago
  43. 9acd814 runtime: fix file reference in comments by Dmitry Savintsev · 8 years ago
  44. a8dd20d runtime/cgo: add TSAN annotations for C sigaction call by Bryan C. Mills · 8 years ago
  45. 6654e3e cmd/cgo, runtime/cgo: add docs for TSAN interaction by Ian Lance Taylor · 8 years ago
  46. 13ae3b3a runtime: accept non-monotonic arena allocation on 32-bit by Austin Clements · 8 years ago
  47. daa0ddd runtime: fix ppc64le c-archive init by Ian Lance Taylor · 8 years ago
  48. e26b51b runtime: use pselect6 for usleep on linux/386 by Austin Clements · 8 years ago
  49. 9f03e89 runtime: remove unused copies of special stack guards by Austin Clements · 8 years ago
  50. 4754252 runtime: fix stackCache=0 debug mode by Austin Clements · 8 years ago
  51. 8a1c5b2 runtime: fix stackFromSystem returning memory by Austin Clements · 8 years ago
  52. e5a5c03 runtime: don't corrupt arena bounds on low mmap by Austin Clements · 8 years ago
  53. 4dcba02 runtime: use pselect6 for usleep on linux/amd64 and linux/arm by Austin Clements · 8 years ago
  54. c34add7 runtime/pprof: don't produce 0 location in count profiles by Austin Clements · 8 years ago
  55. 2dc2783 runtime/pprof: deflake TestGoroutineCounts by Carl Henrik Lunde · 8 years ago
  56. 13cdd81 runtime: mmap(2) on Solaris & Illumos can return EAGAIN. by Sean Chittenden · 8 years ago
  57. 3b263e4 runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0" by Cherry Zhang · 8 years ago
  58. b53acd8 cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions by Cherry Zhang · 8 years ago
  59. 9e83c11 runtime/pprof: expand inlined frames in symbolized proto profiles by Austin Clements · 8 years ago
  60. 1dc0f96 runtime/pprof: clean up call/return PCs in memory profiles by Austin Clements · 8 years ago
  61. 3b5637f runtime: doubly fix "double wakeup" panic by Austin Clements · 8 years ago
  62. 29e88d5 runtime: print debug info on "base out of range" by Austin Clements · 8 years ago
  63. aeee34c runtime: remove unused cpuid_X variables by Martin Möhrmann · 8 years ago
  64. 69972ae internal/cpu: new package to detect cpu features by Martin Möhrmann · 8 years ago
  65. d659682 runtime/pprof: deflake TestGoroutineCounts by Austin Clements · 8 years ago
  66. 0dd7b8f runtime: clean redundant call of environ function by feilengcui008 · 8 years ago
  67. f953144 runtime: don't panic for bad size hint in hashmap by Filip Gruszczynski · 8 years ago
  68. 5a6c580 runtime: refactor cpu feature detection for 386 & amd64 by Martin Möhrmann · 8 years ago
  69. b666f28 runtime: use 64 bit calculation in overLoadFactor by Josh Bleecher Snyder · 8 years ago
  70. 11eaf42 runtime: reduce Windows timer resolution when idle by Austin Clements · 8 years ago
  71. c1ac70f runtime/pprof: use symbol information already in profile in tests by Austin Clements · 8 years ago
  72. 295d160 runtime: make _TinySizeClass an int8 to prevent use as spanClass by Austin Clements · 9 years ago
  73. 8e25d4c runtime: eliminate heapBitsSetTypeNoScan by Austin Clements · 9 years ago
  74. c44d031 runtime: eliminate heapBits.hasPointers by Austin Clements · 9 years ago
  75. 1a033b1 runtime: separate spans of noscan objects by Austin Clements · 9 years ago
  76. 390fdea runtime: document runtime.Frames better by Austin Clements · 8 years ago
  77. f105c91 runtime/pprof: propagate profile labels into profile proto by Michael Matloob · 8 years ago
  78. c82efb1 runtime: fix profile handling of labels for race detector by Russ Cox · 8 years ago
  79. 3ddf650 runtime/pprof: ignore dummy huge page mapping in /proc/self/maps by Russ Cox · 8 years ago
  80. d1ac592 runtime/pprof: add /proc/self/maps parsing test by Russ Cox · 8 years ago
  81. 259d609 runtime: align mcentral by cache line size by Aliaksandr Valialkin · 8 years ago
  82. 91c9b0d runtime: adjust netpoll panic messages by Mikio Hara · 8 years ago
  83. 516e6f6 all: remove some unused parameters in test code by Daniel Martí · 8 years ago
  84. 34ee8ec runtime: ignore TestCgoPprofPIE test failures on Alpine (take 2) by Brad Fitzpatrick · 8 years ago
  85. b64e817 runtime: simplify detection of preference to use AVX memmove by Martin Möhrmann · 8 years ago
  86. 16271b8 runtime: ignore TestCgoPprofPIE test failures on Alpine by Brad Fitzpatrick · 8 years ago
  87. 9f98e49 runtime: make time correctly update on Wine by Evgeniy Polyakov · 8 years ago
  88. 6a48019 runtime/debug: mark TestSetGCPercent as flaky by Brad Fitzpatrick · 8 years ago
  89. 42c5f39 runtime: gofmt -w -s by Mikio Hara · 8 years ago
  90. 1e72bf6 cmd/compile: experiment which clobbers all dead pointer fields by Keith Randall · 9 years ago
  91. e516227 runtime/debug: increase threshold on TestSetGCPercent by Austin Clements · 8 years ago
  92. 227fff2 runtime/debug: don't trigger a GC on SetGCPercent by Austin Clements · 8 years ago
  93. d9308cb runtime/debug: expand SetGCPercent test by Austin Clements · 8 years ago
  94. 1c4f3c5 runtime: make gcSetTriggerRatio work at any time by Austin Clements · 8 years ago
  95. a5eb3dc runtime: drive proportional sweep directly off heap_live by Austin Clements · 8 years ago
  96. ee175af runtime: consolidate all trigger-derived computations by Austin Clements · 8 years ago
  97. 49a412a runtime: rationalize triggerRatio by Austin Clements · 8 years ago
  98. 9d36163 runtime: consistently use atomic loads for heap_live by Austin Clements · 8 years ago
  99. bb6309c runtime: inform arena placement using sbrk(0) by Austin Clements · 8 years ago
  100. da75700 runtime: make test independent of inlining by David Lazar · 8 years ago