1. cd3cb31 Revert "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years, 2 months ago
  2. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  3. 5e7c61f Preserve a frame with source code location when sanitizing traces (#2452) by dkhalanskyjb · 3 years, 5 months ago
  4. 9eaa9c6 Introduce CoroutineContext.job extension (#2312) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  5. 993c192 Cleanup lazy coroutines that have been cancelled but not yet garbage … (#2315) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  6. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 4 years ago
  7. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years ago
  8. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 2 months ago[Renamed (87%) from kotlinx-coroutines-debug/src/internal/DebugProbesImpl.kt]
  9. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 3 months ago
  10. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 3 months ago
  11. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 3 months ago
  12. 4116fbf Make DebugProbes ready to production (#1862) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  13. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 4 months ago
  14. af9a201 Introduce DebugProbes.isInstalled method by Vsevolod Tolstopyatov · 4 years, 7 months ago
  15. 3826ae5 Do not aggregate all coroutine info into a single string before dumping it to the out in DebugProbes.dumpCoroutines by Vsevolod Tolstopyatov · 4 years, 10 months ago
  16. 0172998 Fully copy CoroutineInfo for DebugProbes.dumpCoroutinesInfo, it is re… (#1368) by Vsevolod Tolstopyatov · 4 years, 11 months ago
  17. 2496dc2 Rename CoroutineState to CoroutineInfo and improve its API by Vsevolod Tolstopyatov · 5 years ago
  18. e35baa4 Get rid of quadratic complexity during stack unrolling in debug agent in 1.3.30 by Vsevolod Tolstopyatov · 5 years ago
  19. ffaedf1 Improve stacktrace merge heuristic: skip state machine meaningless frame when attempting to merge stacktraces by Vsevolod Tolstopyatov · 5 years ago
  20. 8d506b3 Make SupervisorCoroutine implement ScopeCoroutine by Vsevolod Tolstopyatov · 5 years ago
  21. f18878f Obtain real stacktrace of running coroutines in debug agent by Vsevolod Tolstopyatov · 5 years ago
  22. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago[Renamed from core/kotlinx-coroutines-debug/src/internal/DebugProbesImpl.kt]
  23. cd162d3 After merge fix: resolve clashes between type alias CoroutineStackFrame and jvm.internal.CoroutineStackFrame by Vsevolod Tolstopyatov · 6 years ago
  24. 7a6fd89 Debug agent cleanup by Vsevolod Tolstopyatov · 6 years ago
  25. 7520c97 Get rid of top level 'debug' folder by Vsevolod Tolstopyatov · 6 years ago[Renamed from core/kotlinx-coroutines-debug/src/debug/internal/DebugProbesImpl.kt]
  26. 12695b7 Debug agent code style by Roman Elizarov · 6 years ago
  27. 5a80d2a Debug agent optimizations by Vsevolod Tolstopyatov · 6 years ago
  28. 8e2428c Merge scoped coroutines into one in agent representation to avoid misleading dumps by Vsevolod Tolstopyatov · 6 years ago
  29. c7239ac Debug agent to track alive coroutines by Vsevolod Tolstopyatov · 6 years ago