1. 0e93a38 Fix word omission (#2071) by a³ · 4 years, 4 months ago
  2. 1bd4349 Fixed val counter AtomicInteger in shared state example (#2063) by Roman Elizarov · 4 years, 4 months ago
  3. 1eeed50 Merge pull request #2037 from Kotlin/version-1.3.7 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  4. b3f7be2 Version 1.3.7 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  5. 7382bb3 Improved Job docs (#2035) by Roman Elizarov · 4 years, 4 months ago
  6. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  7. 2c99a10 Include 'javafx' project for JDK 11+ (#2022) by Victor Turansky · 4 years, 4 months ago
  8. 397f10e Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withContext, runBlocking, withTimeout and select (#2030) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  9. e470df9 Mutex.withLock() and Semaphore.withPermit() with EXACTLY_ONCE contract (#2010) by ZhouGongZaiShi · 4 years, 4 months ago
  10. 4511c23 Restore java configuration for 'benchmarks' (#2027) by Victor Turansky · 4 years, 4 months ago
  11. 559023d Add compileOnly android annotations and suppress lint for agent premain (#2015) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  12. cfb5af4 IDEA Project code-style settings (#2021) by Roman Elizarov · 4 years, 4 months ago
  13. e47cb35 Add project JDK convention (#1984) by Victor Turansky · 4 years, 4 months ago
  14. 10acaf2 Remove a reference to a missing close method from MutableStateFlow doc (#2013) by Roman Elizarov · 4 years, 4 months ago
  15. 3b753d9 Fix typo in doc (their->they) (#2014) by selectAll · 4 years, 4 months ago
  16. 32feba8 Added copyright profile settings by Roman Elizarov · 4 years, 4 months ago
  17. 583ec6e Merge pull request #2001 from Kotlin/version-1.3.6 by Vsevolod Tolstopyatov · 4 years, 5 months ago
  18. a922194 Version 1.3.6 by Vsevolod Tolstopyatov · 4 years, 5 months ago
  19. 1541886 StateFlow implementation (#1974) by Roman Elizarov · 4 years, 5 months ago
  20. 9291b00 Additional VCS configuration options by Roman Elizarov · 4 years, 5 months ago
  21. 171fcc1 Fix typos in comments to ticker channels (#1987) by Vadim Semenov · 4 years, 5 months ago
  22. 134a4bc Improve docs & code style in runInterruptibe (#1994) by Roman Elizarov · 4 years, 5 months ago
  23. 5ecebe1 Fix logic that determines future removal for scheduled executors (#1995) by Roman Elizarov · 4 years, 5 months ago
  24. 18f68ad Use standard random API (#1988) by Victor Turansky · 4 years, 5 months ago
  25. de38890 Platform util in 'buildSrc' (#1969) by Victor Turansky · 4 years, 5 months ago
  26. 1beebf1 'reactor_vesion' -> 'reactor_veRsion' (#1976) by Victor Turansky · 4 years, 5 months ago
  27. 9982979 Plugin versions in 'plugins' block (#1977) by Victor Turansky · 4 years, 5 months ago
  28. 0f15812 Kts transition (#1951) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  29. 8d6e464 Support thread interrupting blocking functions (#1972) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  30. be85455 Fix class cast exception during undispatched resume of cancellable continuation with onCancellation block (#1967) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  31. d5766f3 Revert "Gradle 6.3" by Roman Elizarov · 4 years, 5 months ago
  32. 52135fb Fix JS example warnings (#1968) by Victor Turansky · 4 years, 5 months ago
  33. 76e6440 Gradle 6.3 by Sergey Igushkin · 4 years, 5 months ago
  34. a8f4b64 Common java version method (#1965) by Victor Turansky · 4 years, 5 months ago
  35. 5b00e48 Remove experimental status from Flow API (#1963) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  36. 515e86a Add a lincheck test for `remove` in the segment list algorithm (#1964) by Nikita Koval · 4 years, 5 months ago
  37. 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, 5 months ago
  38. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 5 months ago
  39. 5073704 Remove unused Gradle wrapper (#1958) by Victor Turansky · 4 years, 5 months ago
  40. 3250e47 Integration with RxJava3 (#1950) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  41. 64d23a0 Kotlin DSL. Add version extension (#1939) by Victor Turansky · 4 years, 5 months ago
  42. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  43. bd7ac85 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 4 years, 5 months ago
  44. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 5 months ago
  45. dc8eeb0 Migrate to androidx.annotation from legacy android.support.annotion (#1932) by Roman Elizarov · 4 years, 5 months ago
  46. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 5 months ago
  47. ae6b2c4 JetBrains Toolbox icon (#1926) by Victor Turansky · 4 years, 5 months ago
  48. a35e5dc GitHub issue/pr links in IDEA Git log (#1920) by Victor Turansky · 4 years, 5 months ago
  49. 5eaf83c Fix in gradle for JS IR in case it doesn't exist (#1912) by LepilkinaElena · 4 years, 5 months ago
  50. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 5 months ago
  51. 2ff0bbb Full Apache 2.0 license text by Roman Elizarov · 4 years, 6 months ago
  52. 532368f Update Kotlin version to 1.3.71 (#1906) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  53. de29acd Flow onEmpty (#1904) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  54. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 6 months ago
  55. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 6 months ago
  56. b2bc70b Correct JDK version typo (#1903) by MMoskowitz9 · 4 years, 6 months ago
  57. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 6 months ago
  58. 52dcddc Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 6 months ago
  59. a3384a8 Removed extra non working SharedImmutable annotations (#1892) by LepilkinaElena · 4 years, 6 months ago
  60. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 6 months ago
  61. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  62. 5b610bb Fix publication validator not looking in the local maven repository (#1880) by dkhalanskyjb · 4 years, 6 months ago
  63. 3fdd3fe Refactor select impl to make its internal state easier to understand by Roman Elizarov · 4 years, 6 months ago
  64. e8705fe Remove unused AbstractChannel.describeSendConflated by Roman Elizarov · 4 years, 6 months ago
  65. 3bb3e55 Merge pull request #1872 from Kotlin/version-1.3.5 by Vsevolod Tolstopyatov · 4 years, 6 months ago
  66. 98ab2dc Version 1.3.5 by Vsevolod Tolstopyatov · 4 years, 6 months ago
  67. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 6 months ago
  68. 6802f7b Flow firstOrNull support (#1869) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  69. 1eaa309 Disable metadata publciation for kotlinx-coroutines-bom artifact (#1870) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  70. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 6 months ago
  71. e0a6533 ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717) by Roman Elizarov · 4 years, 6 months ago
  72. 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, 6 months ago
  73. 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, 6 months ago
  74. 2d0e862 Fix small mistake in the Readme of kotlinx-coroutines-test (#1865) by Stavro Xhardha · 4 years, 6 months ago
  75. a25bf36 JDK9 Flow integration (#1783) by dkhalanskyjb · 4 years, 6 months ago
  76. 8aaf2f7 Implement DebugTestBase in DebugProbesTest by Vsevolod Tolstopyatov · 4 years, 6 months ago
  77. 1e7ca75 kotlin.time.Duration support (#1811) by Roman Elizarov · 4 years, 6 months ago
  78. 5cfd6c0 java.time adapter for Flow.debounce and Flow.sample (#1834) by Roman Elizarov · 4 years, 6 months ago
  79. 4116fbf Make DebugProbes ready to production (#1862) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  80. 10fd73e Document the fact that dispatch should eventually invoke the given runnable (#1854) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  81. 737ad1e Update binary-compatibility-validator by Vsevolod Tolstopyatov · 4 years, 6 months ago
  82. fa97af2 Enable JS IR backend (#1832) by Svyatoslav Kuzmich · 4 years, 6 months ago
  83. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  84. aff8202 Conditionally disable :example-frontend-js for snapshot train by Vsevolod Tolstopyatov · 4 years, 7 months ago
  85. 1eae238 Make call to service loader in reactor integrations optimizable by R8 (#1847) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  86. 3592a8c Use a local version of stdlib's package-list file for docs by Roman Elizarov · 4 years, 7 months ago
  87. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 7 months ago
  88. bb3cf09 Version 1.3.4 by Vsevolod Tolstopyatov · 4 years, 7 months ago
  89. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 7 months ago
  90. c67aed0 Migrate experimental annotations to new API and provide custom warning message (#1842) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  91. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  92. 8d8a8fb Reuse RxJava built-in disposed Disposable (#1841) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  93. d831a86 Add ObservableSource.asFlow operator (#1768) by Marek Langiewicz · 4 years, 7 months ago
  94. 12e96cd Implement ObservableValue<T>.asFlow() (#1789) by dkhalanskyjb · 4 years, 7 months ago
  95. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 7 months ago
  96. c684d04 Knit version 0.1.3 (#1838) by Roman Elizarov · 4 years, 7 months ago
  97. cf473d2 Kotlin 1.3.70 (#1837) by Roman Elizarov · 4 years, 7 months ago
  98. 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, 7 months ago
  99. ca1093c Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 7 months ago
  100. d4fabbf Fixed regularized 'when' inference to build train by Roman Elizarov · 4 years, 7 months ago