1. ee55000 runtime: eliminate GOMAXPROCS limit by Austin Clements · 8 years ago
  2. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  3. c5a94ba runtime: document that NumCPU does not change by Russ Cox · 9 years ago
  4. 67faca7 runtime: break atomics out into package runtime/internal/atomic by Michael Matloob · 9 years ago
  5. 2de67e9 runtime: clarify that NumCPU returns only available CPUs by Ian Lance Taylor · 10 years ago
  6. a1da255 runtime: factor stoptheworld/starttheworld pattern by Austin Clements · 10 years ago
  7. 28b5118 runtime: rename m.gcing to m.preemptoff and make it a string by Austin Clements · 10 years ago
  8. 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
  9. b2cdf30 [dev.cc] runtime: convert scheduler from C to Go by Russ Cox · 10 years ago
  10. da8cf54 runtime: always run semacquire on the G stack by Keith Randall · 11 years ago
  11. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/debug.go]
  12. e3edfea runtime: correct various Go -> C function calls by Russ Cox · 11 years ago
  13. ac49e67 runtime: convert cpuprof from C to Go by Matthew Dempsky · 11 years ago
  14. 548d080 runtime: convert mprof.goc to mprof.go by Russ Cox · 11 years ago
  15. 6179aca runtime: convert runtime1.goc, noasm_arm.goc to Go by Russ Cox · 11 years ago
  16. 39ffa8b runtime: convert Stack to Go. by Rémy Oudompheng · 11 years ago
  17. 04487d5 runtime: convert MemProfile, BlockProfile, ThreadCreateProfile to Go. by Rémy Oudompheng · 11 years ago
  18. f80f23e runtime: re-format comments. add necessary newlines. by Oling Cat · 12 years ago
  19. aa3d05a runtime: remove extra parentheses. by Oling Cat · 12 years ago
  20. 4cc7bf3 pprof: add goroutine blocking profiling by Dmitriy Vyukov · 12 years ago
  21. e4b02bf runtime: goroutine profile, stack dumps by Russ Cox · 13 years ago
  22. 03f2289 runtime: API by Russ Cox · 13 years ago
  23. 4b171e5 runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respectively. by David Symonds · 13 years ago
  24. 5b93fc9 runtime, pprof: add profiling of thread creation by Russ Cox · 13 years ago
  25. 0ae9d81 runtime: move NumCPU declaration into debug.go. by David Symonds · 13 years ago
  26. a03c519 effective_go: provide reference to runtime.NumCPU() by Dmitriy Vyukov · 13 years ago
  27. 6808da0 runtime: lock the main goroutine to the main OS thread during init by Russ Cox · 13 years ago
  28. c19b373 runtime: cpu profiling support by Russ Cox · 14 years ago
  29. 591c74a runtime: split non-debugging malloc interface out of debug.go into mem.go by Russ Cox · 14 years ago
  30. 1e063b3 runtime: faster allocator, garbage collector by Russ Cox · 14 years ago
  31. 4608feb runtime: simpler heap map, memory allocation by Russ Cox · 14 years ago
  32. bcd910c runtime: add per-pause gc stats by Russ Cox · 14 years ago
  33. dc9a3b2 gc: align structs according to max alignment of fields by Russ Cox · 14 years ago
  34. 51a2183 runtime: add Goroutines by Keith Rarick · 14 years ago
  35. d4cc557 runtime: use manual stack for garbage collection by Russ Cox · 15 years ago
  36. e63ae24 runtime: split extern.go into debug.go, extern.go, sig.go. by Russ Cox · 15 years ago