1. ca095be Merge tag '1.6.4' into kotlinx.coroutines-upgrade by Steve Elliott · 1 year, 11 months ago
  2. 810f28f Verify that tests haven't written anything in the System.out (#2882) by Vsevolod Tolstopyatov · 2 years, 10 months ago
  3. c3d711b Revert displaying fake stack frames as method calls (#2695) by dkhalanskyjb · 3 years, 1 month ago
  4. 3116b8c CoroutinesTimeout for JUnit5 (#2402) by dkhalanskyjb · 3 years, 2 months ago
  5. e62f8f7 Migration to Kotlin 1.5.0-RC (#2653) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  6. b61a66c Display artificial stack frames as calls to functions instead of text (#2461) by dkhalanskyjb · 3 years, 2 months ago
  7. 5e7c61f Preserve a frame with source code location when sanitizing traces (#2452) by dkhalanskyjb · 3 years, 5 months ago
  8. 556f07a Update to Kotlin 1.4.20 (#2424) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  9. 45ba58e Fix BlockHound false positives (#2331) by dkhalanskyjb · 3 years, 8 months ago
  10. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  11. 993c192 Cleanup lazy coroutines that have been cancelled but not yet garbage … (#2315) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  12. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 8 months ago
  13. 0436576 Remove redundant and flaky (due to its nature, not implementation problems) DebugLeaksStressTest by Vsevolod Tolstopyatov · 3 years, 10 months ago
  14. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 4 years ago
  15. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  16. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 2 months ago
  17. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 3 months ago
  18. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 3 months ago
  19. 8aaf2f7 Implement DebugTestBase in DebugProbesTest by Vsevolod Tolstopyatov · 4 years, 3 months ago
  20. 4116fbf Make DebugProbes ready to production (#1862) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  21. 1ac3dc2 Build project using JDK 11 (#1733) by Roman Elizarov · 4 years, 4 months ago
  22. 09cb4bf Fix tests hanging when `verifyDump` fails by Dmitry Khalanskiy · 4 years, 5 months ago
  23. 70e3583 Make CoroutinesDumpTest deterministic by Vsevolod Tolstopyatov · 4 years, 6 months ago
  24. 946e578 Introduce reusable cancellable continuations for hot loops with channels (#1534) by Vsevolod Tolstopyatov · 4 years, 9 months ago
  25. fcc004c Install debug probes in CoroutinesTimeout constructor to capture coroutines launched from within a test constructor by Vsevolod Tolstopyatov · 4 years, 9 months ago
  26. 858094e Eagerly create coroutine for lazily-started coroutine builders in order to trigger DebugProbes.probeCoroutineCreated by Vsevolod Tolstopyatov · 4 years, 9 months ago
  27. 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, 9 months ago
  28. a2587d2 Robust waiting in CoroutinesDumpTest by Roman Elizarov · 4 years, 10 months ago
  29. 0172998 Fully copy CoroutineInfo for DebugProbes.dumpCoroutinesInfo, it is re… (#1368) by Vsevolod Tolstopyatov · 4 years, 11 months ago
  30. ae225bd Sleep in RunningThreadStackMergeTest that relies on time by Vsevolod Tolstopyatov · 5 years ago
  31. bb97ffb Unmute debugger test that were broken in 1.3.31, increase debug test timeout (slow CI), make shutdown more graceful by reducing timeout per thread (slow CI + unfortunate timings) by Vsevolod Tolstopyatov · 5 years ago
  32. 8d6aeaa Merge branch 'version-1.2.2' into develop by Roman Elizarov · 5 years ago
  33. 38bdc35 Disable incompatible change by Vsevolod Tolstopyatov · 5 years ago
  34. f939617 Merge pull request #1161 from Kotlin/flow-performance-improvements by Vsevolod Tolstopyatov · 5 years ago
  35. b7e93f0 Update Kotlin to 1.3.31 by Vsevolod Tolstopyatov · 5 years ago
  36. 7af7ede Add overload with long for CoroutinesTimeout.seconds by Vsevolod Tolstopyatov · 5 years ago
  37. 2496dc2 Rename CoroutineState to CoroutineInfo and improve its API by Vsevolod Tolstopyatov · 5 years ago
  38. ffaedf1 Improve stacktrace merge heuristic: skip state machine meaningless frame when attempting to merge stacktraces by Vsevolod Tolstopyatov · 5 years ago
  39. 8d506b3 Make SupervisorCoroutine implement ScopeCoroutine by Vsevolod Tolstopyatov · 5 years ago
  40. 2bdd460 CoroutinesTimeout debug rule for JUnit 4 (#991) by Vsevolod Tolstopyatov · 5 years ago
  41. 3f65e17 Merge pull request #967 from Kotlin/stacktrace-recovery-improvements by Vsevolod Tolstopyatov · 5 years ago
  42. f18878f Obtain real stacktrace of running coroutines in debug agent by Vsevolod Tolstopyatov · 5 years ago
  43. f528898 Update documentation by Vsevolod Tolstopyatov · 5 years ago
  44. 3819379 Implement CoroutineStackFrame in SelectBuilderImpl by Vsevolod Tolstopyatov · 5 years ago
  45. c055f02 Move debug example to a proper package by Vsevolod Tolstopyatov · 5 years ago
  46. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago