1. 29b21ec runtime: add a more stable isSystemGoroutine mode by Austin Clements · 7 years ago
  2. 22f4280 runtime: remove the dummy arg of getcallersp by Cherry Zhang · 7 years ago
  3. 3d8940a runtime: specify behavior of SetMutexProfileFraction for negative values by Aditya Mukerjee · 7 years ago
  4. 229aaac runtime: remove getcallerpc argument by Austin Clements · 7 years ago
  5. 9ffbdab runtime: make runtime.GC() trigger a concurrent GC by Austin Clements · 8 years ago
  6. eee85fc runtime: snapshot heap profile during mark termination by Austin Clements · 8 years ago
  7. 3ebe7d7 runtime: pull heap profile cycle into a type by Austin Clements · 8 years ago
  8. 673a8fd runtime: diagram flow of stats through heap profile by Austin Clements · 8 years ago
  9. da0d23e runtime: remove unused ratep parameter by Daniel Martí · 8 years ago
  10. a1b6e16 runtime: ensure elapsed cycles are not negative by Peter Weinberger · 8 years ago
  11. ca922b6 runtime: Profile goroutines holding contended mutexes. by Peter Weinberger · 8 years ago
  12. 1bc6be64 runtime: mark several types go:notinheap by Austin Clements · 8 years ago
  13. 9d8522f cmd/compile: don't instrument copy and append in runtime by Ian Lance Taylor · 8 years ago
  14. 2b74de3 runtime: rename fastrand1 to fastrand by Josh Bleecher Snyder · 9 years ago
  15. 1492e7db cmd/compile, etc: use nameOff for rtype string by David Crawshaw · 9 years ago
  16. a03bdc3 runtime: eliminate unnecessary type conversions by Matthew Dempsky · 9 years ago
  17. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  18. a858931 cmd/compile: embed type string header in rtype by David Crawshaw · 9 years ago
  19. 756ea30 runtime: simplify stack copying in ThreadCreateProfile by Matthew Dempsky · 9 years ago
  20. d9fdbf4 runtime: guard against array out of bounds in GoroutineProfile by Russ Cox · 9 years ago
  21. 313fd1c runtime: fix crash in GoroutineProfile by Russ Cox · 9 years ago
  22. fac8202 runtime: make NumGoroutine and Stack agree not to include system goroutines by Russ Cox · 9 years ago
  23. 6da6082 Revert "runtime: make NumGoroutine and Stack agree not to include system goroutines" by Russ Cox · 9 years ago
  24. c5bafc8 runtime: make NumGoroutine and Stack agree not to include system goroutines by Russ Cox · 9 years ago
  25. 08b80ca runtime: note interactions between GC and MemProfile by Shenghou Ma · 9 years ago
  26. 67faca7 runtime: break atomics out into package runtime/internal/atomic by Michael Matloob · 9 years ago
  27. ee0305e runtime: remove dead code by Dmitry Vyukov · 9 years ago
  28. a1da255 runtime: factor stoptheworld/starttheworld pattern by Austin Clements · 10 years ago
  29. 3c8a89d runtime: simplify CPU profiling code by Matthew Dempsky · 10 years ago
  30. 28b5118 runtime: rename m.gcing to m.preemptoff and make it a string by Austin Clements · 10 years ago
  31. b2a950b runtime: rename gothrow to throw by Keith Randall · 10 years ago
  32. 50bc3d5 runtime: fix deadlock in runtime.Stack by Keith Randall · 10 years ago
  33. 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
  34. 1e2d2f0 [dev.cc] runtime: convert memory allocator and garbage collector to Go by Russ Cox · 10 years ago
  35. 39bcbb3 runtime: avoid gentraceback of self on user goroutine stack by Russ Cox · 10 years ago
  36. a22c11b runtime: fix line number in first stack frame in printed stack trace by Russ Cox · 10 years ago
  37. 3ec8fe4 runtime: fix flaky TestBlockProfile test by Keith Randall · 10 years ago
  38. 8f47c83 runtime: fix memory profiler by Dmitriy Vyukov · 10 years ago
  39. 1a5e394 runtime: more cleanups by Keith Randall · 11 years ago
  40. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/mprof.go]
  41. e3edfea runtime: correct various Go -> C function calls by Russ Cox · 11 years ago
  42. fa2af44 runtime: convert traceback*.c to Go by Russ Cox · 11 years ago
  43. a8c5e87 runtime: fix Stack by Russ Cox · 11 years ago
  44. 548d080 runtime: convert mprof.goc to mprof.go by Russ Cox · 11 years ago
  45. 4dba769 runtime: paste mprof.goc into mprof.go as comments by Russ Cox · 11 years ago
  46. 597b266 runtime: convert print.c to Go by Russ Cox · 11 years ago
  47. 8ecb9a7 runtime: rename Lock to Mutex by Russ Cox · 11 years ago
  48. d21638b cmd/cc, runtime: preserve C runtime type names in generated Go by Russ Cox · 11 years ago
  49. 9a5654a runtime: restore header to first goroutine in Stack by Brad Fitzpatrick · 11 years ago
  50. 39ffa8b runtime: convert Stack to Go. by Rémy Oudompheng · 11 years ago
  51. a9cef49 runtime: give an explicit name to profiling Bucket sub-structs. by Rémy Oudompheng · 11 years ago
  52. 04487d5 runtime: convert MemProfile, BlockProfile, ThreadCreateProfile to Go. by Rémy Oudompheng · 11 years ago