1. 1b0eca9 Fixed SendElement.tryResumeSend by Roman Elizarov · 5 years ago
  2. f24b60c Narrow down return type of tryResumeSend/Receive by Roman Elizarov · 5 years ago
  3. 2f8bff1 Fix race condition in pair select by Roman Elizarov · 5 years ago
  4. fd27d55 Separate all JVM stress tests into a stressTest gradle task by Roman Elizarov · 5 years ago
  5. 84b24bd Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  6. 7f0da42 Merge pull request #1571 from Kotlin/version-1.3.2 by Vsevolod Tolstopyatov · 5 years ago
  7. 946e578 Introduce reusable cancellable continuations for hot loops with channels (#1534) by Vsevolod Tolstopyatov · 5 years ago
  8. 89bae52 Version 1.3.2 by Vsevolod Tolstopyatov · 5 years ago
  9. c99704a Remove outdated reactive guide and add section about Reactive Streams to flow.md by Vsevolod Tolstopyatov · 5 years ago
  10. 5378b80 Deprecate obsolete reactive API, improve existing Reactive documentation by Vsevolod Tolstopyatov · 5 years ago
  11. 52b97b9 Promote rx2 extensions to stable, increase deprecation level for obsolete reactive primitives by Vsevolod Tolstopyatov · 5 years ago
  12. d870a16 Promote Publisher<T>.collect to stable API by Vsevolod Tolstopyatov · 5 years ago
  13. b14afef Promote reactive adapters for Flow to stable API by Vsevolod Tolstopyatov · 5 years ago
  14. ee04bd2 Hid the SettableFuture of future {}. by Tyson Henning · 5 years ago
  15. 8f39109 Replace all volatiles with atomics in common code by Roman Elizarov · 5 years ago
  16. 3dbe82b Fix StackOverflowException with select expressions by Roman Elizarov · 5 years ago
  17. 8e2a84d Make Semaphore and Mutex stress tests concurrent Fixes #1478 by Nikita Koval · 5 years ago
  18. f0c2c5b Add CompletableDeferred.completeWith(result: Result<T>) by David Glasser · 5 years ago
  19. 835ed4d Promote reactive bridges for Flow to stable API (#1549) by Vsevolod Tolstopyatov · 5 years ago
  20. 353510a Make ReceiveChannel.cancel linearizability-friendly by Vsevolod Tolstopyatov · 5 years ago
  21. fcc004c Install debug probes in CoroutinesTimeout constructor to capture coroutines launched from within a test constructor by Vsevolod Tolstopyatov · 5 years ago
  22. 858094e Eagerly create coroutine for lazily-started coroutine builders in order to trigger DebugProbes.probeCoroutineCreated by Vsevolod Tolstopyatov · 5 years ago
  23. bd7c030 Optimize Flow.take (#1538) by Vsevolod Tolstopyatov · 5 years ago
  24. 3826ae5 Do not aggregate all coroutine info into a single string before dumping it to the out in DebugProbes.dumpCoroutines by Vsevolod Tolstopyatov · 5 years ago
  25. f62d35b Properly handle null values in ListenableFuture by Vsevolod Tolstopyatov · 5 years ago
  26. 385d68c Improve documentation of CompletableJob.completeExceptionally, add tests to ensure its contract by Vsevolod Tolstopyatov · 5 years ago
  27. bda9c79 Update jmh-related plugins to be compatible with Gradle 5.5 by Vsevolod Tolstopyatov · 5 years ago
  28. 89f8c69 Minor documentation improvements by Vsevolod Tolstopyatov · 5 years ago
  29. f9bd46f Fix typo. by RobX · 5 years ago
  30. bf33052 Introduce InlineList to simplify helpClose logic, reverse helpClose resume order by Vsevolod Tolstopyatov · 5 years ago
  31. d02febf Fixes linearizability of Channel.close in advanced receive+send case by Roman Elizarov · 5 years ago
  32. 489c9bb Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  33. bb714c5 Proofread of flow.md by Watson by David.Watson · 5 years ago
  34. a7afd46 Improve docs / fix grammar by Yanis Batura · 5 years ago
  35. 007d8d7 Fixed completion sequence of ChannelLFStressTest by Roman Elizarov · 5 years ago
  36. a2587d2 Robust waiting in CoroutinesDumpTest by Roman Elizarov · 5 years ago
  37. 0bef2b9 Update example Android apps toolchain (AGP 3.5.0, AndroidX) by Roman Elizarov · 5 years ago
  38. c8a720a Fixed linearizability of Channel.close operation by Roman Elizarov · 5 years ago
  39. a70022d Fixed site publication in build script by Roman Elizarov · 5 years ago
  40. 762440a Version 1.3.1 by Roman Elizarov · 5 years ago
  41. d2f4b2b Gradle version 5.6.1 by Roman Elizarov · 5 years ago
  42. 4f8a38e Check for -PstressTest=true to run "long" stress test by Roman Elizarov · 5 years ago
  43. f911dce Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  44. 0b16abf Fix propagation for stressTest property for nightly stress tests by Roman Elizarov · 5 years ago
  45. 5fb56f4 Added a test checking future {}'s throw on LAZY. by Tyson Henning · 5 years ago
  46. 9a62f27 Fix of a bug in the semaphore (#1477) by dkhalanskyjb · 5 years ago
  47. a73862f Flow docs: Fix calls to currentTimeMillis by Roman Elizarov · 5 years ago
  48. 57cc364 Repaired some of ListenableFuture.kt's cancellation corner cases. by Tyson Henning · 5 years ago
  49. 95d88ab Fix samples in Flow docs by Vsevolod Tolstopyatov · 5 years ago
  50. fd0428e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  51. b4f00c0 Consistently unwrap exception in slow path of CompletionStage.asDeferred by Roman Elizarov · 5 years ago
  52. 7672c52 Consistent naming for stress tests by Roman Elizarov · 5 years ago
  53. f7d0177 Fixed ChannelReceiveOrClosedTest.testToString on JS by Roman Elizarov · 5 years ago
  54. fd6a5bf Moved ChannelReceiveOrClosedTest to proper dir, cleanup it by Roman Elizarov · 5 years ago
  55. 071f536 Update top-level README with links: by Roman Elizarov · 5 years ago
  56. a730f25 Ensure that all guide 'main' functions return Unit by Roman Elizarov · 5 years ago
  57. 5ea2c05 Add ChannelLFStressTest by Roman Elizarov · 5 years ago
  58. 2907df9 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  59. e95d808 Reknit after update of shared-mutable-state-and-concurrency.md by Roman Elizarov · 5 years ago
  60. 1f5ab53 flow: fix recursion in combineTransform<T1, T2, R>() by Jan Skrasek · 5 years ago
  61. 6dc1bd5 Update shared-mutable-state-and-concurrency.md by Aleksandr Blokh · 5 years ago
  62. 9acde74 Rename test to SegmentQueueLinearizabilityTest for consistency by Roman Elizarov · 5 years ago
  63. aafbde1 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  64. f7335d0 Merge pull request #1462 from Kotlin/version-1.3.0 by Vsevolod Tolstopyatov · 5 years ago
  65. 6348be1 Version 1.3.0 by Vsevolod Tolstopyatov · 5 years ago
  66. 1637eba Use Array.fill extension from stdlib by Jake Wharton · 5 years ago
  67. 955c735 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  68. b42277c Update Kotlin to 1.3.50 by Vsevolod Tolstopyatov · 5 years ago
  69. e1a51ee Eliminate tail-call optimization in CancellableContinuationJvmTest by Vsevolod Tolstopyatov · 5 years ago
  70. 3258e1f Flow docs (#1432) by Roman Elizarov · 5 years ago
  71. 3807a74 Optimize select expression registration phase (#1445) by Roman Elizarov · 5 years ago
  72. 0342a0a Restore context preservation invariant in flatMapMerge (#1452) by Vsevolod Tolstopyatov · 5 years ago
  73. bcf4a8c Introduce CoroutineDispatcher.asExecutor() extension (#1457) by Roman Elizarov · 5 years ago
  74. 9b7c03c Increase to default buffer size to 64 by Vsevolod Tolstopyatov · 5 years ago
  75. fbaedc4 Replace kotlinx.coroutines.reactive.FlowKt and kotlinx.coroutines.reactor.FlowKt with properly named files by Vsevolod Tolstopyatov · 5 years ago
  76. 6ca6ed5 Add skip_snapshot_checks flag for snapshot train debuggability by Vsevolod Tolstopyatov · 5 years ago
  77. e9f40c3 Update constants in debounce example so it will work on slow machines with non-virtual time by Vsevolod Tolstopyatov · 5 years ago
  78. 64902a9 Do not report already handled exception in select builder by Vsevolod Tolstopyatov · 5 years ago
  79. 0d7f3fb Merge pull request #1431 from Kotlin/version-1.3.0-RC2 by Vsevolod Tolstopyatov · 5 years ago
  80. 2e9886d Version 1.3.0-RC2 by Vsevolod Tolstopyatov · 5 years ago
  81. a6da28e Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  82. d533848 Various improvements in combine implementation by Vsevolod Tolstopyatov · 5 years ago
  83. 5b56221 Introducing collectLatest terminal operator by Vsevolod Tolstopyatov · 5 years ago
  84. 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
  85. 44c4c56 combineLatest rework by Vsevolod Tolstopyatov · 5 years ago
  86. 0172998 Fully copy CoroutineInfo for DebugProbes.dumpCoroutinesInfo, it is re… (#1368) by Vsevolod Tolstopyatov · 5 years ago
  87. 1dcfd97 Coroutine context propagation for Reactor to coroutines API migration (#1377) by SokolovaMaria · 5 years ago
  88. c7e9b56 Allocate underlying buffer in ArrayChannel in on-demand manner (#1388) by Vsevolod Tolstopyatov · 5 years ago
  89. 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
  90. 897f02e Get rid of NonRecoverableThrowable, mention way to opt-out stacktrace… (#1420) by Vsevolod Tolstopyatov · 5 years ago
  91. 0905c62 Properly enforce flow invariant when flow is used from "suspend fun m… (#1426) by Vsevolod Tolstopyatov · 5 years ago
  92. 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
  93. f4e9553 Deprecate delayFlow and delayEach by Roman Elizarov · 5 years ago
  94. 8ab2130 Fix typos and article use, reword phrases in "Composing Suspending functions" by Yanis Batura · 5 years ago
  95. 28241eb coroutine-context-and-dispatchers.md: Improve article usage, fix typos, reword phrases for better readability by Yanis Batura · 5 years ago
  96. 3f16360 Change keep rules targeting to match AGP changes by Wojtek Kaliciński · 5 years ago
  97. 420fed9 Properly use acquired permits in Semaphore by Turing Technologies (Wynne Plaga) · 5 years ago
  98. a3763e8 Improve Semaphore API by Vsevolod Tolstopyatov · 5 years ago
  99. 96c5a49 Cover all publications in bom by Sergey Shatunov · 5 years ago
  100. 2fc234c Use setTimeout-based dispatcher when process is not available on the … (#1409) by Vsevolod Tolstopyatov · 5 years ago