1. f00bbd5 cmd/compile: emit itabs and itablinks by Michel Lespinasse · 9 years ago
  2. 857d0b4 runtime: document sudog by Austin Clements · 9 years ago
  3. ac74e5d cmd/compile: stop constructing sudog type by Matthew Dempsky · 9 years ago
  4. 276b177 runtime: make shrinkstack concurrent-safe by Austin Clements · 9 years ago
  5. db72b41 runtime: protect sudog.elem with hchan.lock by Austin Clements · 9 years ago
  6. 005140a runtime: put g.waiting list in lock order by Austin Clements · 9 years ago
  7. e4a95b6 runtime: record channel in sudog by Austin Clements · 9 years ago
  8. 8e7072c sync: new Cond implementation by Wedson Almeida Filho · 9 years ago
  9. b1a6e07 runtime: document the G states by Austin Clements · 9 years ago
  10. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  11. cbe849f runtime: eliminate unused _Genqueue state by Austin Clements · 9 years ago
  12. 9877900 Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go" by Matthew Dempsky · 9 years ago
  13. a4b8339 runtime: move machport into darwin's mOS by Matthew Dempsky · 9 years ago
  14. f28bbb7 cmd/compile: move hiter, hmap, and scase definitions into builtin.go by Matthew Dempsky · 9 years ago
  15. 09940b9 runtime: make p.gcBgMarkWorker a guintptr by Austin Clements · 9 years ago
  16. fac8202 runtime: make NumGoroutine and Stack agree not to include system goroutines by Russ Cox · 9 years ago
  17. 6da6082 Revert "runtime: make NumGoroutine and Stack agree not to include system goroutines" by Russ Cox · 9 years ago
  18. c5bafc8 runtime: make NumGoroutine and Stack agree not to include system goroutines by Russ Cox · 9 years ago
  19. a7cad52 runtime: preserve signal stack when calling Go on C thread by Ian Lance Taylor · 9 years ago
  20. a7d2b4d runtime: disable a signal by restoring the original disposition by Ian Lance Taylor · 9 years ago
  21. d446ba9 runtime: document stack barrier synchronization rules by Austin Clements · 9 years ago
  22. 0abf443 runtime: remove incorrect TODO added in CL 16035 by Russ Cox · 9 years ago
  23. fb6f8a9 runtime: remove unnecessary wakeups of worker threads by Dmitry Vyukov · 9 years ago
  24. a7383fc runtime: use a proper type, sigset, for m.sigmask by Elias Naur · 9 years ago
  25. 239273d runtime: mark {g,m,p}uintptr methods as nosplit by Michael Hudson-Doyle · 9 years ago
  26. 5af2be8 Revert "runtime: use a proper type, sigset, for m.sigmask" by Russ Cox · 9 years ago
  27. 7db7727 runtime: use a proper type, sigset, for m.sigmask by Elias Naur · 9 years ago
  28. 7af0839 cmd/go, runtime: always use position-independent code to invoke vsyscall helper on linux/386 by Michael Hudson-Doyle · 9 years ago
  29. ec9aae7 runtime: move m's OS-specific semaphore fields into mOS by Matthew Dempsky · 9 years ago
  30. 432cb66 runtime: break out system-specific constants into package sys by Michael Matloob · 9 years ago
  31. 03227bb runtime: eliminate traceBuf write barriers by Austin Clements · 9 years ago
  32. 67faca7 runtime: break atomics out into package runtime/internal/atomic by Michael Matloob · 9 years ago
  33. 0ca4488 runtime: change p.runq from []*g to []guintptr by Austin Clements · 9 years ago
  34. 0e23ca4 bytes: speed up Compare() on amd64 by Ilya Tocar · 9 years ago
  35. 5a68eb9 runtime: prune some dead variables by Matthew Dempsky · 9 years ago
  36. 58e3ae2 runtime: split plan9 and solaris's m fields into new embedded mOS type by Matthew Dempsky · 9 years ago
  37. 84afa1b runtime: make iface/eface handling more type safe by Matthew Dempsky · 9 years ago
  38. d4a7ea1 runtime: add stringStructOf helper function by Matthew Dempsky · 9 years ago
  39. 3bc0601 runtime: rename _func.frame to make it clear it's deprecated and unused. by Aaron Jacobs · 9 years ago
  40. 89c341c runtime: directly track GC assist balance by Austin Clements · 9 years ago
  41. a1cad70 runtime: remove unused g.readyg field by Austin Clements · 10 years ago
  42. 9c04d00 runtime: check explicitly for short unwinding of stacks by Russ Cox · 10 years ago
  43. 3efe36d runtime: fix nmspinning comparison by Todd Neal · 10 years ago
  44. 4a19081 runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systems by Russ Cox · 10 years ago
  45. b2dfacf runtime: change arm software div/mod call sequence not to modify stack by Russ Cox · 10 years ago
  46. 80c98fa runtime/trace: record event sequence numbers explicitly by Russ Cox · 10 years ago
  47. 87f97c7 runtime: avoid race between SIGPROF traceback and stack barriers by Austin Clements · 10 years ago
  48. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  49. 85d4d46 runtime: store syscall parameters in m not on stack by Alex Brainman · 10 years ago
  50. e72f5f6 runtime: fix tracing of syscallexit by Dmitry Vyukov · 10 years ago
  51. 3c60e6e runtime: fix races in stack scan by Russ Cox · 10 years ago
  52. 7f9f70e all: fix misprints in comments by Ainar Garipov · 10 years ago
  53. 93e57a2 runtime: correct a drifted comment in referencing m->locked. by Yongjian Xu · 10 years ago
  54. 3f6e69a runtime: steal space for stack barrier tracking from stack by Austin Clements · 10 years ago
  55. e610c25 runtime: decouple stack bounds and stack allocation size by Austin Clements · 10 years ago
  56. 84cfba1 runtime: don't always unblock all signals by Elias Naur · 10 years ago
  57. f0dd002 runtime: use separate count and note for forEachP by Austin Clements · 10 years ago
  58. a0fc306 runtime: eliminate runqvictims and a copy from runqsteal by Austin Clements · 10 years ago
  59. c4fe503 runtime: reduce thrashing of gs between ps by Rick Hudson · 10 years ago
  60. db6f88a runtime: enable profiling on g0 by Daniel Morsing · 10 years ago
  61. a52dc9f runtime: fix comments that mention g status values by Alex Brainman · 10 years ago
  62. 32d6fbc runtime: replace needwb() with writeBarrierEnabled by Russ Cox · 10 years ago
  63. bb63205 runtime: replace STW for enabling write barriers with ragged barrier by Austin Clements · 10 years ago
  64. 57afa76 runtime: add ragged global barrier function by Austin Clements · 10 years ago
  65. 1b4025f runtime: replace per-M workbuf cache with per-P gcWork cache by Austin Clements · 10 years ago
  66. e870f06 runtime: yield time slice to most recently readied G by Austin Clements · 10 years ago
  67. e0c3d85 runtime: fix background marking at 25% utilization by Austin Clements · 10 years ago
  68. 8d03acc runtime: multi-threaded, utilization-scheduled background mark by Austin Clements · 10 years ago
  69. 100da60 runtime: track time spent in mutator assists by Austin Clements · 10 years ago
  70. 4b2fde9 runtime: proportional mutator assist by Austin Clements · 10 years ago
  71. 181e26b runtime: replace func-based write barrier skipping with type-based by Russ Cox · 10 years ago
  72. c1c6675 runtime: fix dangling pointer in readyExecute by Austin Clements · 10 years ago
  73. 6a2b0c0 runtime: delete cgo_allocate by Russ Cox · 10 years ago
  74. ab4df70 runtime: merge slice and sliceStruct by Michael Hudson-Doyle · 10 years ago
  75. d1b1eee runtime: add isarchive, set by the linker by David Crawshaw · 10 years ago
  76. e8694c8 runtime: initialize shared library at library-load time by Srdjan Petrovic · 10 years ago
  77. f244a14 runtime: add cumulative GC CPU % to gctrace line by Austin Clements · 10 years ago
  78. e9d9d0b runtime, runtime/cgo: make needextram a bool by David Crawshaw · 10 years ago
  79. 564eab8 runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC) by Russ Cox · 10 years ago
  80. 87ec06f runtime: fix writebarrier throw in lock_sema by Russ Cox · 10 years ago
  81. 41dbcc1 runtime: Remove write barriers during STW. by Rick Hudson · 10 years ago
  82. cd5b144 runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files by Keith Randall · 10 years ago
  83. 919fd24 runtime: remove runtime frames from stacks in traces by Dmitry Vyukov · 10 years ago
  84. b759e22 runtime: bound defer pools (try 2) by Dmitry Vyukov · 10 years ago
  85. 5ef145c runtime: bound sudog cache by Dmitry Vyukov · 10 years ago
  86. 6e70fdd runtime: fix cputicks on x86 by Dmitry Vyukov · 10 years ago
  87. a15818f runtime: cache workbufs on Ms and add consistency checks by Rick Hudson · 10 years ago
  88. 59495e8 runtime: never show system goroutines in traceback by Dmitry Vyukov · 10 years ago
  89. 7505cd8 Revert "runtime: bound defer pools" by Russ Cox · 10 years ago
  90. 8059071 runtime: bound defer pools by Dmitry Vyukov · 10 years ago
  91. 3c0fee1 cmd/6g, liblink, runtime: support saving base pointers by Austin Clements · 10 years ago
  92. 28b5118 runtime: rename m.gcing to m.preemptoff and make it a string by Austin Clements · 10 years ago
  93. 6b7b0f9 runtime: move all parfor-related code to parfor.go by Austin Clements · 10 years ago
  94. 13aff78 runtime: avoid redundant scans by Rick Hudson · 10 years ago
  95. 5288fad runtime: add tracing of runtime events by Dmitry Vyukov · 10 years ago
  96. f30a2b9 runtime: add execution tracing functionality by Dmitry Vyukov · 10 years ago
  97. d5e4c40 runtime: remove size argument from hash and equal algorithms by Keith Randall · 10 years ago
  98. 1dd0163 runtime: remove trailing empty arrays in structs by Keith Randall · 10 years ago
  99. eafc482 runtime: change Gobuf.g to uintptr, not pointer by Russ Cox · 10 years ago
  100. dcec123 runtime: add GODEBUG wbshadow for finding missing write barriers by Russ Cox · 10 years ago