1. 40f79ff Introduce Flow.last and Flow.lastOrNull operators (#2662) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  2. 5cd57e7 Add ChannelResult.onClosed (#2665) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  3. b400b02 Add debugger-related manifest to root metadata artifact of kotlinx-coroutines-core (#2632) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  4. e49cf79 Mention benign data-race in getResult (#2663) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  5. 71df60e Deprecate awaitSingleOr*, specialize some await* functions for Mono and Maybe (#2628) by dkhalanskyjb · 3 years, 5 months ago
  6. cefb84f Update coroutines-guide.md link (#2661) by Andrey Polyakov · 3 years, 5 months ago
  7. c752d64 Shared overflow doc (#2560) by Roman Elizarov · 3 years, 5 months ago
  8. 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
  9. 6a42a77 Mark GlobalScope as delicate API and rewrite coroutine basics doc without it (#2637) by Roman Elizarov · 3 years, 5 months ago
  10. 8bb5210 Consistently handle exceptions in reactive streams (#2646) by dkhalanskyjb · 3 years, 5 months ago
  11. 95ad444 Fix missing indent in @InternalCoroutinesApi warning message by Vsevolod Tolstopyatov · 3 years, 5 months ago
  12. e62f8f7 Migration to Kotlin 1.5.0-RC (#2653) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  13. 7872f8f Mark BroadcastChannel, ConflatedBroadcastChannel and all related oper… (#2647) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  14. 3c83c0c Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages along the codebase (#2644) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  15. 7b1f3b3 Introduce runningFold operator, make scan alias to runningFold (#2645) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  16. df16bbf Better NonCancellable docs (#2633) by Roman Elizarov · 3 years, 6 months ago
  17. d905e82 Embrace new channel API, stabilize callbackFlow (#2643) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  18. 12f4dbc Remove debug output from test by Vsevolod Tolstopyatov · 3 years, 6 months ago
  19. 80862a5 Fix a flaky test in MonoTest (#2635) by dkhalanskyjb · 3 years, 6 months ago
  20. 6a6b34c Adjust deprecations in reactive integrations by Vsevolod Tolstopyatov · 3 years, 10 months ago
  21. 43df032 Hide obsolete Channels API in a backwards-compatible manner by Vsevolod Tolstopyatov · 3 years, 10 months ago
  22. 4c90fd4 Fix minBy/maxBy usages (#2636) by LepilkinaElena · 3 years, 6 months ago
  23. b61a66c Display artificial stack frames as calls to functions instead of text (#2461) by dkhalanskyjb · 3 years, 6 months ago
  24. 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
  25. 86a0658 Make the subscriber in awaitOne less permissive (#2586) by dkhalanskyjb · 3 years, 6 months ago
  26. f2f49b0 Complete mono { } on cancellation (#2606) by dkhalanskyjb · 3 years, 6 months ago
  27. eb963e8 Remove deprecated SendChannel.isFull (#2613) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  28. 98532c9 Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  29. 7ae273c Fix wrong docs on Job.join (#2616) by Roman Elizarov · 3 years, 6 months ago
  30. ea039ea update: delete -Xcoroutines flag since it will be removed in Kotlin 1.5.0 (#2620) by koshachy · 3 years, 6 months ago
  31. 2021b5a Update contribution guide (#2608) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  32. 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
  33. ed8e8d1 Introduce ChannelResult and receiveCatching/onReceiveCatching by Vsevolod Tolstopyatov · 3 years, 7 months ago
  34. e608dfb Rework reusability control in cancellable continuation (#2581) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  35. 5f9e52c Update SharedFlow documentation (#2437) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  36. 7c6c72f Allow extra suspension in Lincheck tests for `Semaphore.acquire()` (#2602) by Nikita Koval · 3 years, 6 months ago
  37. 05f7d5d Simplify internal coroutines machinery (#2512) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  38. f2940d5 Update Gradle for Kotlin 1.5, add space-dev repository (#2598) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  39. 6f13927 Do not initialize CoroutineExceptionHandler in Job <clinit> (#2513) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  40. 81e51a3 Mention default buffering in flattenMerge documentation (#2583) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  41. e15970b Fix Job.children docs (#2592) by Roman Elizarov · 3 years, 6 months ago
  42. cbf3f24 Fix typo in flow/Builders.kt (#2589) by Chao Zhang · 3 years, 7 months ago
  43. 25a33d4 Fix docs for filter. (#2555) by Tobias Preuss · 3 years, 7 months ago
  44. 187f0aa Properly reference coroutines-guide-ui.md when opening page from a website by Vsevolod Tolstopyatov · 3 years, 7 months ago
  45. a8d55d6 Replace deprecated '*compile' configurations. (#2574) by Yahor Berdnikau · 3 years, 7 months ago
  46. defd0ec Fix a test that was flaky because of BlockHound (#2572) by dkhalanskyjb · 3 years, 7 months ago
  47. 1efc9f1 Merge pull request #2559 from Kotlin/version-1.4.3 by Vsevolod Tolstopyatov · 3 years, 7 months ago
  48. b135686 Version 1.4.3 by Vsevolod Tolstopyatov · 3 years, 7 months ago
  49. be25544 Remove renamed file after merge (leftover) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  50. f74e153 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 7 months ago
  51. f5983c5 Clarify exception recovery documentation regarding suppressed exceptions (#2544) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  52. dda99e2 Improve readability of collectLatest documentation. (#2554) by Tobias Preuss · 3 years, 7 months ago
  53. 88708a0 Removed JCenter from the tutorial (#2547) by Ian Brandt · 3 years, 7 months ago
  54. 13765d5 Add missing article. (#2553) by Tobias Preuss · 3 years, 7 months ago
  55. 218208d Add a link to kotlinx-coroutines-rx3 module (#2549) by Sigute · 3 years, 7 months ago
  56. e25f627 Migrate play-services and example-frontend-js to Gradle kts (#2543) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  57. 052c9c9 update: rename basics.md to coroutines-basics.md (#2538) by koshachy · 3 years, 7 months ago
  58. ce64e79 Fix typo in Combine (#2540) by Mao Yufeng · 3 years, 7 months ago
  59. a11e185 Remove workarounds for Kotlin 1.3 (#2519) by Victor Turansky · 3 years, 8 months ago
  60. 01dcfe5 Rename TimeSource to SchedulerTimeSource due to KT-42625 (#2537) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  61. bc85f51 update: update docs for the new WebHelp engine (#2393) by koshachy · 3 years, 8 months ago
  62. 88b0966 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 8 months ago
  63. ba33cfc Fix typo in coroutines-basic-jvm.md by Vsevolod Tolstopyatov · 3 years, 8 months ago
  64. ad6211c Get rid of JCenter and kotlin-dev repository (#2530) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  65. e21c455 Properly nest ThreadContextElement (#2517) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  66. 778199d Update Kotlin to 1.4.30 (#2523) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  67. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  68. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 8 months ago
  69. dd79263 Update binary compatibility validator (#2510) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  70. 7061cc2 Properly cancel ChannelCoroutine when the channel was closed or cancelled (#2507) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  71. 5531a6e Promote CoroutineStart.UNDISPATCHED to non experimental API (#2505) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  72. d37b834 Do not throw from JobListenableFuture.isCancelled (#2498) by Vadim Semenov · 3 years, 8 months ago
  73. 76b12f9 Restructure README (multiplatform) (#2495) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  74. 66fe1c8 Correct typos in Merge.kt (#2489) by Yunjoo Park · 3 years, 8 months ago
  75. 2ec1290 Add callsInPlace to ReceiveChannel.consume (#2496) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  76. dcb51f9 update: update docs for the new WebHelp engine (#2393) by koshachy · 3 years, 8 months ago
  77. 6854be1 Make internal functions public in already internal CoroutineScheduler in order to get prettier stacktraces without "$kotlinx_coroutines_core" in function names (#2487) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  78. 7548b83 Clarify yield documentation (#2466) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  79. 7ab7433 Update to Kotlin 1.4.21 (#2473) by Victor Turansky · 3 years, 8 months ago
  80. 7d0ad29 Fix LinkedListChannel.onUndeliveredElement call on channel cancel (#2444) by Roman Elizarov · 3 years, 8 months ago
  81. 0e926e7 Kotlin DSL - Kotlin conventions (JVM & JS) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  82. 5a6f890 Atomicfu version update (#2483) by SokolovaMaria · 3 years, 8 months ago
  83. 9966854 Add note about BlockHound (#2465) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  84. 5e7c61f Preserve a frame with source code location when sanitizing traces (#2452) by dkhalanskyjb · 3 years, 8 months ago
  85. 22087ef Fix documentation typos (#2471) by Travis Wyatt · 3 years, 9 months ago
  86. c990568 Maven central publication (#2451) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  87. 5954e40 bump reactor-core to 3.4.x version and replace deprecated API usage (#2458) by Mikhael Sokolov · 3 years, 9 months ago
  88. 615ace2 Using the same logic as packNanos in the code below (#2463) by Vyacheslav · 3 years, 9 months ago
  89. 3aba905 Fix await/asDeferred for MinimalState implementations (#2457) by Roman Elizarov · 3 years, 9 months ago
  90. cc3c54c Update binary-compatibility-validator (#2460) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  91. 520afcb Gradle stewardship (#2431) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  92. 5f69f90 Fix incorrect ProGuard rules that allowed shrinking volatile felds (#2453) by dkhalanskyjb · 3 years, 10 months ago
  93. fa30140 Cleanup core module after update to Kotlin 1.4 (#2440) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  94. 1176267 Remove requirement that job of the pre-created JobCancelNode have to … (#2427) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  95. 556f07a Update to Kotlin 1.4.20 (#2424) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  96. a9c6159 Do not cache callerFrame in DispatchedContinuation by Vsevolod Tolstopyatov · 3 years, 10 months ago
  97. e00d7d8 Use combineUnsafe for 4 parameter combine (#2420) by Alex Vanyo · 3 years, 10 months ago
  98. 0e67d0a Remove outdated Android examples (#2418) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  99. 167c44e Update Knit to 0.2.3 (#2415) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  100. b13018d Add the model checking mode in Lincheck tests (#2326) by Nikita Koval · 3 years, 10 months ago