1. de29acd Flow onEmpty (#1904) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  2. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 5 months ago
  3. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 5 months ago
  4. b2bc70b Correct JDK version typo (#1903) by MMoskowitz9 · 4 years, 5 months ago
  5. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 5 months ago
  6. 52dcddc Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 5 months ago
  7. a3384a8 Removed extra non working SharedImmutable annotations (#1892) by LepilkinaElena · 4 years, 5 months ago
  8. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 5 months ago
  9. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  10. 5b610bb Fix publication validator not looking in the local maven repository (#1880) by dkhalanskyjb · 4 years, 5 months ago
  11. 3fdd3fe Refactor select impl to make its internal state easier to understand by Roman Elizarov · 4 years, 5 months ago
  12. e8705fe Remove unused AbstractChannel.describeSendConflated by Roman Elizarov · 4 years, 5 months ago
  13. 3bb3e55 Merge pull request #1872 from Kotlin/version-1.3.5 by Vsevolod Tolstopyatov · 4 years, 5 months ago
  14. 98ab2dc Version 1.3.5 by Vsevolod Tolstopyatov · 4 years, 5 months ago
  15. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 5 months ago
  16. 6802f7b Flow firstOrNull support (#1869) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  17. 1eaa309 Disable metadata publciation for kotlinx-coroutines-bom artifact (#1870) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  18. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 5 months ago
  19. e0a6533 ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717) by Roman Elizarov · 4 years, 5 months ago
  20. 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, 5 months ago
  21. 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, 5 months ago
  22. 2d0e862 Fix small mistake in the Readme of kotlinx-coroutines-test (#1865) by Stavro Xhardha · 4 years, 5 months ago
  23. a25bf36 JDK9 Flow integration (#1783) by dkhalanskyjb · 4 years, 5 months ago
  24. 8aaf2f7 Implement DebugTestBase in DebugProbesTest by Vsevolod Tolstopyatov · 4 years, 5 months ago
  25. 1e7ca75 kotlin.time.Duration support (#1811) by Roman Elizarov · 4 years, 5 months ago
  26. 5cfd6c0 java.time adapter for Flow.debounce and Flow.sample (#1834) by Roman Elizarov · 4 years, 5 months ago
  27. 4116fbf Make DebugProbes ready to production (#1862) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  28. 10fd73e Document the fact that dispatch should eventually invoke the given runnable (#1854) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  29. 737ad1e Update binary-compatibility-validator by Vsevolod Tolstopyatov · 4 years, 5 months ago
  30. fa97af2 Enable JS IR backend (#1832) by Svyatoslav Kuzmich · 4 years, 5 months ago
  31. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  32. aff8202 Conditionally disable :example-frontend-js for snapshot train by Vsevolod Tolstopyatov · 4 years, 5 months ago
  33. 1eae238 Make call to service loader in reactor integrations optimizable by R8 (#1847) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  34. 3592a8c Use a local version of stdlib's package-list file for docs by Roman Elizarov · 4 years, 6 months ago
  35. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 6 months ago
  36. bb3cf09 Version 1.3.4 by Vsevolod Tolstopyatov · 4 years, 6 months ago
  37. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 6 months ago
  38. c67aed0 Migrate experimental annotations to new API and provide custom warning message (#1842) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  39. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  40. 8d8a8fb Reuse RxJava built-in disposed Disposable (#1841) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  41. d831a86 Add ObservableSource.asFlow operator (#1768) by Marek Langiewicz · 4 years, 6 months ago
  42. 12e96cd Implement ObservableValue<T>.asFlow() (#1789) by dkhalanskyjb · 4 years, 6 months ago
  43. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 6 months ago
  44. c684d04 Knit version 0.1.3 (#1838) by Roman Elizarov · 4 years, 6 months ago
  45. cf473d2 Kotlin 1.3.70 (#1837) by Roman Elizarov · 4 years, 6 months ago
  46. 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, 6 months ago
  47. ca1093c Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 6 months ago
  48. d4fabbf Fixed regularized 'when' inference to build train by Roman Elizarov · 4 years, 6 months ago
  49. 21bb6fb Temporary workaround bug in K/N 1.3.70 codegen (KT-37061) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  50. 3651276 Make publication validator part of the project (#1820) by dkhalanskyjb · 4 years, 6 months ago
  51. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 6 months ago
  52. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 6 months ago
  53. 1ac3dc2 Build project using JDK 11 (#1733) by Roman Elizarov · 4 years, 6 months ago
  54. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 6 months ago
  55. 1ed6fcc Indicate that root README should be updated with new contributions (#1795) by Marius Volkhart · 4 years, 6 months ago
  56. 455c255 Introduce ExecutorRule for stress-tests for simpler development process by Vsevolod Tolstopyatov · 4 years, 6 months ago
  57. 9f4fd70 Fix a race in some tests for JavaRX integration (#1801) by dkhalanskyjb · 4 years, 6 months ago
  58. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  59. b64a23b Improve FieldWalker, don't access JDK classes (#1799) by Roman Elizarov · 4 years, 6 months ago
  60. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  61. 0126dba ConflatedChannel with lock to protect the one-element buffer, double-linked list used for suspending receivers only. by SokolovaMaria · 4 years, 9 months ago
  62. 90a9faf Update module name for kotlinx-coroutines-core-common artifact by Roman Elizarov · 4 years, 6 months ago
  63. 91e4d77 Fix failing publication validation by Dmitry Khalanskiy · 4 years, 6 months ago
  64. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 6 months ago
  65. e153863 Integration with binary-compatibility-validator plugin (#1790) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  66. 09cb4bf Fix tests hanging when `verifyDump` fails by Dmitry Khalanskiy · 4 years, 7 months ago
  67. cf5da1a Remove extraneous word in comment by Eric O'Connell · 4 years, 7 months ago
  68. fb990b0 Disable CasesPublicAPITest completely for train builds by Vsevolod Tolstopyatov · 4 years, 7 months ago
  69. 6810745 Request elements in batches in ReactiveFlow to avoid requesting elements one by one in a default configuration by Vsevolod Tolstopyatov · 4 years, 7 months ago
  70. 642989e Disable companions test in binary-compatibility-validation in train builds (KT-11567) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  71. 3d59fef Fix context support in Publisher.asFlow.flowOn by Roman Elizarov · 4 years, 7 months ago
  72. 9be85a4 Replace "for" with "repeat" by Tatsuya Fujisaki · 4 years, 7 months ago
  73. f18e0e4 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 7 months ago
  74. fa8de2e Fix jsdom and jsdom-global version. by Vsevolod Tolstopyatov · 4 years, 7 months ago
  75. 345458b ReceiveChannel.receiveAsFlow extension (#1731) by Roman Elizarov · 4 years, 8 months ago
  76. fe15b6d Flow.flattenMerge benchmark (#1464) by fmixing · 4 years, 8 months ago
  77. 4f24a7a Update lincheck to 2.5.3 and re-write the corresponding tests by Nikita Koval · 4 years, 9 months ago
  78. 1f77783 Fix non-linearizability in `ArrayChannel` while moving an element from the waiting queue to the buffer by Nikita Koval · 4 years, 8 months ago
  79. 16d2606 Site building docs updated by Roman Elizarov · 4 years, 8 months ago
  80. c5e6e03 Generate site using Jekyll via Docker by Roman Elizarov · 4 years, 8 months ago
  81. c526c3f Do not request additional worker from 'yield' calls and during post-e… (#1728) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  82. 70e3583 Make CoroutinesDumpTest deterministic by Vsevolod Tolstopyatov · 4 years, 8 months ago
  83. 12a0318 Use common ThreadLocal declaration from stdlib by Roman Elizarov · 4 years, 8 months ago
  84. 60f8688 Use common SharedImmutable declaration from stdlib by Roman Elizarov · 4 years, 8 months ago
  85. 476d6de Authenticate in 'kotlin-dev' repo on Bintray by Michael Kuzmin · 4 years, 8 months ago
  86. f8b3c44 Fix TestBase example in kdoc by Marek Langiewicz · 4 years, 8 months ago
  87. cc3d8c4 update `broadcastIn` comment to refer to itself instead of `produce` by Rick Busarow · 4 years, 8 months ago
  88. 8a6e8d1 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 8 months ago
  89. 99b78e4 Merge pull request #1703 from Kotlin/version-1.3.3 by Vsevolod Tolstopyatov · 4 years, 8 months ago
  90. 24f5f9c Better diagnostics on ChannelSelectStressTest failure by Roman Elizarov · 4 years, 8 months ago
  91. efc234f Version 1.3.3 by Vsevolod Tolstopyatov · 4 years, 8 months ago
  92. 7abce10 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 8 months ago
  93. 41dca58 Proguard rule to keep volatile name of SafeContinuation by Roman Elizarov · 4 years, 8 months ago
  94. cbd5b1c Merge pull request #1652 from Kotlin/scheduler-changes by Vsevolod Tolstopyatov · 4 years, 8 months ago
  95. 4224e01 Merge termination state machine and parking state machine into one, get rid of long-scanning sequence by Vsevolod Tolstopyatov · 4 years, 8 months ago
  96. 4dcfced Ensure that interruption flag is cleaned up properly by Vsevolod Tolstopyatov · 4 years, 9 months ago
  97. 966020e Document CoroutineScheduler machinery by Vsevolod Tolstopyatov · 4 years, 9 months ago
  98. d77c17c Improve performance of task acquisition by Vsevolod Tolstopyatov · 4 years, 9 months ago
  99. ab30d72 New deterministic algorithm for working with blocking tasks by Vsevolod Tolstopyatov · 4 years, 10 months ago
  100. 4236c8c New work stealing and unparking strategies by Vsevolod Tolstopyatov · 4 years, 11 months ago