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