1. e710048 SharedFlow: Fix scenario with concurrent emitters and cancellation of subscriber (#2359) by Roman Elizarov · 3 years, 11 months ago
  2. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 4 years ago
  3. 92db4e1 Add debounce with selector and kotlin.time (#2336) by Roman Elizarov · 4 years ago
  4. 53f007f Fix SharedFlow with replay for subscribers working at different speed (#2325) by Roman Elizarov · 4 years ago
  5. 8df6f5a Fix race condition in testUpstreamFailedImmediatelyWithInitialValue by Vsevolod Tolstopyatov · 4 years ago
  6. 3275d22 Propagate exception from stateIn to the caller when the upstream failed to produce initial value (#2329) by Vsevolod Tolstopyatov · 4 years ago
  7. 6843648 Release intercepted SafeCollector when onCompletion block is done (#2323) by Vsevolod Tolstopyatov · 4 years ago
  8. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 4 years ago
  9. 9eaa9c6 Introduce CoroutineContext.job extension (#2312) by Vsevolod Tolstopyatov · 4 years ago
  10. 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 · 4 years ago
  11. 993c192 Cleanup lazy coroutines that have been cancelled but not yet garbage … (#2315) by Vsevolod Tolstopyatov · 4 years ago
  12. 20ad25f Disable SecurityManager when IDEA is active by Vsevolod Tolstopyatov · 4 years ago
  13. 863258b Fixed RejectedExecutionTest on JDK1.6 by Roman Elizarov · 4 years ago
  14. 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 4 years ago
  15. 030aee4 Fixed FlowOnTest after the merge of branches by Roman Elizarov · 4 years ago
  16. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 4 years ago
  17. 738f5a2 Refactor mpp/native build, introduce "concurrent" source set, test launcher (#2074) by Roman Elizarov · 4 years ago
  18. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 4 years ago
  19. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 4 years ago
  20. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 4 years ago
  21. 7897f70 Pr/2230 (#2287) by Vsevolod Tolstopyatov · 4 years ago
  22. d4c55ce Clarify documentation for IO dispatcher (#2286) by Vsevolod Tolstopyatov · 4 years ago
  23. d2ed1d8 Fix wrong Proguard rules (#2273) by dkhalanskyjb · 4 years ago
  24. f02aadc Remove parent.start() from CancellableContinuationImpl.kt (#2036) by Vsevolod Tolstopyatov · 4 years ago
  25. 5b71210 Lint settings for 1.4 (#2038) by Vsevolod Tolstopyatov · 4 years ago
  26. 2d0686b Add awaitCancellation (#2225) by Louis CAD · 4 years, 1 month ago
  27. 879881e Fixed CoroutinesScope.ensureActive docs (#2242) by Roman Elizarov · 4 years, 1 month ago
  28. fe2fedc New Kotlin/JVM & Kotlin/Multiplatform plugins (#2018) by Victor Turansky · 4 years, 1 month ago
  29. a8bfc0e Cherry-picks from native-mt branch to reduce maintenance burden (#2204) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  30. 230ade7 Fix sporadic ConcurrentWeakMapTest failures (#2187) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  31. 6f01402 Update api dump for 1.4.0 compiler by Stanislav Erokhin · 4 years, 2 months ago
  32. 716d21c Fix docs for CancellableContinuation (#2112) by Ibraheem Zaman · 4 years, 2 months ago
  33. e60bcbd Fix hanging RunInterruptibleStressTest on Windows with JDK 1.6 (#2145) by Roman Elizarov · 4 years, 2 months ago
  34. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 4 years, 2 months ago
  35. 5705372 Increase timeout in the example to make sure it fails with threads (#2141) by Roman Elizarov · 4 years, 2 months ago
  36. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 4 years, 2 months ago
  37. 64571aa Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 2 months ago
  38. ccdc563 Rename 'foo' function to 'simple' in flow docs (#2078) by Roman Elizarov · 4 years, 2 months ago
  39. 5e91dc4 Replace scanReduce with runningReduce to be consistent with Kotlin standard library. (#2139) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  40. b42f986 Flow.transformWhile operator (#2066) by Roman Elizarov · 4 years, 2 months ago
  41. 5183b62 Replace references to deprecated delayEach operator (#2127) by Thibault Seisel · 4 years, 3 months ago
  42. 75dede3 Removed unused NativeThreadLocal declaration by Roman Elizarov · 4 years, 3 months ago
  43. 3744f8e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 3 months ago
  44. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years, 3 months ago
  45. 634b907 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 3 months ago
  46. 755d76b Fix ensureAction to work in the empty context case (#2119) by Roman Elizarov · 4 years, 3 months ago
  47. ff4b2ce Do not print error message to the console when we've failed to install signal handler. (#2118) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  48. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  49. 68360e0 Fix missing unbox state in native runBlocking (#2091) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  50. 9bbb669 Improve the docs and guide on flow cancellation (#2043) by Roman Elizarov · 4 years, 4 months ago
  51. 41f3755 Make RunInterruptibleStressTest more straightforward, get rid of Dispatchers.IO by Vsevolod Tolstopyatov · 4 years, 4 months ago
  52. 0bf172b Fix jvm dependency on Android annotations (#2075) by Roman Elizarov · 4 years, 4 months ago
  53. 3a8a0ea Remove keep rules mentioning kotlinx.coroutines.android from core module (#2061) by Morten Krogh-Jespersen · 4 years, 4 months ago
  54. 1bd4349 Fixed val counter AtomicInteger in shared state example (#2063) by Roman Elizarov · 4 years, 4 months ago
  55. adbbbaa Properly check identity of caught AbortFlowException in Flow.first op… (#2057) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  56. 17248c8 Fixes for 1.4-M2 & HMPP (#2031) by Sergey Igushkin · 4 years, 4 months ago
  57. 7382bb3 Improved Job docs (#2035) by Roman Elizarov · 4 years, 4 months ago
  58. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  59. 397f10e Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withContext, runBlocking, withTimeout and select (#2030) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  60. e470df9 Mutex.withLock() and Semaphore.withPermit() with EXACTLY_ONCE contract (#2010) by ZhouGongZaiShi · 4 years, 5 months ago
  61. 559023d Add compileOnly android annotations and suppress lint for agent premain (#2015) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  62. 10acaf2 Remove a reference to a missing close method from MutableStateFlow doc (#2013) by Roman Elizarov · 4 years, 5 months ago
  63. 3b753d9 Fix typo in doc (their->they) (#2014) by selectAll · 4 years, 5 months ago
  64. 1541886 StateFlow implementation (#1974) by Roman Elizarov · 4 years, 5 months ago
  65. 171fcc1 Fix typos in comments to ticker channels (#1987) by Vadim Semenov · 4 years, 5 months ago
  66. 134a4bc Improve docs & code style in runInterruptibe (#1994) by Roman Elizarov · 4 years, 5 months ago
  67. 5ecebe1 Fix logic that determines future removal for scheduled executors (#1995) by Roman Elizarov · 4 years, 5 months ago
  68. 8d6e464 Support thread interrupting blocking functions (#1972) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  69. be85455 Fix class cast exception during undispatched resume of cancellable continuation with onCancellation block (#1967) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  70. 5b00e48 Remove experimental status from Flow API (#1963) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  71. 515e86a Add a lincheck test for `remove` in the segment list algorithm (#1964) by Nikita Koval · 4 years, 5 months ago
  72. 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, 5 months ago
  73. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 5 months ago
  74. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  75. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 5 months ago
  76. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 5 months ago
  77. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 6 months ago
  78. 532368f Update Kotlin version to 1.3.71 (#1906) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  79. de29acd Flow onEmpty (#1904) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  80. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 6 months ago
  81. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 6 months ago
  82. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 6 months ago
  83. 52dcddc Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 6 months ago
  84. a3384a8 Removed extra non working SharedImmutable annotations (#1892) by LepilkinaElena · 4 years, 6 months ago
  85. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 6 months ago
  86. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  87. 3fdd3fe Refactor select impl to make its internal state easier to understand by Roman Elizarov · 4 years, 6 months ago
  88. e8705fe Remove unused AbstractChannel.describeSendConflated by Roman Elizarov · 4 years, 6 months ago
  89. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 7 months ago
  90. 6802f7b Flow firstOrNull support (#1869) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  91. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 7 months ago
  92. e0a6533 ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717) by Roman Elizarov · 4 years, 7 months ago
  93. 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, 7 months ago
  94. 1e7ca75 kotlin.time.Duration support (#1811) by Roman Elizarov · 4 years, 7 months ago
  95. 10fd73e Document the fact that dispatch should eventually invoke the given runnable (#1854) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  96. 737ad1e Update binary-compatibility-validator by Vsevolod Tolstopyatov · 4 years, 7 months ago
  97. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  98. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 7 months ago
  99. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 7 months ago
  100. c67aed0 Migrate experimental annotations to new API and provide custom warning message (#1842) by Vsevolod Tolstopyatov · 4 years, 7 months ago