1. 179f142 Add build parameter to build coroutines with JVM IR compiler (#2389) by Alexander Likhachev · 3 years, 7 months ago
  2. 4fe809f Unlock Mutex and release Semaphore during cancellation on a fast branch of slow-path in Mutex/Semaphore (#2396) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  3. 37b95a9 Simplify JobNode.toString to reduce code and avoid potential StackOverflow (#2377) by Roman Elizarov · 3 years, 8 months ago
  4. addff4b Prevent potential re-park when the unparking thread is too slow (#2381) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  5. e710048 SharedFlow: Fix scenario with concurrent emitters and cancellation of subscriber (#2359) by Roman Elizarov · 3 years, 8 months ago
  6. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  7. 92db4e1 Add debounce with selector and kotlin.time (#2336) by Roman Elizarov · 3 years, 8 months ago
  8. 6843648 Release intercepted SafeCollector when onCompletion block is done (#2323) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  9. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  10. 9eaa9c6 Introduce CoroutineContext.job extension (#2312) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  11. 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
  12. 993c192 Cleanup lazy coroutines that have been cancelled but not yet garbage … (#2315) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  13. 863258b Fixed RejectedExecutionTest on JDK1.6 by Roman Elizarov · 3 years, 9 months ago
  14. 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 3 years, 9 months ago
  15. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 9 months ago
  16. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 3 years, 9 months ago
  17. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 3 years, 9 months ago
  18. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 3 years, 9 months ago
  19. d4c55ce Clarify documentation for IO dispatcher (#2286) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  20. d2ed1d8 Fix wrong Proguard rules (#2273) by dkhalanskyjb · 3 years, 9 months ago
  21. a8bfc0e Cherry-picks from native-mt branch to reduce maintenance burden (#2204) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  22. 230ade7 Fix sporadic ConcurrentWeakMapTest failures (#2187) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  23. 6f01402 Update api dump for 1.4.0 compiler by Stanislav Erokhin · 4 years ago
  24. e60bcbd Fix hanging RunInterruptibleStressTest on Windows with JDK 1.6 (#2145) by Roman Elizarov · 4 years ago
  25. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 4 years ago
  26. 5705372 Increase timeout in the example to make sure it fails with threads (#2141) by Roman Elizarov · 4 years ago
  27. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 4 years ago
  28. 64571aa Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years ago
  29. ccdc563 Rename 'foo' function to 'simple' in flow docs (#2078) by Roman Elizarov · 4 years ago
  30. 3744f8e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years ago
  31. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years ago
  32. 634b907 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years ago
  33. 755d76b Fix ensureAction to work in the empty context case (#2119) by Roman Elizarov · 4 years ago
  34. ff4b2ce Do not print error message to the console when we've failed to install signal handler. (#2118) by Vsevolod Tolstopyatov · 4 years ago
  35. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years ago
  36. 9bbb669 Improve the docs and guide on flow cancellation (#2043) by Roman Elizarov · 4 years, 1 month ago
  37. 41f3755 Make RunInterruptibleStressTest more straightforward, get rid of Dispatchers.IO by Vsevolod Tolstopyatov · 4 years, 1 month ago
  38. 3a8a0ea Remove keep rules mentioning kotlinx.coroutines.android from core module (#2061) by Morten Krogh-Jespersen · 4 years, 1 month ago
  39. 1bd4349 Fixed val counter AtomicInteger in shared state example (#2063) by Roman Elizarov · 4 years, 1 month ago
  40. adbbbaa Properly check identity of caught AbortFlowException in Flow.first op… (#2057) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  41. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  42. 397f10e Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withContext, runBlocking, withTimeout and select (#2030) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  43. 559023d Add compileOnly android annotations and suppress lint for agent premain (#2015) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  44. 1541886 StateFlow implementation (#1974) by Roman Elizarov · 4 years, 2 months ago
  45. 171fcc1 Fix typos in comments to ticker channels (#1987) by Vadim Semenov · 4 years, 2 months ago
  46. 134a4bc Improve docs & code style in runInterruptibe (#1994) by Roman Elizarov · 4 years, 2 months ago
  47. 5ecebe1 Fix logic that determines future removal for scheduled executors (#1995) by Roman Elizarov · 4 years, 2 months ago
  48. 8d6e464 Support thread interrupting blocking functions (#1972) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  49. 515e86a Add a lincheck test for `remove` in the segment list algorithm (#1964) by Nikita Koval · 4 years, 2 months ago
  50. cd5ab49 Setup cancellation eagerly in suspendCancellableCoroutine to properly integrate with APIs that may block the current thread, but react on cancellation (#1680) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  51. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 2 months ago
  52. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  53. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 2 months ago
  54. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 2 months ago
  55. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 3 months ago
  56. 532368f Update Kotlin version to 1.3.71 (#1906) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  57. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 3 months ago
  58. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 3 months ago
  59. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 3 months ago
  60. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 3 months ago
  61. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  62. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 3 months ago
  63. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 3 months ago
  64. e0a6533 ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717) by Roman Elizarov · 4 years, 3 months ago
  65. 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
  66. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  67. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  68. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 4 months ago
  69. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  70. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 4 months ago
  71. ca1093c Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 4 months ago
  72. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 4 months ago
  73. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 5 months ago
  74. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 5 months ago
  75. 455c255 Introduce ExecutorRule for stress-tests for simpler development process by Vsevolod Tolstopyatov · 4 years, 5 months ago
  76. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  77. b64a23b Improve FieldWalker, don't access JDK classes (#1799) by Roman Elizarov · 4 years, 5 months ago
  78. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  79. 0126dba ConflatedChannel with lock to protect the one-element buffer, double-linked list used for suspending receivers only. by SokolovaMaria · 4 years, 7 months ago
  80. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 5 months ago
  81. 9be85a4 Replace "for" with "repeat" by Tatsuya Fujisaki · 4 years, 6 months ago
  82. 4f24a7a Update lincheck to 2.5.3 and re-write the corresponding tests by Nikita Koval · 4 years, 8 months ago
  83. c526c3f Do not request additional worker from 'yield' calls and during post-e… (#1728) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  84. 70e3583 Make CoroutinesDumpTest deterministic by Vsevolod Tolstopyatov · 4 years, 6 months ago
  85. f8b3c44 Fix TestBase example in kdoc by Marek Langiewicz · 4 years, 7 months ago
  86. 24f5f9c Better diagnostics on ChannelSelectStressTest failure by Roman Elizarov · 4 years, 7 months ago
  87. 7abce10 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 7 months ago
  88. 41dca58 Proguard rule to keep volatile name of SafeContinuation by Roman Elizarov · 4 years, 7 months ago
  89. cbd5b1c Merge pull request #1652 from Kotlin/scheduler-changes by Vsevolod Tolstopyatov · 4 years, 7 months ago
  90. 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
  91. 4dcfced Ensure that interruption flag is cleaned up properly by Vsevolod Tolstopyatov · 4 years, 7 months ago
  92. 966020e Document CoroutineScheduler machinery by Vsevolod Tolstopyatov · 4 years, 7 months ago
  93. d77c17c Improve performance of task acquisition by Vsevolod Tolstopyatov · 4 years, 8 months ago
  94. ab30d72 New deterministic algorithm for working with blocking tasks by Vsevolod Tolstopyatov · 4 years, 9 months ago
  95. 4236c8c New work stealing and unparking strategies by Vsevolod Tolstopyatov · 4 years, 9 months ago
  96. f27d176 CoroutineScheduler parking strategy rework by Vsevolod Tolstopyatov · 4 years, 9 months ago
  97. 5202a8b Regroup benchmarks and adapt them to structured concurrency, cleanup CoroutineScheduler by Vsevolod Tolstopyatov · 4 years, 9 months ago
  98. e60ec8e User Class.forName instead of ServiceLoader to instantiate Dispatchers.Main on Android (#1572) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  99. 04e587c Make sure that exception recovery does not break exception message by Roman Elizarov · 4 years, 7 months ago
  100. 6cb317b Better diagnostic exception message in MissingMainCoroutineDispatcher by Vsevolod Tolstopyatov · 4 years, 7 months ago