1. ca095be Merge tag '1.6.4' into kotlinx.coroutines-upgrade by Steve Elliott · 1 year, 11 months ago
  2. f5e8740 General cleanup (#2809) by Vsevolod Tolstopyatov · 3 years ago
  3. bcbcd16 Upgrade to newest Dokka and Knit (#2805) by Vsevolod Tolstopyatov · 3 years ago
  4. 47a063c Remove the @ExperimentalCoroutinesApi annotation from reactive integrations (#2670) by dkhalanskyjb · 3 years, 2 months ago
  5. 05d3018 Fixes for the reactive integrations (#2617) by dkhalanskyjb · 3 years, 2 months ago
  6. 71df60e Deprecate awaitSingleOr*, specialize some await* functions for Mono and Maybe (#2628) by dkhalanskyjb · 3 years, 2 months ago
  7. 8bb5210 Consistently handle exceptions in reactive streams (#2646) by dkhalanskyjb · 3 years, 2 months ago
  8. 3c83c0c Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages along the codebase (#2644) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  9. d905e82 Embrace new channel API, stabilize callbackFlow (#2643) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  10. 6a6b34c Adjust deprecations in reactive integrations by Vsevolod Tolstopyatov · 3 years, 6 months ago
  11. eb963e8 Remove deprecated SendChannel.isFull (#2613) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  12. 98532c9 Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  13. a67fd8e Introduce trySend and tryReceive channel operations as a future replacement for error-prone offer, poll and receiveOrNull by Vsevolod Tolstopyatov · 3 years, 3 months ago
  14. 05f7d5d Simplify internal coroutines machinery (#2512) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  15. a8d55d6 Replace deprecated '*compile' configurations. (#2574) by Yahor Berdnikau · 3 years, 3 months ago
  16. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  17. 167c44e Update Knit to 0.2.3 (#2415) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  18. ee78090 Fix potential crash in Rx2 and Rx3 asFlow extension (#2333) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  19. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 8 months ago
  20. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 3 years, 8 months ago
  21. 448106a Provide asFlowable and asObservable by their names in binary instead … (#2285) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  22. 1a6beba Support context in Flow.asPublisher and similar methods (#2156) by Roman Elizarov · 3 years, 10 months ago
  23. 3250e47 Integration with RxJava3 (#1950) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  24. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  25. a25bf36 JDK9 Flow integration (#1783) by dkhalanskyjb · 4 years, 3 months ago
  26. 8d8a8fb Reuse RxJava built-in disposed Disposable (#1841) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  27. d831a86 Add ObservableSource.asFlow operator (#1768) by Marek Langiewicz · 4 years, 4 months ago
  28. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 4 months ago
  29. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 4 months ago
  30. 9f4fd70 Fix a race in some tests for JavaRX integration (#1801) by dkhalanskyjb · 4 years, 4 months ago
  31. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 4 months ago
  32. e153863 Integration with binary-compatibility-validator plugin (#1790) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  33. 3d59fef Fix context support in Publisher.asFlow.flowOn by Roman Elizarov · 4 years, 5 months ago
  34. a930b0c Consistently handle undeliverable exceptions in RxJava and Reactor integrations by Vsevolod Tolstopyatov · 4 years, 7 months ago
  35. 1652bb9 Fix ReactorFlow integration bug exposed by TestBase by Vsevolod Tolstopyatov · 4 years, 8 months ago
  36. 9a2eb38 Add missing TestBase inheritance to fail on asynchronous errors by Vsevolod Tolstopyatov · 4 years, 8 months ago
  37. c99704a Remove outdated reactive guide and add section about Reactive Streams to flow.md by Vsevolod Tolstopyatov · 4 years, 9 months ago
  38. 5378b80 Deprecate obsolete reactive API, improve existing Reactive documentation by Vsevolod Tolstopyatov · 4 years, 9 months ago
  39. 52b97b9 Promote rx2 extensions to stable, increase deprecation level for obsolete reactive primitives by Vsevolod Tolstopyatov · 4 years, 9 months ago
  40. 1dcfd97 Coroutine context propagation for Reactor to coroutines API migration (#1377) by SokolovaMaria · 4 years, 10 months ago
  41. 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
  42. 39f5cf8 Properly handle fatal exceptions in Rx coroutines, get rid of deadlock in RxObservable by Vsevolod Tolstopyatov · 5 years ago
  43. 233e74c Consistently handle fatal exceptions in PublisherCoroutine by Vsevolod Tolstopyatov · 5 years ago
  44. d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 5 years ago
  45. db0ef0c Update copyright year to 2019 in all the knit-generated files by Roman Elizarov · 5 years ago
  46. 9420df3 Change default request size in Publisher.openSubscription to one by Roman Elizarov · 5 years ago
  47. 3ed7a7d Fix docs in "Guide to reactive streams with coroutines" and reknit by Roman Elizarov · 5 years ago
  48. 15c7d0f Mark Flow declarations as experimental by Vsevolod Tolstopyatov · 5 years ago
  49. 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
  50. fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 5 years ago
  51. c961fb6 Tweaked prose in coroutines-guide-reactive a bit (and reknit) by Roman Elizarov · 5 years ago
  52. 0685dc4 Deprecate consumeEach on Publisher, ObservableSource and MaybeSource, introduce collect extension instead to be aligned with Flow by Vsevolod Tolstopyatov · 5 years ago
  53. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  54. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  55. 61c64cc Flow improvements: by Vsevolod Tolstopyatov · 5 years ago
  56. 170690f Flow.asObservable and Flow.asFlowable converters in rx2 module by Vsevolod Tolstopyatov · 5 years ago
  57. f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 5 years ago
  58. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  59. ac136d6 Rollback to insecure http for reactivex.io (broken certificate) by Roman Elizarov · 5 years ago
  60. 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 5 years ago
  61. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 5 years ago
  62. 52700ff Dispose/cancel reactive subscription exactly once using atomic by Roman Elizarov · 5 years ago
  63. ae8a874 Cancellation in consumeEach should dispose Rx Observable by Roman Elizarov · 5 years ago
  64. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  65. 85c7f4d Fix typo in IllegalArgumentException message by Vsevolod Tolstopyatov · 5 years ago
  66. 69c15b3 Make ConflatedChannel linearizable by Vsevolod Tolstopyatov · 6 years ago
  67. 7acccfc Align rxFlowable nullability with the Reactive Streams spec by Dmitriy Zaitsev · 6 years ago
  68. 0b886a3 Get rid of TestException copy-paste by Vsevolod Tolstopyatov · 6 years ago
  69. 65e6c8c Make examples runnable by Prendota · 6 years ago
  70. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  71. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  72. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  73. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  74. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  75. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  76. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  77. 54afb19 Aligned to RxJava2 contract - Observable and Single returns non nullable type <T>. by Dmitry Borodin · 6 years ago
  78. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  79. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  80. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  81. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  82. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  83. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  84. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  85. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  86. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  87. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  88. 5c7454b Scheduler tests infrastructure by Roman Elizarov · 6 years ago
  89. 7f2ed2f Report exception on cancellation in AbstractContinuation, do not swallow exceptions on cancellation in rx1 by Vsevolod Tolstopyatov · 6 years ago
  90. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  91. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  92. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  93. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  94. c0db4d3 Clarify RX subscription and cancellation example by Raman Gupta · 6 years ago
  95. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  96. 313978c Introduce deprecated ReceiveChannel#use to preserve backward compatibility with SubscriptionReceiveChannel, fix reactive samples by Vsevolod Tolstopyatov · 6 years ago
  97. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  98. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  99. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  100. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago