1. ca095be Merge tag '1.6.4' into kotlinx.coroutines-upgrade by Steve Elliott · 2 years, 2 months ago
  2. d3ead6f Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 1 month ago
  3. dfa1b63 Update Kotlin (#2902) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  4. 50807d0 Fix typo in the documentation of CompletableJob#complete (#2900) by Mikhail Gostev · 3 years, 1 month ago
  5. dbfb4ae Fix the API doc of launchIn operator (#2893) by Masood Fallahpoor · 3 years, 1 month ago
  6. 4508b13 Fix a mistake in the API doc of CoroutineScope (#2888) by Masood Fallahpoor · 3 years, 1 month ago
  7. dabe24e Add a missing 'is' in the API doc of Job (#2883) by Masood Fallahpoor · 3 years, 1 month ago
  8. e123c8a Minor documentation tweaks by Vsevolod Tolstopyatov · 3 years, 2 months ago
  9. dfca05f Fix typo in the deprecation message of BroadcastChannel<T>.asFlow() by Vsevolod Tolstopyatov · 3 years, 2 months ago
  10. 3c29d96 Remove a duplicated word in the API doc of GlobalScope (#2874) by Masood Fallahpoor · 3 years, 2 months ago
  11. 7e762d3 Optimize mutex implementation (#2851) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  12. 8baa736 Migrate from deprecated API by Vsevolod Tolstopyatov · 3 years, 2 months ago
  13. f85b207 Fixed a bug when onUndeliveredElement was invoked for normally-receive elements on JS (#2828) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  14. 3694ac9 More precise SharedFlow lint message (#2830) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  15. 8b60fe8 Fix copy-paste mistake in Flow<T>.runningFold() docs (#2836) by Angus Holder · 3 years, 2 months ago
  16. a3429f7 Introduce TestResult into TestBase as the first preparation step to m… (#2827) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  17. 2571516 Fix js tests (#2824) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  18. 55aced2 Migrate from deprecated API and fix compilation warnings where possible by Vsevolod Tolstopyatov · 3 years, 3 months ago
  19. f5e8740 General cleanup (#2809) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  20. c9ab4fd Update Kotlin to 1.5.20 (#2810) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  21. bcbcd16 Upgrade to newest Dokka and Knit (#2805) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  22. d2c652e Properly detect non-released reusable continuations in non-reusable o… (#2772) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  23. a9e2f0b Make releaseInterceptedContinuation final (#2785) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  24. f727657 Remove InternalCoroutinesApi from overridden releaseInterceptedContinuation. (#2773) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  25. 8ba04bc Allow CopyableThrowable to modify exception message and document message identity in debugging.md by Vsevolod Tolstopyatov · 3 years, 4 months ago
  26. 93f5e0d Update supervisorScope documentation to avoid confusion (#2757) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  27. 38535bf Replace InternalCoroutinesApi with deprecation in NonCancellable (#2765) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  28. 119e443 Fail eagerly during exceptions in isDispatchNeeded (#2733) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  29. 623db41 Add update, updateAndGet, and getAndUpdate extension functions to MutableStateFlow (#2729) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  30. c2d218a Fix typo in shareIn documentation (#2726) by Dominic Fischer · 3 years, 4 months ago
  31. 73f46cf Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 5 months ago
  32. 95b7a13 Flows returned by stateIn/shareIn keep strong reference to sharing job (#2701) by Roman Elizarov · 3 years, 5 months ago
  33. 7053405 Adjust deprecation message of 'poll' and 'receiveOrNull', explain the rationale and provide an alternative (#2704) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  34. a3b6043 Fail-fast in emitAll implementation from onCompletion (#2700) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  35. 5813f28 Fix typo in GlobalScope docs by Roman Elizarov · 3 years, 5 months ago
  36. 3468479 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 5 months ago
  37. 44ebdef Use cancellation exception from standard library in Kotlin/JS and K/N (#2638) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  38. 40f79ff Introduce Flow.last and Flow.lastOrNull operators (#2662) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  39. 5cd57e7 Add ChannelResult.onClosed (#2665) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  40. e49cf79 Mention benign data-race in getResult (#2663) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  41. c752d64 Shared overflow doc (#2560) by Roman Elizarov · 3 years, 5 months ago
  42. 998f67b Properly implement replacement for Flow<T>.concatWith(flow) to avoid deadlocks when the downstream throws, but other flow has no elements in it (#2659) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  43. 6a42a77 Mark GlobalScope as delicate API and rewrite coroutine basics doc without it (#2637) by Roman Elizarov · 3 years, 5 months ago
  44. 95ad444 Fix missing indent in @InternalCoroutinesApi warning message by Vsevolod Tolstopyatov · 3 years, 5 months ago
  45. e62f8f7 Migration to Kotlin 1.5.0-RC (#2653) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  46. 7872f8f Mark BroadcastChannel, ConflatedBroadcastChannel and all related oper… (#2647) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  47. 3c83c0c Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages along the codebase (#2644) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  48. 7b1f3b3 Introduce runningFold operator, make scan alias to runningFold (#2645) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  49. df16bbf Better NonCancellable docs (#2633) by Roman Elizarov · 3 years, 6 months ago
  50. d905e82 Embrace new channel API, stabilize callbackFlow (#2643) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  51. 43df032 Hide obsolete Channels API in a backwards-compatible manner by Vsevolod Tolstopyatov · 3 years, 10 months ago
  52. 4c90fd4 Fix minBy/maxBy usages (#2636) by LepilkinaElena · 3 years, 6 months ago
  53. d23dd3d Remove internal 'checkCompletion' function and replace it with the identical 'ensureActive' extension to reduce code duplication (#2467) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  54. eb963e8 Remove deprecated SendChannel.isFull (#2613) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  55. 98532c9 Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  56. 7ae273c Fix wrong docs on Job.join (#2616) by Roman Elizarov · 3 years, 6 months ago
  57. a67fd8e Introduce trySend and tryReceive channel operations as a future replacement for error-prone offer, poll and receiveOrNull by Vsevolod Tolstopyatov · 3 years, 6 months ago
  58. ed8e8d1 Introduce ChannelResult and receiveCatching/onReceiveCatching by Vsevolod Tolstopyatov · 3 years, 6 months ago
  59. e608dfb Rework reusability control in cancellable continuation (#2581) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  60. 5f9e52c Update SharedFlow documentation (#2437) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  61. 5eca49c Fix typo in StateFlow docs (#2508) by Vitus · 3 years, 6 months ago
  62. 05f7d5d Simplify internal coroutines machinery (#2512) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  63. 6f13927 Do not initialize CoroutineExceptionHandler in Job <clinit> (#2513) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  64. 81e51a3 Mention default buffering in flattenMerge documentation (#2583) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  65. e15970b Fix Job.children docs (#2592) by Roman Elizarov · 3 years, 6 months ago
  66. cbf3f24 Fix typo in flow/Builders.kt (#2589) by Chao Zhang · 3 years, 6 months ago
  67. 25a33d4 Fix docs for filter. (#2555) by Tobias Preuss · 3 years, 7 months ago
  68. f74e153 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 7 months ago
  69. f5983c5 Clarify exception recovery documentation regarding suppressed exceptions (#2544) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  70. dda99e2 Improve readability of collectLatest documentation. (#2554) by Tobias Preuss · 3 years, 7 months ago
  71. 13765d5 Add missing article. (#2553) by Tobias Preuss · 3 years, 7 months ago
  72. ce64e79 Fix typo in Combine (#2540) by Mao Yufeng · 3 years, 7 months ago
  73. 88b0966 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 7 months ago
  74. e21c455 Properly nest ThreadContextElement (#2517) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  75. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  76. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 8 months ago
  77. 7061cc2 Properly cancel ChannelCoroutine when the channel was closed or cancelled (#2507) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  78. 5531a6e Promote CoroutineStart.UNDISPATCHED to non experimental API (#2505) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  79. 66fe1c8 Correct typos in Merge.kt (#2489) by Yunjoo Park · 3 years, 8 months ago
  80. 2ec1290 Add callsInPlace to ReceiveChannel.consume (#2496) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  81. 7548b83 Clarify yield documentation (#2466) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  82. 7d0ad29 Fix LinkedListChannel.onUndeliveredElement call on channel cancel (#2444) by Roman Elizarov · 3 years, 8 months ago
  83. 22087ef Fix documentation typos (#2471) by Travis Wyatt · 3 years, 9 months ago
  84. fa30140 Cleanup core module after update to Kotlin 1.4 (#2440) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  85. 1176267 Remove requirement that job of the pre-created JobCancelNode have to … (#2427) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  86. a9c6159 Do not cache callerFrame in DispatchedContinuation by Vsevolod Tolstopyatov · 3 years, 10 months ago
  87. e00d7d8 Use combineUnsafe for 4 parameter combine (#2420) by Alex Vanyo · 3 years, 10 months ago
  88. 167c44e Update Knit to 0.2.3 (#2415) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  89. b13018d Add the model checking mode in Lincheck tests (#2326) by Nikita Koval · 3 years, 10 months ago
  90. 4bbd4e2 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 10 months ago
  91. e88e58d Correct a typo in the doc of SharingStarted. (#2403) by Louis Wasserman · 3 years, 10 months ago
  92. 179f142 Add build parameter to build coroutines with JVM IR compiler (#2389) by Alexander Likhachev · 3 years, 10 months ago
  93. 81577b2 Clarify withContext(NonCancellable) behavior (#2400) by Roman Elizarov · 3 years, 10 months ago
  94. 31a8df0 Clarify thread-safety of SharedFlow methods in docs (#2399) by Roman Elizarov · 3 years, 10 months ago
  95. 4fe809f Unlock Mutex and release Semaphore during cancellation on a fast branch of slow-path in Mutex/Semaphore (#2396) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  96. 8ca5296 Make SharingStarted a fun interface (#2397) by Roman Elizarov · 3 years, 10 months ago
  97. 598b861 Add lint warnings on SharedFlow operations that never complete (#2376) by Roman Elizarov · 3 years, 10 months ago
  98. bc553ba Conditionally create an instance of CancellationException in Channel.cancel() (#2384) by Vsevolod Tolstopyatov · 3 years, 11 months ago
  99. dede17e Don't unconditionally cast uCont in ScopeCoroutine cast to CoroutineStackFrame by Will Buck · 3 years, 11 months ago
  100. 37b95a9 Simplify JobNode.toString to reduce code and avoid potential StackOverflow (#2377) by Roman Elizarov · 3 years, 11 months ago