1. 4c28f94 Update exception-handling.md (#2271) by Masood Fallahpoor · 4 years ago
  2. 0cab30b Contributing Guidelines (#2232) by Roman Elizarov · 4 years, 1 month ago
  3. 1ec50fe Fix typos in gradle.properties (#2211) by Louis CAD · 4 years, 1 month ago
  4. a34a4fc Fix some sample outputs not being displayed in flow.md (#2201) by Masood Fallahpoor · 4 years, 1 month ago
  5. 247b34c Merge pull request #2203 from Kotlin/version-1.3.9 by Vsevolod Tolstopyatov · 4 years, 1 month ago
  6. 398fee2 Update documentation by Vsevolod Tolstopyatov · 4 years, 2 months ago
  7. 6649745 Add missing 'the' (#2200) by Jan Söndermann · 4 years, 1 month ago
  8. a61c6cc Update typo in flow.md (#2199) by Shubham · 4 years, 1 month ago
  9. 807d628 Update flow.md (#2196) by Masood Fallahpoor · 4 years, 2 months ago
  10. 2d0d9aa Version 1.3.9 by Vsevolod Tolstopyatov · 4 years, 2 months ago
  11. 6f01402 Update api dump for 1.4.0 compiler by Stanislav Erokhin · 4 years, 3 months ago
  12. abc6cd8 Feat: updated debugging coroutines in the documentation (#2191) by katia-energizer · 4 years, 2 months ago
  13. 1a6beba Support context in Flow.asPublisher and similar methods (#2156) by Roman Elizarov · 4 years, 2 months ago
  14. 9139c64 Add missing article (#2180) by Masood Fallahpoor · 4 years, 2 months ago
  15. 3cc9b94 Add a keep rule for AndroidDispatcherFactory for R8 version > 1.6.0 (#2154) by Oscar Spruit · 4 years, 2 months ago
  16. 716d21c Fix docs for CancellableContinuation (#2112) by Ibraheem Zaman · 4 years, 2 months ago
  17. e60bcbd Fix hanging RunInterruptibleStressTest on Windows with JDK 1.6 (#2145) by Roman Elizarov · 4 years, 2 months ago
  18. d55d8e8 Version 1.3.8 by Roman Elizarov · 4 years, 2 months ago
  19. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 4 years, 2 months ago
  20. 5705372 Increase timeout in the example to make sure it fails with threads (#2141) by Roman Elizarov · 4 years, 2 months ago
  21. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 4 years, 2 months ago
  22. 64571aa Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 2 months ago
  23. d718970 Fix race in Flow.asPublisher (#2124) by Roman Elizarov · 4 years, 2 months ago
  24. ccdc563 Rename 'foo' function to 'simple' in flow docs (#2078) by Roman Elizarov · 4 years, 2 months ago
  25. 5e91dc4 Replace scanReduce with runningReduce to be consistent with Kotlin standard library. (#2139) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  26. b42f986 Flow.transformWhile operator (#2066) by Roman Elizarov · 4 years, 2 months ago
  27. 5183b62 Replace references to deprecated delayEach operator (#2127) by Thibault Seisel · 4 years, 3 months ago
  28. 75dede3 Removed unused NativeThreadLocal declaration by Roman Elizarov · 4 years, 3 months ago
  29. 3744f8e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 3 months ago
  30. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years, 3 months ago
  31. 634b907 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 3 months ago
  32. 755d76b Fix ensureAction to work in the empty context case (#2119) by Roman Elizarov · 4 years, 3 months ago
  33. ff4b2ce Do not print error message to the console when we've failed to install signal handler. (#2118) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  34. de61a74 Fixed invalid self-links to index.md in docs by Roman Elizarov · 4 years, 3 months ago
  35. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  36. 68360e0 Fix missing unbox state in native runBlocking (#2091) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  37. 4b16e1b Ignore API change in kotlinx-coroutines-core in train build by Stanislav Erokhin · 4 years, 4 months ago
  38. 9bbb669 Improve the docs and guide on flow cancellation (#2043) by Roman Elizarov · 4 years, 4 months ago
  39. cdbdba9 Improve grammar in docs/basics (#2076) by Adam Howard · 4 years, 4 months ago
  40. f13549a In all documentation "get the full code here" (#2076) by Adam Howard · 4 years, 4 months ago
  41. 41f3755 Make RunInterruptibleStressTest more straightforward, get rid of Dispatchers.IO by Vsevolod Tolstopyatov · 4 years, 4 months ago
  42. 0bf172b Fix jvm dependency on Android annotations (#2075) by Roman Elizarov · 4 years, 4 months ago
  43. 0e93a38 Fix word omission (#2071) by a³ · 4 years, 4 months ago
  44. 3a8a0ea Remove keep rules mentioning kotlinx.coroutines.android from core module (#2061) by Morten Krogh-Jespersen · 4 years, 4 months ago
  45. 6391089 Adopt Kotlin/JS for 1.4-M2 (#2060) by Ilya Goncharov · 4 years, 4 months ago
  46. 1bd4349 Fixed val counter AtomicInteger in shared state example (#2063) by Roman Elizarov · 4 years, 4 months ago
  47. adbbbaa Properly check identity of caught AbortFlowException in Flow.first op… (#2057) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  48. 17248c8 Fixes for 1.4-M2 & HMPP (#2031) by Sergey Igushkin · 4 years, 4 months ago
  49. 1eeed50 Merge pull request #2037 from Kotlin/version-1.3.7 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  50. b3f7be2 Version 1.3.7 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  51. 7382bb3 Improved Job docs (#2035) by Roman Elizarov · 4 years, 4 months ago
  52. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  53. 2c99a10 Include 'javafx' project for JDK 11+ (#2022) by Victor Turansky · 4 years, 5 months ago
  54. 397f10e Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withContext, runBlocking, withTimeout and select (#2030) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  55. e470df9 Mutex.withLock() and Semaphore.withPermit() with EXACTLY_ONCE contract (#2010) by ZhouGongZaiShi · 4 years, 5 months ago
  56. 4511c23 Restore java configuration for 'benchmarks' (#2027) by Victor Turansky · 4 years, 5 months ago
  57. 559023d Add compileOnly android annotations and suppress lint for agent premain (#2015) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  58. cfb5af4 IDEA Project code-style settings (#2021) by Roman Elizarov · 4 years, 5 months ago
  59. e47cb35 Add project JDK convention (#1984) by Victor Turansky · 4 years, 5 months ago
  60. 10acaf2 Remove a reference to a missing close method from MutableStateFlow doc (#2013) by Roman Elizarov · 4 years, 5 months ago
  61. 3b753d9 Fix typo in doc (their->they) (#2014) by selectAll · 4 years, 5 months ago
  62. 32feba8 Added copyright profile settings by Roman Elizarov · 4 years, 5 months ago
  63. 583ec6e Merge pull request #2001 from Kotlin/version-1.3.6 by Vsevolod Tolstopyatov · 4 years, 5 months ago
  64. a922194 Version 1.3.6 by Vsevolod Tolstopyatov · 4 years, 5 months ago
  65. 1541886 StateFlow implementation (#1974) by Roman Elizarov · 4 years, 5 months ago
  66. 9291b00 Additional VCS configuration options by Roman Elizarov · 4 years, 5 months ago
  67. 171fcc1 Fix typos in comments to ticker channels (#1987) by Vadim Semenov · 4 years, 5 months ago
  68. 134a4bc Improve docs & code style in runInterruptibe (#1994) by Roman Elizarov · 4 years, 5 months ago
  69. 5ecebe1 Fix logic that determines future removal for scheduled executors (#1995) by Roman Elizarov · 4 years, 5 months ago
  70. 18f68ad Use standard random API (#1988) by Victor Turansky · 4 years, 5 months ago
  71. de38890 Platform util in 'buildSrc' (#1969) by Victor Turansky · 4 years, 5 months ago
  72. 1beebf1 'reactor_vesion' -> 'reactor_veRsion' (#1976) by Victor Turansky · 4 years, 5 months ago
  73. 9982979 Plugin versions in 'plugins' block (#1977) by Victor Turansky · 4 years, 5 months ago
  74. 0f15812 Kts transition (#1951) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  75. 8d6e464 Support thread interrupting blocking functions (#1972) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  76. be85455 Fix class cast exception during undispatched resume of cancellable continuation with onCancellation block (#1967) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  77. d5766f3 Revert "Gradle 6.3" by Roman Elizarov · 4 years, 5 months ago
  78. 52135fb Fix JS example warnings (#1968) by Victor Turansky · 4 years, 5 months ago
  79. 76e6440 Gradle 6.3 by Sergey Igushkin · 4 years, 6 months ago
  80. a8f4b64 Common java version method (#1965) by Victor Turansky · 4 years, 5 months ago
  81. 5b00e48 Remove experimental status from Flow API (#1963) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  82. 515e86a Add a lincheck test for `remove` in the segment list algorithm (#1964) by Nikita Koval · 4 years, 5 months ago
  83. 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
  84. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 5 months ago
  85. 5073704 Remove unused Gradle wrapper (#1958) by Victor Turansky · 4 years, 5 months ago
  86. 3250e47 Integration with RxJava3 (#1950) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  87. 64d23a0 Kotlin DSL. Add version extension (#1939) by Victor Turansky · 4 years, 5 months ago
  88. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  89. bd7ac85 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 4 years, 5 months ago
  90. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 5 months ago
  91. dc8eeb0 Migrate to androidx.annotation from legacy android.support.annotion (#1932) by Roman Elizarov · 4 years, 5 months ago
  92. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 5 months ago
  93. ae6b2c4 JetBrains Toolbox icon (#1926) by Victor Turansky · 4 years, 5 months ago
  94. a35e5dc GitHub issue/pr links in IDEA Git log (#1920) by Victor Turansky · 4 years, 5 months ago
  95. 5eaf83c Fix in gradle for JS IR in case it doesn't exist (#1912) by LepilkinaElena · 4 years, 6 months ago
  96. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 6 months ago
  97. 2ff0bbb Full Apache 2.0 license text by Roman Elizarov · 4 years, 6 months ago
  98. 532368f Update Kotlin version to 1.3.71 (#1906) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  99. de29acd Flow onEmpty (#1904) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  100. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 6 months ago