1. c742db2 Repair some corner cases in cancellation propagation between coroutines and listenable futures (#2222) by Vadim Semenov · 3 years, 10 months ago
  2. 0e5aefd Remove platform-specific dependencies on JavaFx artifacts (#2369) by Roman Elizarov · 3 years, 10 months ago
  3. c542b83 Fix indents in the documentation by Vsevolod Tolstopyatov · 3 years, 10 months ago
  4. 179f142 Add build parameter to build coroutines with JVM IR compiler (#2389) by Alexander Likhachev · 3 years, 10 months ago
  5. 81577b2 Clarify withContext(NonCancellable) behavior (#2400) by Roman Elizarov · 3 years, 10 months ago
  6. 31a8df0 Clarify thread-safety of SharedFlow methods in docs (#2399) by Roman Elizarov · 3 years, 10 months ago
  7. 4fe809f Unlock Mutex and release Semaphore during cancellation on a fast branch of slow-path in Mutex/Semaphore (#2396) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  8. 8ca5296 Make SharingStarted a fun interface (#2397) by Roman Elizarov · 3 years, 10 months ago
  9. 598b861 Add lint warnings on SharedFlow operations that never complete (#2376) by Roman Elizarov · 3 years, 10 months ago
  10. bc553ba Conditionally create an instance of CancellationException in Channel.cancel() (#2384) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  11. dede17e Don't unconditionally cast uCont in ScopeCoroutine cast to CoroutineStackFrame by Will Buck · 3 years, 10 months ago
  12. 37b95a9 Simplify JobNode.toString to reduce code and avoid potential StackOverflow (#2377) by Roman Elizarov · 3 years, 10 months ago
  13. addff4b Prevent potential re-park when the unparking thread is too slow (#2381) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  14. 937cc0c Fix replacement for deprecated broadcastIn operator (#2382) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  15. 865c229 Additional docs on unbuffered shared flow (#2346) by Roman Elizarov · 3 years, 11 months ago
  16. c35ce7e Version 1.4.1 by Roman Elizarov · 3 years, 11 months ago
  17. e710048 SharedFlow: Fix scenario with concurrent emitters and cancellation of subscriber (#2359) by Roman Elizarov · 3 years, 11 months ago
  18. 4ea4078 Merge pull request #2337 from Kotlin/version-1.4.0 by Vsevolod Tolstopyatov · 4 years ago
  19. 00da1ac Acknowledge external contributors by Vsevolod Tolstopyatov · 4 years ago
  20. f1e35a0 Version 1.4.0 by Vsevolod Tolstopyatov · 4 years ago
  21. 727dd58 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 4 years ago
  22. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 4 years ago
  23. 92db4e1 Add debounce with selector and kotlin.time (#2336) by Roman Elizarov · 4 years ago
  24. 53f007f Fix SharedFlow with replay for subscribers working at different speed (#2325) by Roman Elizarov · 4 years ago
  25. 45ba58e Fix BlockHound false positives (#2331) by dkhalanskyjb · 4 years ago
  26. ee78090 Fix potential crash in Rx2 and Rx3 asFlow extension (#2333) by Vsevolod Tolstopyatov · 4 years ago
  27. 8df6f5a Fix race condition in testUpstreamFailedImmediatelyWithInitialValue by Vsevolod Tolstopyatov · 4 years ago
  28. 22c4301 Propagate kotlin_snapshot_version to buildSrc and kts files (#2332) by Vsevolod Tolstopyatov · 4 years ago
  29. 3275d22 Propagate exception from stateIn to the caller when the upstream failed to produce initial value (#2329) by Vsevolod Tolstopyatov · 4 years ago
  30. 6843648 Release intercepted SafeCollector when onCompletion block is done (#2323) by Vsevolod Tolstopyatov · 4 years ago
  31. 768e92b Grammar correction on the Contribution.md file (#2321) by Lalit Behera · 4 years ago
  32. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 4 years ago
  33. 9eaa9c6 Introduce CoroutineContext.job extension (#2312) by Vsevolod Tolstopyatov · 4 years ago
  34. e941da2 Remove workaround for KT-42671 that triggers test failures from IDEA and access properties in a safe manner from agent premain instead (#2311) by Vsevolod Tolstopyatov · 4 years ago
  35. 993c192 Cleanup lazy coroutines that have been cancelled but not yet garbage … (#2315) by Vsevolod Tolstopyatov · 4 years ago
  36. 20ad25f Disable SecurityManager when IDEA is active by Vsevolod Tolstopyatov · 4 years ago
  37. eb1b5db Fix doc references that differ only in case (function vs interface) (#2292) by Roman Elizarov · 4 years ago
  38. 3f108cb Update shared-mutable-state-and-concurrency.md (#2309) by Masood Fallahpoor · 4 years ago
  39. 863258b Fixed RejectedExecutionTest on JDK1.6 by Roman Elizarov · 4 years ago
  40. 1b34e1c Merge pull request #2297 from Kotlin/version-1.4.0-M1 by Vsevolod Tolstopyatov · 4 years ago
  41. f3a9b60 Version 1.4.0-M1 by Vsevolod Tolstopyatov · 4 years ago
  42. c92cec3 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 4 years ago
  43. 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 4 years ago
  44. 401c05c Updated the docs on IDEA debugging (#2244) by koshachy · 4 years ago
  45. 030aee4 Fixed FlowOnTest after the merge of branches by Roman Elizarov · 4 years ago
  46. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 4 years ago
  47. 738f5a2 Refactor mpp/native build, introduce "concurrent" source set, test launcher (#2074) by Roman Elizarov · 4 years ago
  48. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 4 years ago
  49. b82439e Document problems with building coroutines-using Android projects (#2288) by dkhalanskyjb · 4 years ago
  50. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 4 years ago
  51. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 4 years ago
  52. 7897f70 Pr/2230 (#2287) by Vsevolod Tolstopyatov · 4 years ago
  53. 448106a Provide asFlowable and asObservable by their names in binary instead … (#2285) by Vsevolod Tolstopyatov · 4 years ago
  54. d4c55ce Clarify documentation for IO dispatcher (#2286) by Vsevolod Tolstopyatov · 4 years ago
  55. 2554f56 Consistent JDK versions in CONTRIBUTING.md by Roman Elizarov · 4 years ago
  56. 3cb61fc Clarify the env requirements in CONTRIBUTING.md (#2281) by Nicklas Ansman Giertz · 4 years ago
  57. 3af136f Kts transition (#2261) by Vsevolod Tolstopyatov · 4 years ago
  58. 4c28f94 Update exception-handling.md (#2271) by Masood Fallahpoor · 4 years ago
  59. d2ed1d8 Fix wrong Proguard rules (#2273) by dkhalanskyjb · 4 years ago
  60. f02aadc Remove parent.start() from CancellableContinuationImpl.kt (#2036) by Vsevolod Tolstopyatov · 4 years ago
  61. 5b71210 Lint settings for 1.4 (#2038) by Vsevolod Tolstopyatov · 4 years ago
  62. 5dd94a3 Add Publisher.awaitSingleOrDefault|Null|Else extensions (#2260) by Sébastien Deleuze · 4 years ago
  63. 85b1a2b Support JetBrains cache-redirector service for stable CI builds (#2247) by Roman Elizarov · 4 years ago
  64. 2d0686b Add awaitCancellation (#2225) by Louis CAD · 4 years, 1 month ago
  65. 879881e Fixed CoroutinesScope.ensureActive docs (#2242) by Roman Elizarov · 4 years ago
  66. 0cab30b Contributing Guidelines (#2232) by Roman Elizarov · 4 years ago
  67. fe2fedc New Kotlin/JVM & Kotlin/Multiplatform plugins (#2018) by Victor Turansky · 4 years, 1 month ago
  68. fcaa6df Migrate examples to new JS plugin by Vsevolod Tolstopyatov · 4 years, 1 month ago
  69. 964cd92 Transition to the Gradle kts by Victor Turansky · 4 years, 5 months ago
  70. 63156a8 Add space staging repository by Vsevolod Tolstopyatov · 4 years, 1 month ago
  71. 3cbf4ad Kotlin and Slack channel shields (#2205) by Victor Turansky · 4 years, 1 month ago
  72. a8bfc0e Cherry-picks from native-mt branch to reduce maintenance burden (#2204) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  73. 1ec50fe Fix typos in gradle.properties (#2211) by Louis CAD · 4 years, 1 month ago
  74. 230ade7 Fix sporadic ConcurrentWeakMapTest failures (#2187) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  75. 0436576 Remove redundant and flaky (due to its nature, not implementation problems) DebugLeaksStressTest by Vsevolod Tolstopyatov · 4 years, 1 month ago
  76. a34a4fc Fix some sample outputs not being displayed in flow.md (#2201) by Masood Fallahpoor · 4 years, 1 month ago
  77. bbc99b9 Remove redundant release step, it has been automated by try.kotlinlang.org team by Vsevolod Tolstopyatov · 4 years, 1 month ago
  78. 247b34c Merge pull request #2203 from Kotlin/version-1.3.9 by Vsevolod Tolstopyatov · 4 years, 1 month ago
  79. 398fee2 Update documentation by Vsevolod Tolstopyatov · 4 years, 1 month ago
  80. 6649745 Add missing 'the' (#2200) by Jan Söndermann · 4 years, 1 month ago
  81. a61c6cc Update typo in flow.md (#2199) by Shubham · 4 years, 1 month ago
  82. 807d628 Update flow.md (#2196) by Masood Fallahpoor · 4 years, 1 month ago
  83. 2d0d9aa Version 1.3.9 by Vsevolod Tolstopyatov · 4 years, 1 month ago
  84. 6f01402 Update api dump for 1.4.0 compiler by Stanislav Erokhin · 4 years, 2 months ago
  85. abc6cd8 Feat: updated debugging coroutines in the documentation (#2191) by katia-energizer · 4 years, 1 month ago
  86. 1a6beba Support context in Flow.asPublisher and similar methods (#2156) by Roman Elizarov · 4 years, 1 month ago
  87. 9139c64 Add missing article (#2180) by Masood Fallahpoor · 4 years, 2 months ago
  88. 3cc9b94 Add a keep rule for AndroidDispatcherFactory for R8 version > 1.6.0 (#2154) by Oscar Spruit · 4 years, 2 months ago
  89. 716d21c Fix docs for CancellableContinuation (#2112) by Ibraheem Zaman · 4 years, 2 months ago
  90. e60bcbd Fix hanging RunInterruptibleStressTest on Windows with JDK 1.6 (#2145) by Roman Elizarov · 4 years, 2 months ago
  91. d55d8e8 Version 1.3.8 by Roman Elizarov · 4 years, 2 months ago
  92. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 4 years, 2 months ago
  93. 5705372 Increase timeout in the example to make sure it fails with threads (#2141) by Roman Elizarov · 4 years, 2 months ago
  94. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 4 years, 2 months ago
  95. 64571aa Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 2 months ago
  96. d718970 Fix race in Flow.asPublisher (#2124) by Roman Elizarov · 4 years, 2 months ago
  97. ccdc563 Rename 'foo' function to 'simple' in flow docs (#2078) by Roman Elizarov · 4 years, 2 months ago
  98. 5e91dc4 Replace scanReduce with runningReduce to be consistent with Kotlin standard library. (#2139) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  99. b42f986 Flow.transformWhile operator (#2066) by Roman Elizarov · 4 years, 2 months ago
  100. 5183b62 Replace references to deprecated delayEach operator (#2127) by Thibault Seisel · 4 years, 2 months ago