1. c81dc91 Documentation improvements (#1229) by Vsevolod Tolstopyatov · 5 years ago
  2. 9b05908 Consolidate NullSurrogate with Symbol and rename it to NULL by Roman Elizarov · 5 years ago
  3. 15ee8a3 SafeCollector rework (#1196) by Vsevolod Tolstopyatov · 5 years ago
  4. b08d61c New flow builder: channelFlow (and its alias callbackFlow) and supple… (#1214) by Vsevolod Tolstopyatov · 5 years ago
  5. f939617 Merge pull request #1161 from Kotlin/flow-performance-improvements by Vsevolod Tolstopyatov · 5 years ago
  6. 997d2f2 Ignore cancellation cause thrown from the upstream suspension point in retry and onError by Vsevolod Tolstopyatov · 5 years ago
  7. 8fbd8b7 Recursively check whether parent handles exception to avoid duplicates reporting when Job() is present in the hierarchy by Vsevolod Tolstopyatov · 5 years ago
  8. b0f6e05 Improve coroutine exception handling logic by Vsevolod Tolstopyatov · 5 years ago
  9. 1b590e8 Promote ReceiveChannel.consumeEach and ReceiveChannel.consume to experimental API by Vsevolod Tolstopyatov · 5 years ago
  10. 5627834 Add combineLatest with multiple flow parameters by Vsevolod Tolstopyatov · 5 years ago
  11. d811d3a Do not fill in stacktrace in AbortFlowException, update benchmark results by Vsevolod Tolstopyatov · 5 years ago
  12. e35637a Fix overflow bug in Flow.drop by Eduard Wolf · 5 years ago
  13. 218dc97 Make ChannelIterator.next non-suspending by Vsevolod Tolstopyatov · 5 years ago
  14. a9f8c0d Make Flow.fold inlineable by Vsevolod Tolstopyatov · 5 years ago
  15. 2596414 Add flowOf(value), use unsafeFlow in trivial flow builders by Vsevolod Tolstopyatov · 5 years ago
  16. 641d671 Flow performance improvements: mark crucial Flow DSL (unsafeFlow, collect, transform, map, mapNotNull, filter, filterNot, filterNotNull) as inline by Vsevolod Tolstopyatov · 5 years ago
  17. c022ab6 Make withContext cancellable on return (instead of atomically cancellable). by Vsevolod Tolstopyatov · 5 years ago
  18. 725addf Flow documentation improvements by Vsevolod Tolstopyatov · 5 years ago
  19. a2499a3 Fixed Dispatcher docs by Andrew Orobator · 5 years ago
  20. 3428774 Fix wording in documentation by Vitus · 5 years ago
  21. b552d2c Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  22. 563b7e5 Fix more typos; reword some phrases; add "job:" to textual output in … (#1154) by Yanis Batura · 5 years ago
  23. 6e3faa7 Fixed spurious exception during select.onJoin clause registration by Roman Elizarov · 5 years ago
  24. 5ea1bed Rename TimedRunnable to TimedRunnableObsolete in obsolete kotlinx.coroutines.test package to avoid FQN clash by Vsevolod Tolstopyatov · 5 years ago
  25. e569bd3 Fix exception types for channels to ensure transparency & reporting (#1158) by Roman Elizarov · 5 years ago
  26. f8eac76 Rename transform parameters for consistency with stdlib by Roman Elizarov · 5 years ago
  27. 8140cfe Fix typos and improve article usage in docs by Yanis Batura · 5 years ago
  28. fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 5 years ago
  29. 9e9c9a3 Recover stacktrace of CancellationException from suspendCancellable by Roman Elizarov · 5 years ago
  30. 2740aa5 Fix a race in Job.join that sporadically results in normal completion by Roman Elizarov · 5 years ago
  31. bb7b3c2 Provide CoroutineScope into flowViaChannel block, but make it non-suspending. by Vsevolod Tolstopyatov · 5 years ago
  32. be467e3 Move coroutine scope resources to android-unit-test project by Vsevolod Tolstopyatov · 5 years ago
  33. 4f0a3b9 Fix header documentation typo in "TestCoroutineContext" by Ahmad Salah · 5 years ago
  34. f1710a7 More advanced check for self-suppression during the final exception building in Job with enabled stacktrace recovery by Vsevolod Tolstopyatov · 5 years ago
  35. c20bc93 Prohibit Flow.take(0) by Vsevolod Tolstopyatov · 5 years ago
  36. 165fbaf Fix numerical overflow in FlatMapStressTest.kt by Vsevolod Tolstopyatov · 5 years ago
  37. e1ac2e5 Fix atomicfu post-processing and dependencies by Roman Elizarov · 5 years ago
  38. 8009b36 Fix OOM in ChannelAtomicCancelStressTest for LinkedListChannel by Roman Elizarov · 5 years ago
  39. 9b6e311 Moved ChannelAtomicCancelStressTest to newFixedThreadPoolContext by Roman Elizarov · 5 years ago
  40. 310f8b7 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  41. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  42. 564a5a6 Change more "create new" to "create a" by Inego · 5 years ago
  43. 6da0ccd Change "create new" to "create a" by Inego · 5 years ago
  44. 596187e Fix more typos by Inego · 5 years ago
  45. 39f92ca Fix typos (mostly article usage) by Inego · 5 years ago
  46. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  47. fac4860 Fixed code after merge of 'develop' with TestCoroutineContext by Roman Elizarov · 5 years ago
  48. d39ffed Merge branch 'develop' into pr/890 by Roman Elizarov · 5 years ago
  49. 6687406 Merge branch 'master' into develop by Roman Elizarov · 5 years ago
  50. 4c3be05 Update top-level readmes with better example and js + native links by Roman Elizarov · 5 years ago
  51. 4398350 fix typo: Coroutine"s"Context by Shota Ara · 5 years ago
  52. b550afa Specify exception types, add tests on it by Vsevolod Tolstopyatov · 5 years ago
  53. 8c2606d Version 1.2.0 by Vsevolod Tolstopyatov · 5 years ago
  54. 61c64cc Flow improvements: by Vsevolod Tolstopyatov · 5 years ago
  55. c9f25fc Introducing zip and combineLatest Flow operators by Vsevolod Tolstopyatov · 5 years ago
  56. d3cc25f Rework purity concept: by Vsevolod Tolstopyatov · 5 years ago
  57. 8788488 FlatMap-related API rework by Vsevolod Tolstopyatov · 5 years ago
  58. 2a815e8 Do not invoke retry predicate when exceptions is thrown from downstream by Vsevolod Tolstopyatov · 5 years ago
  59. 35f9ad5 FlatMap improvements: by Vsevolod Tolstopyatov · 5 years ago
  60. 2b8218a Introduce CancellableContinuation.resume with onCancelling lambda by Roman Elizarov · 5 years ago
  61. 709f6d7 Improve flowViaChannel docs by Roman Elizarov · 5 years ago
  62. 8695f97 Undeprecate ReceiveChannel.isEmpty by Vsevolod Tolstopyatov · 5 years ago
  63. aad393b Fix typo: are support -> are supported by Louis CAD · 5 years ago
  64. cce0225 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  65. 3c8c51d Package documentation for flow by Roman Elizarov · 5 years ago
  66. ffae070 Cleanup outdated documentation by Vsevolod Tolstopyatov · 5 years ago
  67. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago
  68. 5514edb Load services both from regular jars and files, filter duplicates by Vsevolod Tolstopyatov · 5 years ago
  69. 15b6345 Custom ServiceLoader without jar checksum verification by sokolova · 5 years ago
  70. 0d69e13 Unmute test that was failing due to JS BE bug by Vsevolod Tolstopyatov · 5 years ago
  71. f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 5 years ago
  72. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  73. 9a81342 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 5 years ago
  74. 1ea4da4 Merge branch 'develop' into debugger-sm-bypass by Vsevolod Tolstopyatov · 5 years ago
  75. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 5 years ago
  76. 3e42850 Move `systemProp` function to the common module; only the JVM platform implements it properly while others always use provided default value. by Nikita Koval · 5 years ago
  77. b6f5b2c Deprecate `SendChannel.isFull` and `ReceiveChannel.isEmpty` properties by Nikita Koval · 5 years ago
  78. 8273a75 Properly import resource folders in MPP by Vsevolod Tolstopyatov · 5 years ago
  79. 4651b57 Merge with cancellation rework by Vsevolod Tolstopyatov · 5 years ago
  80. 132c1e3 Rename DispatchException to CoroutinesInternalError and make it an Error to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  81. 0c8789d Handle fatal exceptions in continuation machinery using handleViaException instead of rethrowing it to provide faster feedback loop by Vsevolod Tolstopyatov · 5 years ago
  82. 338b231 Merge branch 'cancel-exception' into develop by Vsevolod Tolstopyatov · 5 years ago
  83. a38e7d5 Remove unnecessary semicolon by SatoShun · 5 years ago
  84. d202ed9 Restore all state in TestBase even when test fails by Roman Elizarov · 5 years ago
  85. c7cfc39 Added test for stack-trace recovery in JobCancellationException by Roman Elizarov · 5 years ago
  86. 73b456b Added clarification on deprecation version in code, better CE messages by Roman Elizarov · 5 years ago
  87. e9123ca Improve CoroutineScope documentation: mention job convention, get rid of lateinit example, discourage manual implementation of the scope by Vsevolod Tolstopyatov · 5 years ago
  88. b367fae Update cancellation guide: get rid of explicit Job in general code, promote usage of coroutine scope get rid of counter-intuitive lateinit and getters in coroutine context by Vsevolod Tolstopyatov · 5 years ago
  89. 3c56ff5 Properly proxy all methods in TimeoutCoroutine stackframe machinery by Vsevolod Tolstopyatov · 5 years ago
  90. d293639 Make JobCancellationException copyable in debug mode by Roman Elizarov · 5 years ago
  91. 1c92681 Add tests by Louis CAD · 5 years ago
  92. 96e6577 Add missing operator modifier by Louis CAD · 5 years ago
  93. 847e68e Mark operator invoke as experimental by Louis CAD · 5 years ago
  94. 57540d4 Add operator invoke for CoroutineDispatcher by Louis CAD · 5 years ago
  95. ab5bbfc Clarify thread locals documentation by Vsevolod Tolstopyatov · 5 years ago
  96. 5ae3947 Add ensureActive extension by Vsevolod Tolstopyatov · 5 years ago
  97. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  98. 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 5 years ago
  99. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 5 years ago
  100. 08f8214 Improve CoroutineDispatcher documentation by Vsevolod Tolstopyatov · 5 years ago