1. 181e26b runtime: replace func-based write barrier skipping with type-based by Russ Cox · 10 years ago
  2. 5da1c25 runtime: do not run main when buildmode=c-shared by David Crawshaw · 10 years ago
  3. 3b22ffc runtime: make cgocallback wait on package init by David Crawshaw · 10 years ago
  4. d1b1eee runtime: add isarchive, set by the linker by David Crawshaw · 10 years ago
  5. e8694c8 runtime: initialize shared library at library-load time by Srdjan Petrovic · 10 years ago
  6. 24ee948 runtime: update gctrace line for new garbage collector by Austin Clements · 10 years ago
  7. c61d86a os: give race detector chance to override Exit(0) by Dmitry Vyukov · 10 years ago
  8. 919fd24 runtime: remove runtime frames from stacks in traces by Dmitry Vyukov · 10 years ago
  9. 5789b28 runtime: start GC background sweep eagerly by Russ Cox · 10 years ago
  10. 84f5333 runtime: apply comments from CL 3742 by Russ Cox · 10 years ago
  11. 5ef145c runtime: bound sudog cache by Dmitry Vyukov · 10 years ago
  12. 2b655c0 runtime: tidy GC driver by Russ Cox · 10 years ago
  13. 8090f86 runtime: cleanup after conversion to Go by Dmitry Vyukov · 10 years ago
  14. 59495e8 runtime: never show system goroutines in traceback by Dmitry Vyukov · 10 years ago
  15. d2abbf3 runtime: cleanup some left-overs of the C past by Dmitry Vyukov · 10 years ago
  16. 5288fad runtime: add tracing of runtime events by Dmitry Vyukov · 10 years ago
  17. b2a950b runtime: rename gothrow to throw by Keith Randall · 10 years ago
  18. 7a524a1 runtime: remove thunk.s by Russ Cox · 10 years ago
  19. b8540fc [dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage by Russ Cox · 10 years ago
  20. 841de80 [dev.cc] runtime: windows does not use _cgo_setenv and _cgo_unsetenv by Alex Brainman · 10 years ago
  21. 50e0749 [dev.cc] all: merge default (e4ab8f908aac) into dev.cc by Russ Cox · 10 years ago
  22. b3932ba runtime: fix sudog leak by Russ Cox · 10 years ago
  23. 0fcf54b [dev.garbage] all: merge dev.cc into dev.garbage by Russ Cox · 10 years ago
  24. 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
  25. b2cdf30 [dev.cc] runtime: convert scheduler from C to Go by Russ Cox · 10 years ago
  26. 9ba9901 [dev.garbage] all: merge default into dev.garbage by Russ Cox · 10 years ago
  27. 13da360 runtime: clear sg.selectdone before saving in SudoG cache by Russ Cox · 10 years ago
  28. 0120f83 runtime: clear stale values from G.param and SudoG.elem by Russ Cox · 10 years ago
  29. 904ec00 [dev.garbage] merge default into dev.garbage by Russ Cox · 10 years ago
  30. a3630c9 [dev.garbage] runtime: make sure G.param and SudoG.elem do not hold stale pointers by Russ Cox · 11 years ago
  31. 193daab cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects by Russ Cox · 11 years ago
  32. f95beae runtime: use traceback to traverse defer structures by Russ Cox · 11 years ago
  33. 4475347 runtime: remove a few untyped allocations by Russ Cox · 11 years ago
  34. 91baf5c6 runtime: make Gosched nosplit by Russ Cox · 11 years ago
  35. c81a0ed liblink, runtime: diagnose and fix C code running on Go stack by Russ Cox · 11 years ago
  36. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/proc.go]
  37. 71de7e7 runtime: fix semacquire->acquireSudog->malloc->gogc->semacquire loop by Russ Cox · 11 years ago
  38. 8620e2b runtime: badreflectcall runs on the G stack - convert to Go. by Keith Randall · 11 years ago
  39. dbed4e9 runtime: get rid of other Go->C calls in test exports. by Keith Randall · 11 years ago
  40. db58ab9 runtime: more C to Go conversion adjustments by Russ Cox · 11 years ago
  41. 503bcd4 runtime: use C for readgstatus, goroutine status values by Russ Cox · 11 years ago
  42. 81ed684 runtime: reconvert sigqueue.goc from C to Go by Russ Cox · 11 years ago
  43. 012ceed runtime: make onM and mcall take Go func values by Russ Cox · 11 years ago
  44. 0e07f1c runtime: introduce, use funcPC to convert Go func to PC by Russ Cox · 11 years ago
  45. 9aa7d13 runtime: avoid race with forcegc helper by Russ Cox · 11 years ago
  46. 42486ff runtime: convert forcegc helper to Go by Dmitriy Vyukov · 11 years ago
  47. c46bcd4 runtime: move finalizer thread to Go. by Keith Randall · 11 years ago
  48. 8ecb9a7 runtime: rename Lock to Mutex by Russ Cox · 11 years ago
  49. d21638b cmd/cc, runtime: preserve C runtime type names in generated Go by Russ Cox · 11 years ago
  50. 0a7c7ac runtime: changes to g->atomicstatus (nee status) to support concurrent GC by Rick Hudson · 11 years ago
  51. ebac0e6 runtime: convert async semaphores to Go by Dmitriy Vyukov · 11 years ago
  52. 684de04 runtime: convert common scheduler functions to Go by Dmitriy Vyukov · 11 years ago
  53. 5d40742 runtime: convert Gosched to Go by Dmitriy Vyukov · 11 years ago