1. e64dad7 Revert "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years, 1 month ago
  2. 01dcfe5 Rename TimeSource to SchedulerTimeSource due to KT-42625 (#2537) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  3. e21c455 Properly nest ThreadContextElement (#2517) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  4. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  5. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 5 months ago
  6. 6854be1 Make internal functions public in already internal CoroutineScheduler in order to get prettier stacktraces without "$kotlinx_coroutines_core" in function names (#2487) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  7. 5e7c61f Preserve a frame with source code location when sanitizing traces (#2452) by dkhalanskyjb · 3 years, 5 months ago
  8. 615ace2 Using the same logic as packNanos in the code below (#2463) by Vyacheslav · 3 years, 6 months ago
  9. fa30140 Cleanup core module after update to Kotlin 1.4 (#2440) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  10. 1176267 Remove requirement that job of the pre-created JobCancelNode have to … (#2427) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  11. 179f142 Add build parameter to build coroutines with JVM IR compiler (#2389) by Alexander Likhachev · 3 years, 7 months ago
  12. 37b95a9 Simplify JobNode.toString to reduce code and avoid potential StackOverflow (#2377) by Roman Elizarov · 3 years, 7 months ago
  13. addff4b Prevent potential re-park when the unparking thread is too slow (#2381) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  14. 6843648 Release intercepted SafeCollector when onCompletion block is done (#2323) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  15. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  16. 9eaa9c6 Introduce CoroutineContext.job extension (#2312) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  17. e941da2 Remove workaround for KT-42671 that triggers test failures from IDEA and access properties in a safe manner from agent premain instead (#2311) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  18. 993c192 Cleanup lazy coroutines that have been cancelled but not yet garbage … (#2315) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  19. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 8 months ago
  20. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 3 years, 9 months ago
  21. d4c55ce Clarify documentation for IO dispatcher (#2286) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  22. a8bfc0e Cherry-picks from native-mt branch to reduce maintenance burden (#2204) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  23. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 4 years ago
  24. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 4 years ago
  25. ff4b2ce Do not print error message to the console when we've failed to install signal handler. (#2118) by Vsevolod Tolstopyatov · 4 years ago
  26. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years ago
  27. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  28. 397f10e Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withContext, runBlocking, withTimeout and select (#2030) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  29. 559023d Add compileOnly android annotations and suppress lint for agent premain (#2015) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  30. 134a4bc Improve docs & code style in runInterruptibe (#1994) by Roman Elizarov · 4 years, 2 months ago
  31. 5ecebe1 Fix logic that determines future removal for scheduled executors (#1995) by Roman Elizarov · 4 years, 2 months ago
  32. 8d6e464 Support thread interrupting blocking functions (#1972) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  33. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  34. 532368f Update Kotlin version to 1.3.71 (#1906) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  35. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 3 months ago
  36. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 3 months ago
  37. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  38. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 3 months ago
  39. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 3 months ago
  40. e0a6533 ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717) by Roman Elizarov · 4 years, 3 months ago
  41. cfb3ff9 Fill in stacktrace of cancellation exception with an empty array to properly work on Android <= 6.0 that had a bug on a code-path with an empty stacktrace by Vsevolod Tolstopyatov · 4 years, 3 months ago
  42. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 4 months ago
  43. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  44. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 4 months ago
  45. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 4 months ago
  46. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 4 months ago
  47. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  48. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  49. c526c3f Do not request additional worker from 'yield' calls and during post-e… (#1728) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  50. 70e3583 Make CoroutinesDumpTest deterministic by Vsevolod Tolstopyatov · 4 years, 6 months ago
  51. 7abce10 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 6 months ago
  52. cbd5b1c Merge pull request #1652 from Kotlin/scheduler-changes by Vsevolod Tolstopyatov · 4 years, 6 months ago
  53. 4224e01 Merge termination state machine and parking state machine into one, get rid of long-scanning sequence by Vsevolod Tolstopyatov · 4 years, 7 months ago
  54. 966020e Document CoroutineScheduler machinery by Vsevolod Tolstopyatov · 4 years, 7 months ago
  55. d77c17c Improve performance of task acquisition by Vsevolod Tolstopyatov · 4 years, 8 months ago
  56. ab30d72 New deterministic algorithm for working with blocking tasks by Vsevolod Tolstopyatov · 4 years, 8 months ago
  57. 4236c8c New work stealing and unparking strategies by Vsevolod Tolstopyatov · 4 years, 9 months ago
  58. f27d176 CoroutineScheduler parking strategy rework by Vsevolod Tolstopyatov · 4 years, 9 months ago
  59. 5202a8b Regroup benchmarks and adapt them to structured concurrency, cleanup CoroutineScheduler by Vsevolod Tolstopyatov · 4 years, 9 months ago
  60. e60ec8e User Class.forName instead of ServiceLoader to instantiate Dispatchers.Main on Android (#1572) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  61. 04e587c Make sure that exception recovery does not break exception message by Roman Elizarov · 4 years, 6 months ago
  62. 6cb317b Better diagnostic exception message in MissingMainCoroutineDispatcher by Vsevolod Tolstopyatov · 4 years, 7 months ago
  63. 1fd56f2 Properly support exception cause on JS and Native by Roman Elizarov · 4 years, 7 months ago
  64. 9d1146f Clarify documentation around Dispatcher.IO parallelism by Wojtek Kaliciński · 4 years, 8 months ago
  65. ecbfa6d Properly distinguish AbortFlowExceptions from different non-terminal operators by Vsevolod Tolstopyatov · 4 years, 8 months ago
  66. 6aedb61 Make TimeoutCancellationException copyable by Vsevolod Tolstopyatov · 4 years, 8 months ago
  67. f86af23 Update coroutines builders kdocs to link to correct param by Marek Langiewicz · 4 years, 9 months ago
  68. 5f2413a Get rid of AbstractCoroutine.defaultResumeMode by Roman Elizarov · 4 years, 9 months ago
  69. d9d3574 Fix race in channel select/cancel by Roman Elizarov · 4 years, 9 months ago
  70. 84b24bd Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 9 months ago
  71. 3dbe82b Fix StackOverflowException with select expressions by Roman Elizarov · 4 years, 10 months ago
  72. 858094e Eagerly create coroutine for lazily-started coroutine builders in order to trigger DebugProbes.probeCoroutineCreated by Vsevolod Tolstopyatov · 4 years, 9 months ago
  73. f9bd46f Fix typo. by RobX · 4 years, 10 months ago
  74. 1637eba Use Array.fill extension from stdlib by Jake Wharton · 4 years, 10 months ago
  75. 3807a74 Optimize select expression registration phase (#1445) by Roman Elizarov · 4 years, 10 months ago
  76. bcf4a8c Introduce CoroutineDispatcher.asExecutor() extension (#1457) by Roman Elizarov · 4 years, 10 months ago
  77. 897f02e Get rid of NonRecoverableThrowable, mention way to opt-out stacktrace… (#1420) by Vsevolod Tolstopyatov · 4 years, 11 months ago
  78. 1681cad Use 'Class.forName($name).canonicalName' instead of '$name' in stacktrace recovery to properly deal with Android's minifier by Vsevolod Tolstopyatov · 4 years, 11 months ago
  79. d78084b Better docs on coroutines debugging property by Roman Elizarov · 5 years ago
  80. 4809393 Protect event loop data structures from nonmonothonic nanoTime by Roman Elizarov · 5 years ago
  81. 98a9705 Move event loop infrastructure to common code by Roman Elizarov · 5 years ago
  82. 96a5c8e Optimize virtual time source so that DefaultTimeSource is not needed by Roman Elizarov · 5 years ago
  83. 583d39d Rewrite assertions so that they are checked only in debug mode by Roman Elizarov · 5 years ago
  84. cd5ac0b Replace hand-rolled arraycopy with stdlib copyInto by Louis CAD · 5 years ago
  85. 801dbba Remove workaround for KT-28237 by Vsevolod Tolstopyatov · 5 years ago
  86. 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
  87. d15d8d6 Make FastServiceLoader compatible with Java 1.6 by Vsevolod Tolstopyatov · 5 years ago
  88. e2a5671 Flow scope (#1227) by Vsevolod Tolstopyatov · 5 years ago
  89. b77a80c Flow: decouple buffer size from various operators and fuse by Roman Elizarov · 5 years ago
  90. b9b7d82 Enable R8 optimization of Dispatchers.Main loading by Wojtek Kaliciński · 5 years ago
  91. 15ee8a3 SafeCollector rework (#1196) by Vsevolod Tolstopyatov · 5 years ago
  92. f939617 Merge pull request #1161 from Kotlin/flow-performance-improvements by Vsevolod Tolstopyatov · 5 years ago
  93. 997d2f2 Ignore cancellation cause thrown from the upstream suspension point in retry and onError by Vsevolod Tolstopyatov · 5 years ago
  94. d811d3a Do not fill in stacktrace in AbortFlowException, update benchmark results by Vsevolod Tolstopyatov · 5 years ago
  95. a2499a3 Fixed Dispatcher docs by Andrew Orobator · 5 years ago
  96. 5ea1bed Rename TimedRunnable to TimedRunnableObsolete in obsolete kotlinx.coroutines.test package to avoid FQN clash by Vsevolod Tolstopyatov · 5 years ago
  97. 4f0a3b9 Fix header documentation typo in "TestCoroutineContext" by Ahmad Salah · 5 years ago
  98. 310f8b7 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  99. 564a5a6 Change more "create new" to "create a" by Inego · 5 years ago
  100. 6da0ccd Change "create new" to "create a" by Inego · 5 years ago