1. ec88813 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  2. 8d6aeaa Merge branch 'version-1.2.2' into develop by Roman Elizarov · 5 years ago
  3. af2bdfc Version 1.2.2 by Roman Elizarov · 5 years ago
  4. 3ed7a7d Fix docs in "Guide to reactive streams with coroutines" and reknit by Roman Elizarov · 5 years ago
  5. e8e9f00 Fix typos and reword some phrases by Yanis Batura · 5 years ago
  6. 7699a20 Merge pull request #1258 from Kotlin/version-1.3.0-M1 by Vsevolod Tolstopyatov · 5 years ago
  7. 6139ed3 Version 1.3.0-M1 by Vsevolod Tolstopyatov · 5 years ago
  8. 03b9bd1 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  9. 18e3a4a Mark Flow.collect as internal to prevent its direct implementation and provide AbstractFlow instead that enforces context preservation guarantees by Vsevolod Tolstopyatov · 5 years ago
  10. 3216825 Use real semaphore in flatten/flatMapMerge by Roman Elizarov · 5 years ago
  11. d90eb26 atomicfu version 0.12.8 by Roman Elizarov · 5 years ago
  12. 253e8eb Add fast `Semaphore`. by Nikita Koval · 5 years ago
  13. aa3d1ae Deprecate Channel operators by Vsevolod Tolstopyatov · 5 years ago
  14. 15c7d0f Mark Flow declarations as experimental by Vsevolod Tolstopyatov · 5 years ago
  15. a97fd43 Remove experimental warning from Channels docs by Denys M · 5 years ago
  16. d5478b6 More operators (#1236) by Vsevolod Tolstopyatov · 5 years ago
  17. d15d8d6 Make FastServiceLoader compatible with Java 1.6 by Vsevolod Tolstopyatov · 5 years ago
  18. e2a5671 Flow scope (#1227) by Vsevolod Tolstopyatov · 5 years ago
  19. db52e97 Flow.conflate operator by Roman Elizarov · 5 years ago
  20. 3971df3 Rename flow ChannelFlow.kt file to Channels.kt by Roman Elizarov · 5 years ago
  21. b77a80c Flow: decouple buffer size from various operators and fuse by Roman Elizarov · 5 years ago
  22. d94652f Update "Shared mutable state and concurrency" guide with best practices by Roman Elizarov · 5 years ago
  23. b73ebdc Adjust behavior of conflated channel to deliver last value by Roman Elizarov · 5 years ago
  24. 38bdc35 Disable incompatible change by Vsevolod Tolstopyatov · 5 years ago
  25. 08f3225 Version 1.2.1-1.3.40-eap-67 by Vsevolod Tolstopyatov · 5 years ago
  26. f44942a Deprecate flowWith operator by Vsevolod Tolstopyatov · 5 years ago
  27. daf8502 Disable binary compatibility tests in snapshot trains by Vsevolod Tolstopyatov · 5 years ago
  28. 8f6c03a Fix compilation on 32-bit platforms by Vsevolod Tolstopyatov · 5 years ago
  29. b9b7d82 Enable R8 optimization of Dispatchers.Main loading by Wojtek Kaliciński · 5 years ago
  30. 46e41f2 Use nanosleep in runBlocking's delay on Native (#1228) by Vsevolod Tolstopyatov · 5 years ago
  31. a3f150e Use identity hash code on K/N for debug strings by Vsevolod Tolstopyatov · 5 years ago
  32. b7e1499 Amortize the cost of coroutine dispatch using message queue in all JS dispatchers. by Vsevolod Tolstopyatov · 5 years ago
  33. c81dc91 Documentation improvements (#1229) by Vsevolod Tolstopyatov · 5 years ago
  34. 9b05908 Consolidate NullSurrogate with Symbol and rename it to NULL by Roman Elizarov · 5 years ago
  35. 15ee8a3 SafeCollector rework (#1196) by Vsevolod Tolstopyatov · 5 years ago
  36. b08d61c New flow builder: channelFlow (and its alias callbackFlow) and supple… (#1214) by Vsevolod Tolstopyatov · 5 years ago
  37. f939617 Merge pull request #1161 from Kotlin/flow-performance-improvements by Vsevolod Tolstopyatov · 5 years ago
  38. 997d2f2 Ignore cancellation cause thrown from the upstream suspension point in retry and onError by Vsevolod Tolstopyatov · 5 years ago
  39. 8fbd8b7 Recursively check whether parent handles exception to avoid duplicates reporting when Job() is present in the hierarchy by Vsevolod Tolstopyatov · 5 years ago
  40. b0f6e05 Improve coroutine exception handling logic by Vsevolod Tolstopyatov · 5 years ago
  41. 1b590e8 Promote ReceiveChannel.consumeEach and ReceiveChannel.consume to experimental API by Vsevolod Tolstopyatov · 5 years ago
  42. 44e625d Nested publication validator project to test actual dependencies on kotlinx.coroutines by Vsevolod Tolstopyatov · 5 years ago
  43. 5627834 Add combineLatest with multiple flow parameters by Vsevolod Tolstopyatov · 5 years ago
  44. d811d3a Do not fill in stacktrace in AbortFlowException, update benchmark results by Vsevolod Tolstopyatov · 5 years ago
  45. da2cf23 spelling by Mike Nakhimovich · 5 years ago
  46. 3fe7bd2 Update docs based on feedback @ I/O by Sean McQuillan · 5 years ago
  47. e35637a Fix overflow bug in Flow.drop by Eduard Wolf · 5 years ago
  48. 86559c6 Update shared-mutable-state-and-concurrency.md by renzhi(任智) · 5 years ago
  49. 218dc97 Make ChannelIterator.next non-suspending by Vsevolod Tolstopyatov · 5 years ago
  50. 78f3e23 Safe flow benchmark by Vsevolod Tolstopyatov · 5 years ago
  51. c438a0e Numbers benchmark that exposes some of Flow weaknesses by Vsevolod Tolstopyatov · 5 years ago
  52. c42d338 Reactive scrabble benchmarks by Vsevolod Tolstopyatov · 5 years ago
  53. a9f8c0d Make Flow.fold inlineable by Vsevolod Tolstopyatov · 5 years ago
  54. 2596414 Add flowOf(value), use unsafeFlow in trivial flow builders by Vsevolod Tolstopyatov · 5 years ago
  55. 641d671 Flow performance improvements: mark crucial Flow DSL (unsafeFlow, collect, transform, map, mapNotNull, filter, filterNot, filterNotNull) as inline by Vsevolod Tolstopyatov · 5 years ago
  56. b7e93f0 Update Kotlin to 1.3.31 by Vsevolod Tolstopyatov · 5 years ago
  57. 7af7ede Add overload with long for CoroutinesTimeout.seconds by Vsevolod Tolstopyatov · 5 years ago
  58. c022ab6 Make withContext cancellable on return (instead of atomically cancellable). by Vsevolod Tolstopyatov · 5 years ago
  59. 71fa64f Use downloaded package list for dokka (and knit, transitively) to avoid dependency on (frequently) unstable external JavaDoc resources by Vsevolod Tolstopyatov · 5 years ago
  60. 2ae42b9 Fix kotlinx-coroutines-test README: using runBlockingTest with testFooWithTimeout method by SatoShun · 5 years ago
  61. 725addf Flow documentation improvements by Vsevolod Tolstopyatov · 5 years ago
  62. a2499a3 Fixed Dispatcher docs by Andrew Orobator · 5 years ago
  63. 3428774 Fix wording in documentation by Vitus · 5 years ago
  64. 485eab1 Ensure that there are no references to atomicfu in classes by Roman Elizarov · 5 years ago
  65. 8003932 Knit: fix handling of backquote when making anchor reference by Roman Elizarov · 5 years ago
  66. b81f5f0 Knit: fix handling of backquote when making anchor reference by Roman Elizarov · 5 years ago
  67. b552d2c Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  68. 9614536 Fixes kotlin-coroutines-test TestCoroutineDispatcher docs by Roman Elizarov · 5 years ago
  69. e3030e3 fix: broken anchors by Pavel Semyonov · 5 years ago
  70. 563b7e5 Fix more typos; reword some phrases; add "job:" to textual output in … (#1154) by Yanis Batura · 5 years ago
  71. 6e3faa7 Fixed spurious exception during select.onJoin clause registration by Roman Elizarov · 5 years ago
  72. 5ea1bed Rename TimedRunnable to TimedRunnableObsolete in obsolete kotlinx.coroutines.test package to avoid FQN clash by Vsevolod Tolstopyatov · 5 years ago
  73. e569bd3 Fix exception types for channels to ensure transparency & reporting (#1158) by Roman Elizarov · 5 years ago
  74. d0f6229 Fixed typo in README by Andrew Orobator · 5 years ago
  75. f8eac76 Rename transform parameters for consistency with stdlib by Roman Elizarov · 5 years ago
  76. 8140cfe Fix typos and improve article usage in docs by Yanis Batura · 5 years ago
  77. 827e5e3 README: R8 is default in 3.4.0+ and 3.3.0-beta by Louis CAD · 5 years ago
  78. 6e81083 Expand only package.json file during prepareNodePackage, otherwise files like webpack configs may become corrupted by Vsevolod Tolstopyatov · 5 years ago
  79. 4d5246a Merge pull request #1142 from Kotlin/version-1.2.1 by Vsevolod Tolstopyatov · 5 years ago
  80. 42b5237 Version 1.2.1 by Vsevolod Tolstopyatov · 5 years ago
  81. 9e5f9ab kotlinx-coroutines-test cleanup by Vsevolod Tolstopyatov · 5 years ago
  82. c9867b2 Cleanup TestCoroutineScope documentation by Vsevolod Tolstopyatov · 5 years ago
  83. fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 5 years ago
  84. 9e9c9a3 Recover stacktrace of CancellationException from suspendCancellable by Roman Elizarov · 5 years ago
  85. 2740aa5 Fix a race in Job.join that sporadically results in normal completion by Roman Elizarov · 5 years ago
  86. c961fb6 Tweaked prose in coroutines-guide-reactive a bit (and reknit) by Roman Elizarov · 5 years ago
  87. 0685dc4 Deprecate consumeEach on Publisher, ObservableSource and MaybeSource, introduce collect extension instead to be aligned with Flow by Vsevolod Tolstopyatov · 5 years ago
  88. bb7b3c2 Provide CoroutineScope into flowViaChannel block, but make it non-suspending. by Vsevolod Tolstopyatov · 5 years ago
  89. be467e3 Move coroutine scope resources to android-unit-test project by Vsevolod Tolstopyatov · 5 years ago
  90. 504c876 JS: Test and publish JS files that were transformed by atomicfu by Roman Elizarov · 5 years ago
  91. 390c722 Fix npm publication by Vsevolod Tolstopyatov · 5 years ago
  92. 4f0a3b9 Fix header documentation typo in "TestCoroutineContext" by Ahmad Salah · 5 years ago
  93. fcfabee Job.asCompletableFuture (#1113) by Vsevolod Tolstopyatov · 5 years ago
  94. f1710a7 More advanced check for self-suppression during the final exception building in Job with enabled stacktrace recovery by Vsevolod Tolstopyatov · 5 years ago
  95. 26a14ee AtomicFu version 0.12.5 by Roman Elizarov · 5 years ago
  96. 1826194 Make PublicApiTest more robust when looking for .jar file by Roman Elizarov · 5 years ago
  97. c20bc93 Prohibit Flow.take(0) by Vsevolod Tolstopyatov · 5 years ago
  98. 165fbaf Fix numerical overflow in FlatMapStressTest.kt by Vsevolod Tolstopyatov · 5 years ago
  99. e1ac2e5 Fix atomicfu post-processing and dependencies by Roman Elizarov · 5 years ago
  100. 8009b36 Fix OOM in ChannelAtomicCancelStressTest for LinkedListChannel by Roman Elizarov · 5 years ago