1. c8a720a Fixed linearizability of Channel.close operation by Roman Elizarov · 5 years ago
  2. a70022d Fixed site publication in build script by Roman Elizarov · 5 years ago
  3. 762440a Version 1.3.1 by Roman Elizarov · 5 years ago
  4. d2f4b2b Gradle version 5.6.1 by Roman Elizarov · 5 years ago
  5. 4f8a38e Check for -PstressTest=true to run "long" stress test by Roman Elizarov · 5 years ago
  6. f911dce Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  7. 0b16abf Fix propagation for stressTest property for nightly stress tests by Roman Elizarov · 5 years ago
  8. 5fb56f4 Added a test checking future {}'s throw on LAZY. by Tyson Henning · 5 years ago
  9. 9a62f27 Fix of a bug in the semaphore (#1477) by dkhalanskyjb · 5 years ago
  10. a73862f Flow docs: Fix calls to currentTimeMillis by Roman Elizarov · 5 years ago
  11. 57cc364 Repaired some of ListenableFuture.kt's cancellation corner cases. by Tyson Henning · 5 years ago
  12. 95d88ab Fix samples in Flow docs by Vsevolod Tolstopyatov · 5 years ago
  13. fd0428e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  14. b4f00c0 Consistently unwrap exception in slow path of CompletionStage.asDeferred by Roman Elizarov · 5 years ago
  15. 7672c52 Consistent naming for stress tests by Roman Elizarov · 5 years ago
  16. f7d0177 Fixed ChannelReceiveOrClosedTest.testToString on JS by Roman Elizarov · 5 years ago
  17. fd6a5bf Moved ChannelReceiveOrClosedTest to proper dir, cleanup it by Roman Elizarov · 5 years ago
  18. 071f536 Update top-level README with links: by Roman Elizarov · 5 years ago
  19. a730f25 Ensure that all guide 'main' functions return Unit by Roman Elizarov · 5 years ago
  20. 5ea2c05 Add ChannelLFStressTest by Roman Elizarov · 5 years ago
  21. 2907df9 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  22. e95d808 Reknit after update of shared-mutable-state-and-concurrency.md by Roman Elizarov · 5 years ago
  23. 1f5ab53 flow: fix recursion in combineTransform<T1, T2, R>() by Jan Skrasek · 5 years ago
  24. 6dc1bd5 Update shared-mutable-state-and-concurrency.md by Aleksandr Blokh · 5 years ago
  25. 9acde74 Rename test to SegmentQueueLinearizabilityTest for consistency by Roman Elizarov · 5 years ago
  26. aafbde1 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  27. f7335d0 Merge pull request #1462 from Kotlin/version-1.3.0 by Vsevolod Tolstopyatov · 5 years ago
  28. 6348be1 Version 1.3.0 by Vsevolod Tolstopyatov · 5 years ago
  29. 1637eba Use Array.fill extension from stdlib by Jake Wharton · 5 years ago
  30. 955c735 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  31. b42277c Update Kotlin to 1.3.50 by Vsevolod Tolstopyatov · 5 years ago
  32. e1a51ee Eliminate tail-call optimization in CancellableContinuationJvmTest by Vsevolod Tolstopyatov · 5 years ago
  33. 3258e1f Flow docs (#1432) by Roman Elizarov · 5 years ago
  34. 3807a74 Optimize select expression registration phase (#1445) by Roman Elizarov · 5 years ago
  35. 0342a0a Restore context preservation invariant in flatMapMerge (#1452) by Vsevolod Tolstopyatov · 5 years ago
  36. bcf4a8c Introduce CoroutineDispatcher.asExecutor() extension (#1457) by Roman Elizarov · 5 years ago
  37. 9b7c03c Increase to default buffer size to 64 by Vsevolod Tolstopyatov · 5 years ago
  38. fbaedc4 Replace kotlinx.coroutines.reactive.FlowKt and kotlinx.coroutines.reactor.FlowKt with properly named files by Vsevolod Tolstopyatov · 5 years ago
  39. 6ca6ed5 Add skip_snapshot_checks flag for snapshot train debuggability by Vsevolod Tolstopyatov · 5 years ago
  40. e9f40c3 Update constants in debounce example so it will work on slow machines with non-virtual time by Vsevolod Tolstopyatov · 5 years ago
  41. 64902a9 Do not report already handled exception in select builder by Vsevolod Tolstopyatov · 5 years ago
  42. 0d7f3fb Merge pull request #1431 from Kotlin/version-1.3.0-RC2 by Vsevolod Tolstopyatov · 5 years ago
  43. 2e9886d Version 1.3.0-RC2 by Vsevolod Tolstopyatov · 5 years ago
  44. a6da28e Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  45. d533848 Various improvements in combine implementation by Vsevolod Tolstopyatov · 5 years ago
  46. 5b56221 Introducing collectLatest terminal operator by Vsevolod Tolstopyatov · 5 years ago
  47. 3a95884 Renaming switchMap to flatMapLatest to better reflect its semantics and to have a consistent and meaningful naming scheme for the rest of the 'latest' operators by Vsevolod Tolstopyatov · 5 years ago
  48. 44c4c56 combineLatest rework by Vsevolod Tolstopyatov · 5 years ago
  49. 0172998 Fully copy CoroutineInfo for DebugProbes.dumpCoroutinesInfo, it is re… (#1368) by Vsevolod Tolstopyatov · 5 years ago
  50. 1dcfd97 Coroutine context propagation for Reactor to coroutines API migration (#1377) by SokolovaMaria · 5 years ago
  51. c7e9b56 Allocate underlying buffer in ArrayChannel in on-demand manner (#1388) by Vsevolod Tolstopyatov · 5 years ago
  52. 4e47af4 Optimize debounce operator allocation pressure by using conflated produce. Previously it was not possible due to not implemented #1235 by Vsevolod Tolstopyatov · 5 years ago
  53. 897f02e Get rid of NonRecoverableThrowable, mention way to opt-out stacktrace… (#1420) by Vsevolod Tolstopyatov · 5 years ago
  54. 0905c62 Properly enforce flow invariant when flow is used from "suspend fun m… (#1426) by Vsevolod Tolstopyatov · 5 years ago
  55. 1681cad Use 'Class.forName($name).canonicalName' instead of '$name' in stacktrace recovery to properly deal with Android's minifier by Vsevolod Tolstopyatov · 5 years ago
  56. f4e9553 Deprecate delayFlow and delayEach by Roman Elizarov · 5 years ago
  57. 8ab2130 Fix typos and article use, reword phrases in "Composing Suspending functions" by Yanis Batura · 5 years ago
  58. 28241eb coroutine-context-and-dispatchers.md: Improve article usage, fix typos, reword phrases for better readability by Yanis Batura · 5 years ago
  59. 3f16360 Change keep rules targeting to match AGP changes by Wojtek Kaliciński · 5 years ago
  60. 420fed9 Properly use acquired permits in Semaphore by Turing Technologies (Wynne Plaga) · 5 years ago
  61. a3763e8 Improve Semaphore API by Vsevolod Tolstopyatov · 5 years ago
  62. 96c5a49 Cover all publications in bom by Sergey Shatunov · 5 years ago
  63. 2fc234c Use setTimeout-based dispatcher when process is not available on the … (#1409) by Vsevolod Tolstopyatov · 5 years ago
  64. a33bf5a Check for cancellation in concurrent flow merge on each element by Vsevolod Tolstopyatov · 5 years ago
  65. db95996 Update Guava to the latest version 28.0 by Roman Elizarov · 5 years ago
  66. 55bead0 Deprecate flowWith with ERROR by Vsevolod Tolstopyatov · 5 years ago
  67. 41428a3 Flow.kt: fix typos and rephrase some expressions for better readability (#1408) by Yanis Batura · 5 years ago
  68. 63fcbfb Remove no longer needed tests excludes by Louis CAD · 5 years ago
  69. 65f1eaf Fix documentation of (suspend () -> T).asFlow() by jbion · 5 years ago
  70. ed97260 Get rid of top-level functions in Migration.kt to improve experience of users who depend on any reactive library and kotlinx.coroutines by Vsevolod Tolstopyatov · 5 years ago
  71. b37ca3a Properly handle scoped coroutines in JobSupport.cancelParent by Vsevolod Tolstopyatov · 5 years ago
  72. 684a97b Use regular produce instead of flowProduce in channelFlow by Vsevolod Tolstopyatov · 5 years ago
  73. 131c320 Use US English Spelling for BehaviorSubject. by Nelson Osacky · 5 years ago
  74. 1156e1c Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  75. d78084b Better docs on coroutines debugging property by Roman Elizarov · 5 years ago
  76. 60101b8 Fixed typo in Migration.concatWith replaceWith code by Roman Elizarov · 5 years ago
  77. d6b0b0f Adds R8 optimization rule for FastServiceLoader by Wojtek Kaliciński · 5 years ago
  78. 46b5ea5 Tests that run from within a worker by Vsevolod Tolstopyatov · 5 years ago
  79. 6fad018 Offload startCoroutineUnintercepted to separate thread to avoid races on completed deferred in StackTraceRecoveryTest by Vsevolod Tolstopyatov · 5 years ago
  80. ef696a0 Merge pull request #1357 from Kotlin/version-1.3.0-RC by Vsevolod Tolstopyatov · 5 years ago
  81. 70fbd41 Version 1.3.0-RC by Vsevolod Tolstopyatov · 5 years ago
  82. 3d2bf79 Update Kotlin version to 1.3.41 by Vsevolod Tolstopyatov · 5 years ago
  83. 023ea30 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  84. dc4a474 Stabilize core flow (#1352) by Vsevolod Tolstopyatov · 5 years ago
  85. 97863c3 Report fatal errors to both onError (to comply the spec fully) and to coroutine context (to eagerly fail as fatal exceptions are not recoverable anyway), cleanup tests after scopeless reactive by Vsevolod Tolstopyatov · 5 years ago
  86. 39f5cf8 Properly handle fatal exceptions in Rx coroutines, get rid of deadlock in RxObservable by Vsevolod Tolstopyatov · 5 years ago
  87. 233e74c Consistently handle fatal exceptions in PublisherCoroutine by Vsevolod Tolstopyatov · 5 years ago
  88. 2f50363 Properly specify transitive dependencies for kotlinx-coroutines-debug by Vsevolod Tolstopyatov · 5 years ago
  89. fe4e05c Module with kotlinx-coroutines BOM for better dependency management by Vsevolod Tolstopyatov · 5 years ago
  90. 4809393 Protect event loop data structures from nonmonothonic nanoTime by Roman Elizarov · 5 years ago
  91. 98a9705 Move event loop infrastructure to common code by Roman Elizarov · 5 years ago
  92. cb7f37b Treat Duration.ZERO as 0L in jdk8 extensions by Vsevolod Tolstopyatov · 5 years ago
  93. fe41869 Cancel extensions for CoroutineScope and Job by Vsevolod Tolstopyatov · 5 years ago
  94. 91cc13a withIndex and collectIndexed operators by Vsevolod Tolstopyatov · 5 years ago
  95. f6387a7 Fuse consumeAsFlow with channel-using flow operators by Roman Elizarov · 5 years ago
  96. f8b43e1 Introduce ReceiveChannel.consumeAsFlow and FlowCollector.emitAll(chan) by Roman Elizarov · 5 years ago
  97. a8904e2 Channel.receiveOrNull becomes extension, internal receiveOrClosed added by Vsevolod Tolstopyatov · 5 years ago
  98. 693142c Context passing between coroutines and Reactor Mono/Flux (#1138) by SokolovaMaria · 5 years ago
  99. 63b6e27 Add Flow.onStart, support emit in onCompletion (#1348) by Roman Elizarov · 5 years ago
  100. f22604b Recover stacktraces for no-dispatched continuations, so recovery works in 'suspend fun main' cases to further improve user experience by Vsevolod Tolstopyatov · 5 years ago