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