1. be85455 Fix class cast exception during undispatched resume of cancellable continuation with onCancellation block (#1967) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  2. d5766f3 Revert "Gradle 6.3" by Roman Elizarov · 4 years, 2 months ago
  3. 52135fb Fix JS example warnings (#1968) by Victor Turansky · 4 years, 2 months ago
  4. 76e6440 Gradle 6.3 by Sergey Igushkin · 4 years, 3 months ago
  5. a8f4b64 Common java version method (#1965) by Victor Turansky · 4 years, 2 months ago
  6. 5b00e48 Remove experimental status from Flow API (#1963) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  7. 515e86a Add a lincheck test for `remove` in the segment list algorithm (#1964) by Nikita Koval · 4 years, 2 months ago
  8. cd5ab49 Setup cancellation eagerly in suspendCancellableCoroutine to properly integrate with APIs that may block the current thread, but react on cancellation (#1680) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  9. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 2 months ago
  10. 5073704 Remove unused Gradle wrapper (#1958) by Victor Turansky · 4 years, 2 months ago
  11. 3250e47 Integration with RxJava3 (#1950) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  12. 64d23a0 Kotlin DSL. Add version extension (#1939) by Victor Turansky · 4 years, 2 months ago
  13. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  14. bd7ac85 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 4 years, 2 months ago
  15. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 2 months ago
  16. dc8eeb0 Migrate to androidx.annotation from legacy android.support.annotion (#1932) by Roman Elizarov · 4 years, 2 months ago
  17. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 2 months ago
  18. ae6b2c4 JetBrains Toolbox icon (#1926) by Victor Turansky · 4 years, 2 months ago
  19. a35e5dc GitHub issue/pr links in IDEA Git log (#1920) by Victor Turansky · 4 years, 2 months ago
  20. 5eaf83c Fix in gradle for JS IR in case it doesn't exist (#1912) by LepilkinaElena · 4 years, 3 months ago
  21. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 3 months ago
  22. 2ff0bbb Full Apache 2.0 license text by Roman Elizarov · 4 years, 3 months ago
  23. 532368f Update Kotlin version to 1.3.71 (#1906) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  24. de29acd Flow onEmpty (#1904) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  25. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 3 months ago
  26. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 3 months ago
  27. b2bc70b Correct JDK version typo (#1903) by MMoskowitz9 · 4 years, 3 months ago
  28. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 3 months ago
  29. 52dcddc Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 3 months ago
  30. a3384a8 Removed extra non working SharedImmutable annotations (#1892) by LepilkinaElena · 4 years, 3 months ago
  31. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 3 months ago
  32. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  33. 5b610bb Fix publication validator not looking in the local maven repository (#1880) by dkhalanskyjb · 4 years, 3 months ago
  34. 3fdd3fe Refactor select impl to make its internal state easier to understand by Roman Elizarov · 4 years, 4 months ago
  35. e8705fe Remove unused AbstractChannel.describeSendConflated by Roman Elizarov · 4 years, 4 months ago
  36. 3bb3e55 Merge pull request #1872 from Kotlin/version-1.3.5 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  37. 98ab2dc Version 1.3.5 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  38. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 4 months ago
  39. 6802f7b Flow firstOrNull support (#1869) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  40. 1eaa309 Disable metadata publciation for kotlinx-coroutines-bom artifact (#1870) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  41. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 4 months ago
  42. e0a6533 ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717) by Roman Elizarov · 4 years, 4 months ago
  43. 0bc5d21 Fill in stacktrace of cancellation exception with an empty array to properly work on Android <= 6.0 that had a bug on a code-path with an empty stacktrace (#1868) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  44. cfb3ff9 Fill in stacktrace of cancellation exception with an empty array to properly work on Android <= 6.0 that had a bug on a code-path with an empty stacktrace by Vsevolod Tolstopyatov · 4 years, 4 months ago
  45. 2d0e862 Fix small mistake in the Readme of kotlinx-coroutines-test (#1865) by Stavro Xhardha · 4 years, 4 months ago
  46. a25bf36 JDK9 Flow integration (#1783) by dkhalanskyjb · 4 years, 4 months ago
  47. 8aaf2f7 Implement DebugTestBase in DebugProbesTest by Vsevolod Tolstopyatov · 4 years, 4 months ago
  48. 1e7ca75 kotlin.time.Duration support (#1811) by Roman Elizarov · 4 years, 4 months ago
  49. 5cfd6c0 java.time adapter for Flow.debounce and Flow.sample (#1834) by Roman Elizarov · 4 years, 4 months ago
  50. 4116fbf Make DebugProbes ready to production (#1862) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  51. 10fd73e Document the fact that dispatch should eventually invoke the given runnable (#1854) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  52. 737ad1e Update binary-compatibility-validator by Vsevolod Tolstopyatov · 4 years, 4 months ago
  53. fa97af2 Enable JS IR backend (#1832) by Svyatoslav Kuzmich · 4 years, 4 months ago
  54. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  55. aff8202 Conditionally disable :example-frontend-js for snapshot train by Vsevolod Tolstopyatov · 4 years, 4 months ago
  56. 1eae238 Make call to service loader in reactor integrations optimizable by R8 (#1847) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  57. 3592a8c Use a local version of stdlib's package-list file for docs by Roman Elizarov · 4 years, 4 months ago
  58. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  59. bb3cf09 Version 1.3.4 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  60. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 4 months ago
  61. c67aed0 Migrate experimental annotations to new API and provide custom warning message (#1842) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  62. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  63. 8d8a8fb Reuse RxJava built-in disposed Disposable (#1841) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  64. d831a86 Add ObservableSource.asFlow operator (#1768) by Marek Langiewicz · 4 years, 4 months ago
  65. 12e96cd Implement ObservableValue<T>.asFlow() (#1789) by dkhalanskyjb · 4 years, 4 months ago
  66. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 4 months ago
  67. c684d04 Knit version 0.1.3 (#1838) by Roman Elizarov · 4 years, 4 months ago
  68. cf473d2 Kotlin 1.3.70 (#1837) by Roman Elizarov · 4 years, 4 months ago
  69. 4a53d23 Atomically start coroutines in intermediate Flow operators in order to ensure proper termination, including finally blocks and onCompletion operators (#1829) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  70. ca1093c Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 4 months ago
  71. d4fabbf Fixed regularized 'when' inference to build train by Roman Elizarov · 4 years, 4 months ago
  72. 21bb6fb Temporary workaround bug in K/N 1.3.70 codegen (KT-37061) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  73. 3651276 Make publication validator part of the project (#1820) by dkhalanskyjb · 4 years, 4 months ago
  74. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 5 months ago
  75. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 5 months ago
  76. 1ac3dc2 Build project using JDK 11 (#1733) by Roman Elizarov · 4 years, 5 months ago
  77. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 5 months ago
  78. 1ed6fcc Indicate that root README should be updated with new contributions (#1795) by Marius Volkhart · 4 years, 5 months ago
  79. 455c255 Introduce ExecutorRule for stress-tests for simpler development process by Vsevolod Tolstopyatov · 4 years, 5 months ago
  80. 9f4fd70 Fix a race in some tests for JavaRX integration (#1801) by dkhalanskyjb · 4 years, 5 months ago
  81. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  82. b64a23b Improve FieldWalker, don't access JDK classes (#1799) by Roman Elizarov · 4 years, 5 months ago
  83. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  84. 0126dba ConflatedChannel with lock to protect the one-element buffer, double-linked list used for suspending receivers only. by SokolovaMaria · 4 years, 7 months ago
  85. 90a9faf Update module name for kotlinx-coroutines-core-common artifact by Roman Elizarov · 4 years, 5 months ago
  86. 91e4d77 Fix failing publication validation by Dmitry Khalanskiy · 4 years, 5 months ago
  87. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 5 months ago
  88. e153863 Integration with binary-compatibility-validator plugin (#1790) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  89. 09cb4bf Fix tests hanging when `verifyDump` fails by Dmitry Khalanskiy · 4 years, 5 months ago
  90. cf5da1a Remove extraneous word in comment by Eric O'Connell · 4 years, 5 months ago
  91. fb990b0 Disable CasesPublicAPITest completely for train builds by Vsevolod Tolstopyatov · 4 years, 5 months ago
  92. 6810745 Request elements in batches in ReactiveFlow to avoid requesting elements one by one in a default configuration by Vsevolod Tolstopyatov · 4 years, 5 months ago
  93. 642989e Disable companions test in binary-compatibility-validation in train builds (KT-11567) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  94. 3d59fef Fix context support in Publisher.asFlow.flowOn by Roman Elizarov · 4 years, 5 months ago
  95. 9be85a4 Replace "for" with "repeat" by Tatsuya Fujisaki · 4 years, 6 months ago
  96. f18e0e4 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 6 months ago
  97. fa8de2e Fix jsdom and jsdom-global version. by Vsevolod Tolstopyatov · 4 years, 6 months ago
  98. 345458b ReceiveChannel.receiveAsFlow extension (#1731) by Roman Elizarov · 4 years, 6 months ago
  99. fe15b6d Flow.flattenMerge benchmark (#1464) by fmixing · 4 years, 6 months ago
  100. 4f24a7a Update lincheck to 2.5.3 and re-write the corresponding tests by Nikita Koval · 4 years, 8 months ago