1. c8879d6 Revert "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years, 2 months ago
  2. f74e153 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 4 months ago
  3. f5983c5 Clarify exception recovery documentation regarding suppressed exceptions (#2544) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  4. dda99e2 Improve readability of collectLatest documentation. (#2554) by Tobias Preuss · 3 years, 4 months ago
  5. 13765d5 Add missing article. (#2553) by Tobias Preuss · 3 years, 4 months ago
  6. ce64e79 Fix typo in Combine (#2540) by Mao Yufeng · 3 years, 4 months ago
  7. 88b0966 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 4 months ago
  8. e21c455 Properly nest ThreadContextElement (#2517) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  9. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  10. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 5 months ago
  11. 7061cc2 Properly cancel ChannelCoroutine when the channel was closed or cancelled (#2507) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  12. 5531a6e Promote CoroutineStart.UNDISPATCHED to non experimental API (#2505) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  13. 66fe1c8 Correct typos in Merge.kt (#2489) by Yunjoo Park · 3 years, 5 months ago
  14. 2ec1290 Add callsInPlace to ReceiveChannel.consume (#2496) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  15. 7548b83 Clarify yield documentation (#2466) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  16. 7d0ad29 Fix LinkedListChannel.onUndeliveredElement call on channel cancel (#2444) by Roman Elizarov · 3 years, 5 months ago
  17. 22087ef Fix documentation typos (#2471) by Travis Wyatt · 3 years, 6 months ago
  18. fa30140 Cleanup core module after update to Kotlin 1.4 (#2440) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  19. 1176267 Remove requirement that job of the pre-created JobCancelNode have to … (#2427) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  20. a9c6159 Do not cache callerFrame in DispatchedContinuation by Vsevolod Tolstopyatov · 3 years, 7 months ago
  21. e00d7d8 Use combineUnsafe for 4 parameter combine (#2420) by Alex Vanyo · 3 years, 7 months ago
  22. b13018d Add the model checking mode in Lincheck tests (#2326) by Nikita Koval · 3 years, 7 months ago
  23. 4bbd4e2 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 7 months ago
  24. e88e58d Correct a typo in the doc of SharingStarted. (#2403) by Louis Wasserman · 3 years, 7 months ago
  25. 179f142 Add build parameter to build coroutines with JVM IR compiler (#2389) by Alexander Likhachev · 3 years, 7 months ago
  26. 81577b2 Clarify withContext(NonCancellable) behavior (#2400) by Roman Elizarov · 3 years, 7 months ago
  27. 31a8df0 Clarify thread-safety of SharedFlow methods in docs (#2399) by Roman Elizarov · 3 years, 7 months ago
  28. 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
  29. 8ca5296 Make SharingStarted a fun interface (#2397) by Roman Elizarov · 3 years, 7 months ago
  30. 598b861 Add lint warnings on SharedFlow operations that never complete (#2376) by Roman Elizarov · 3 years, 7 months ago
  31. bc553ba Conditionally create an instance of CancellationException in Channel.cancel() (#2384) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  32. dede17e Don't unconditionally cast uCont in ScopeCoroutine cast to CoroutineStackFrame by Will Buck · 3 years, 8 months ago
  33. 37b95a9 Simplify JobNode.toString to reduce code and avoid potential StackOverflow (#2377) by Roman Elizarov · 3 years, 8 months ago
  34. 937cc0c Fix replacement for deprecated broadcastIn operator (#2382) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  35. 865c229 Additional docs on unbuffered shared flow (#2346) by Roman Elizarov · 3 years, 8 months ago
  36. e710048 SharedFlow: Fix scenario with concurrent emitters and cancellation of subscriber (#2359) by Roman Elizarov · 3 years, 8 months ago
  37. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  38. 92db4e1 Add debounce with selector and kotlin.time (#2336) by Roman Elizarov · 3 years, 8 months ago
  39. 53f007f Fix SharedFlow with replay for subscribers working at different speed (#2325) by Roman Elizarov · 3 years, 8 months ago
  40. 3275d22 Propagate exception from stateIn to the caller when the upstream failed to produce initial value (#2329) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  41. 6843648 Release intercepted SafeCollector when onCompletion block is done (#2323) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  42. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  43. 9eaa9c6 Introduce CoroutineContext.job extension (#2312) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  44. 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 3 years, 9 months ago
  45. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 9 months ago
  46. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 3 years, 9 months ago
  47. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 3 years, 9 months ago
  48. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 3 years, 9 months ago
  49. 7897f70 Pr/2230 (#2287) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  50. f02aadc Remove parent.start() from CancellableContinuationImpl.kt (#2036) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  51. 5b71210 Lint settings for 1.4 (#2038) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  52. 2d0686b Add awaitCancellation (#2225) by Louis CAD · 3 years, 10 months ago
  53. 879881e Fixed CoroutinesScope.ensureActive docs (#2242) by Roman Elizarov · 3 years, 10 months ago
  54. 716d21c Fix docs for CancellableContinuation (#2112) by Ibraheem Zaman · 4 years ago
  55. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 4 years ago
  56. 5e91dc4 Replace scanReduce with runningReduce to be consistent with Kotlin standard library. (#2139) by Vsevolod Tolstopyatov · 4 years ago
  57. b42f986 Flow.transformWhile operator (#2066) by Roman Elizarov · 4 years ago
  58. 5183b62 Replace references to deprecated delayEach operator (#2127) by Thibault Seisel · 4 years ago
  59. 755d76b Fix ensureAction to work in the empty context case (#2119) by Roman Elizarov · 4 years ago
  60. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years ago
  61. 9bbb669 Improve the docs and guide on flow cancellation (#2043) by Roman Elizarov · 4 years, 1 month ago
  62. adbbbaa Properly check identity of caught AbortFlowException in Flow.first op… (#2057) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  63. 7382bb3 Improved Job docs (#2035) by Roman Elizarov · 4 years, 1 month ago
  64. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  65. 397f10e Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withContext, runBlocking, withTimeout and select (#2030) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  66. e470df9 Mutex.withLock() and Semaphore.withPermit() with EXACTLY_ONCE contract (#2010) by ZhouGongZaiShi · 4 years, 1 month ago
  67. 10acaf2 Remove a reference to a missing close method from MutableStateFlow doc (#2013) by Roman Elizarov · 4 years, 2 months ago
  68. 3b753d9 Fix typo in doc (their->they) (#2014) by selectAll · 4 years, 2 months ago
  69. 1541886 StateFlow implementation (#1974) by Roman Elizarov · 4 years, 2 months ago
  70. be85455 Fix class cast exception during undispatched resume of cancellable continuation with onCancellation block (#1967) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  71. 5b00e48 Remove experimental status from Flow API (#1963) by Vsevolod Tolstopyatov · 4 years, 2 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, 2 months ago
  73. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 2 months ago
  74. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 2 months ago
  75. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 2 months ago
  76. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 3 months ago
  77. de29acd Flow onEmpty (#1904) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  78. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 3 months ago
  79. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 3 months ago
  80. 52dcddc Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 3 months ago
  81. a3384a8 Removed extra non working SharedImmutable annotations (#1892) by LepilkinaElena · 4 years, 3 months ago
  82. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 3 months ago
  83. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  84. 3fdd3fe Refactor select impl to make its internal state easier to understand by Roman Elizarov · 4 years, 3 months ago
  85. e8705fe Remove unused AbstractChannel.describeSendConflated by Roman Elizarov · 4 years, 3 months ago
  86. 6802f7b Flow firstOrNull support (#1869) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  87. e0a6533 ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717) by Roman Elizarov · 4 years, 3 months ago
  88. 1e7ca75 kotlin.time.Duration support (#1811) by Roman Elizarov · 4 years, 4 months ago
  89. 10fd73e Document the fact that dispatch should eventually invoke the given runnable (#1854) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  90. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  91. c67aed0 Migrate experimental annotations to new API and provide custom warning message (#1842) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  92. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  93. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 4 months ago
  94. 4a53d23 Atomically start coroutines in intermediate Flow operators in order to ensure proper termination, including finally blocks and onCompletion operators (#1829) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  95. d4fabbf Fixed regularized 'when' inference to build train by Roman Elizarov · 4 years, 4 months ago
  96. 21bb6fb Temporary workaround bug in K/N 1.3.70 codegen (KT-37061) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  97. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 4 months ago
  98. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 5 months ago
  99. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  100. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 5 months ago