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