1. d3ead6f Merge branch 'master' into develop by Vsevolod Tolstopyatov · 2 years, 9 months ago
  2. dfa1b63 Update Kotlin (#2902) by Vsevolod Tolstopyatov · 2 years, 9 months ago
  3. 50807d0 Fix typo in the documentation of CompletableJob#complete (#2900) by Mikhail Gostev · 2 years, 9 months ago
  4. dbfb4ae Fix the API doc of launchIn operator (#2893) by Masood Fallahpoor · 2 years, 9 months ago
  5. 810f28f Verify that tests haven't written anything in the System.out (#2882) by Vsevolod Tolstopyatov · 2 years, 9 months ago
  6. 4508b13 Fix a mistake in the API doc of CoroutineScope (#2888) by Masood Fallahpoor · 2 years, 9 months ago
  7. dabe24e Add a missing 'is' in the API doc of Job (#2883) by Masood Fallahpoor · 2 years, 9 months ago
  8. e123c8a Minor documentation tweaks by Vsevolod Tolstopyatov · 2 years, 10 months ago
  9. dfca05f Fix typo in the deprecation message of BroadcastChannel<T>.asFlow() by Vsevolod Tolstopyatov · 2 years, 10 months ago
  10. 3c29d96 Remove a duplicated word in the API doc of GlobalScope (#2874) by Masood Fallahpoor · 2 years, 10 months ago
  11. 7e762d3 Optimize mutex implementation (#2851) by Vsevolod Tolstopyatov · 2 years, 10 months ago
  12. 8baa736 Migrate from deprecated API by Vsevolod Tolstopyatov · 2 years, 10 months ago
  13. bbd1335 Use setTimeout-based dispatcher on JS for ReactNative (#2846) by Leon Kiefer · 2 years, 10 months ago
  14. ea440c5 Make helpRemove actually lock-free and address multiple chained removed nodes (#2795) by Vsevolod Tolstopyatov · 2 years, 10 months ago
  15. f85b207 Fixed a bug when onUndeliveredElement was invoked for normally-receive elements on JS (#2828) by Vsevolod Tolstopyatov · 2 years, 10 months ago
  16. 3694ac9 More precise SharedFlow lint message (#2830) by Vsevolod Tolstopyatov · 2 years, 10 months ago
  17. 8b60fe8 Fix copy-paste mistake in Flow<T>.runningFold() docs (#2836) by Angus Holder · 2 years, 10 months ago
  18. a3429f7 Introduce TestResult into TestBase as the first preparation step to m… (#2827) by Vsevolod Tolstopyatov · 2 years, 11 months ago
  19. 2571516 Fix js tests (#2824) by Vsevolod Tolstopyatov · 2 years, 11 months ago
  20. 55aced2 Migrate from deprecated API and fix compilation warnings where possible by Vsevolod Tolstopyatov · 2 years, 11 months ago
  21. f5e8740 General cleanup (#2809) by Vsevolod Tolstopyatov · 2 years, 11 months ago
  22. c9ab4fd Update Kotlin to 1.5.20 (#2810) by Vsevolod Tolstopyatov · 2 years, 11 months ago
  23. bcbcd16 Upgrade to newest Dokka and Knit (#2805) by Vsevolod Tolstopyatov · 2 years, 11 months ago
  24. d2c652e Properly detect non-released reusable continuations in non-reusable o… (#2772) by Vsevolod Tolstopyatov · 3 years ago
  25. a9e2f0b Make releaseInterceptedContinuation final (#2785) by Vsevolod Tolstopyatov · 3 years ago
  26. f727657 Remove InternalCoroutinesApi from overridden releaseInterceptedContinuation. (#2773) by Vsevolod Tolstopyatov · 3 years ago
  27. 3d62f64 Clarify Dispatchers.IO's implementation note (#2780) by Joffrey Bion · 3 years ago
  28. 8ba04bc Allow CopyableThrowable to modify exception message and document message identity in debugging.md by Vsevolod Tolstopyatov · 3 years ago
  29. 41e2cf9 Verify integrity of the recovered exception's message on both code paths by Vsevolod Tolstopyatov · 3 years ago
  30. 93f5e0d Update supervisorScope documentation to avoid confusion (#2757) by Vsevolod Tolstopyatov · 3 years ago
  31. 38535bf Replace InternalCoroutinesApi with deprecation in NonCancellable (#2765) by Vsevolod Tolstopyatov · 3 years ago
  32. c4a6ae1 Take number of CPU cores into account in BlockingCoroutineDispatcherTest (#2737) by Vsevolod Tolstopyatov · 3 years ago
  33. 119e443 Fail eagerly during exceptions in isDispatchNeeded (#2733) by Vsevolod Tolstopyatov · 3 years ago
  34. 937180f Prevent StackOverflowError in CompletableFuture.asDeferred and proper… (#2731) by Vsevolod Tolstopyatov · 3 years ago
  35. 5121005 Document and tweak the contract of Executor.asCoroutineDispatcher and ExecutorService.asCoroutineDispatcher (#2727) by Vsevolod Tolstopyatov · 3 years ago
  36. 623db41 Add update, updateAndGet, and getAndUpdate extension functions to MutableStateFlow (#2729) by Vsevolod Tolstopyatov · 3 years ago
  37. d8eb80e Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years ago
  38. c2d218a Fix typo in shareIn documentation (#2726) by Dominic Fischer · 3 years ago
  39. 00e6cbf Fix examples in coroutine-basics.md (#2711) by Roman Elizarov · 3 years ago
  40. 73942ee Move DebugProbesKt from debug to core module (#2716) by Vsevolod Tolstopyatov · 3 years ago
  41. d858cba User identityHashCode instead of deprecated `Kotlin_Any_hashCode` for… (#2710) by Vsevolod Tolstopyatov · 3 years ago
  42. 349566c Fix flaky SharingReferenceTest (#2709) by Vsevolod Tolstopyatov · 3 years ago
  43. 73f46cf Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years ago
  44. 95b7a13 Flows returned by stateIn/shareIn keep strong reference to sharing job (#2701) by Roman Elizarov · 3 years ago
  45. 7053405 Adjust deprecation message of 'poll' and 'receiveOrNull', explain the rationale and provide an alternative (#2704) by Vsevolod Tolstopyatov · 3 years ago
  46. c3d711b Revert displaying fake stack frames as method calls (#2695) by dkhalanskyjb · 3 years ago
  47. a3b6043 Fail-fast in emitAll implementation from onCompletion (#2700) by Vsevolod Tolstopyatov · 3 years ago
  48. 0dc50e9 Rename TimeSource to AbstractTimeSource due to KT-42625 (#2696) by Vsevolod Tolstopyatov · 3 years ago
  49. 5813f28 Fix typo in GlobalScope docs by Roman Elizarov · 3 years, 1 month ago
  50. 3468479 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 1 month ago
  51. 347feed Remove dev repositories and Bintray usages where applicable (#2587) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  52. 44ebdef Use cancellation exception from standard library in Kotlin/JS and K/N (#2638) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  53. 99b4758 Test invariant that IDEA evaluator depends on (#2525) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  54. 40f79ff Introduce Flow.last and Flow.lastOrNull operators (#2662) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  55. 5cd57e7 Add ChannelResult.onClosed (#2665) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  56. b400b02 Add debugger-related manifest to root metadata artifact of kotlinx-coroutines-core (#2632) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  57. e49cf79 Mention benign data-race in getResult (#2663) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  58. c752d64 Shared overflow doc (#2560) by Roman Elizarov · 3 years, 1 month ago
  59. 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, 1 month ago
  60. 6a42a77 Mark GlobalScope as delicate API and rewrite coroutine basics doc without it (#2637) by Roman Elizarov · 3 years, 1 month ago
  61. 95ad444 Fix missing indent in @InternalCoroutinesApi warning message by Vsevolod Tolstopyatov · 3 years, 1 month ago
  62. e62f8f7 Migration to Kotlin 1.5.0-RC (#2653) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  63. 7872f8f Mark BroadcastChannel, ConflatedBroadcastChannel and all related oper… (#2647) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  64. 3c83c0c Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages along the codebase (#2644) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  65. 7b1f3b3 Introduce runningFold operator, make scan alias to runningFold (#2645) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  66. df16bbf Better NonCancellable docs (#2633) by Roman Elizarov · 3 years, 1 month ago
  67. d905e82 Embrace new channel API, stabilize callbackFlow (#2643) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  68. 12f4dbc Remove debug output from test by Vsevolod Tolstopyatov · 3 years, 2 months ago
  69. 6a6b34c Adjust deprecations in reactive integrations by Vsevolod Tolstopyatov · 3 years, 6 months ago
  70. 43df032 Hide obsolete Channels API in a backwards-compatible manner by Vsevolod Tolstopyatov · 3 years, 6 months ago
  71. 4c90fd4 Fix minBy/maxBy usages (#2636) by LepilkinaElena · 3 years, 2 months ago
  72. b61a66c Display artificial stack frames as calls to functions instead of text (#2461) by dkhalanskyjb · 3 years, 2 months ago
  73. d23dd3d Remove internal 'checkCompletion' function and replace it with the identical 'ensureActive' extension to reduce code duplication (#2467) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  74. eb963e8 Remove deprecated SendChannel.isFull (#2613) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  75. 98532c9 Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  76. 7ae273c Fix wrong docs on Job.join (#2616) by Roman Elizarov · 3 years, 2 months ago
  77. a67fd8e Introduce trySend and tryReceive channel operations as a future replacement for error-prone offer, poll and receiveOrNull by Vsevolod Tolstopyatov · 3 years, 2 months ago
  78. ed8e8d1 Introduce ChannelResult and receiveCatching/onReceiveCatching by Vsevolod Tolstopyatov · 3 years, 2 months ago
  79. e608dfb Rework reusability control in cancellable continuation (#2581) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  80. 5f9e52c Update SharedFlow documentation (#2437) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  81. 5eca49c Fix typo in StateFlow docs (#2508) by Vitus · 3 years, 2 months ago
  82. 7c6c72f Allow extra suspension in Lincheck tests for `Semaphore.acquire()` (#2602) by Nikita Koval · 3 years, 2 months ago
  83. 05f7d5d Simplify internal coroutines machinery (#2512) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  84. 6f13927 Do not initialize CoroutineExceptionHandler in Job <clinit> (#2513) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  85. 81e51a3 Mention default buffering in flattenMerge documentation (#2583) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  86. e15970b Fix Job.children docs (#2592) by Roman Elizarov · 3 years, 2 months ago
  87. cbf3f24 Fix typo in flow/Builders.kt (#2589) by Chao Zhang · 3 years, 2 months ago
  88. 25a33d4 Fix docs for filter. (#2555) by Tobias Preuss · 3 years, 2 months ago
  89. f74e153 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 3 months ago
  90. f5983c5 Clarify exception recovery documentation regarding suppressed exceptions (#2544) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  91. dda99e2 Improve readability of collectLatest documentation. (#2554) by Tobias Preuss · 3 years, 3 months ago
  92. 13765d5 Add missing article. (#2553) by Tobias Preuss · 3 years, 3 months ago
  93. 052c9c9 update: rename basics.md to coroutines-basics.md (#2538) by koshachy · 3 years, 3 months ago
  94. ce64e79 Fix typo in Combine (#2540) by Mao Yufeng · 3 years, 3 months ago
  95. 01dcfe5 Rename TimeSource to SchedulerTimeSource due to KT-42625 (#2537) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  96. 88b0966 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 3 months ago
  97. e21c455 Properly nest ThreadContextElement (#2517) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  98. 778199d Update Kotlin to 1.4.30 (#2523) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  99. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  100. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 4 months ago