1. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 5 months ago
  2. dd79263 Update binary compatibility validator (#2510) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  3. 7061cc2 Properly cancel ChannelCoroutine when the channel was closed or cancelled (#2507) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  4. 5531a6e Promote CoroutineStart.UNDISPATCHED to non experimental API (#2505) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  5. d37b834 Do not throw from JobListenableFuture.isCancelled (#2498) by Vadim Semenov · 3 years, 5 months ago
  6. 76b12f9 Restructure README (multiplatform) (#2495) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  7. 2ec1290 Add callsInPlace to ReceiveChannel.consume (#2496) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  8. dcb51f9 update: update docs for the new WebHelp engine (#2393) by koshachy · 3 years, 5 months ago
  9. 6854be1 Make internal functions public in already internal CoroutineScheduler in order to get prettier stacktraces without "$kotlinx_coroutines_core" in function names (#2487) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  10. 7548b83 Clarify yield documentation (#2466) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  11. 7ab7433 Update to Kotlin 1.4.21 (#2473) by Victor Turansky · 3 years, 5 months ago
  12. 7d0ad29 Fix LinkedListChannel.onUndeliveredElement call on channel cancel (#2444) by Roman Elizarov · 3 years, 5 months ago
  13. 0e926e7 Kotlin DSL - Kotlin conventions (JVM & JS) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  14. 5a6f890 Atomicfu version update (#2483) by SokolovaMaria · 3 years, 5 months ago
  15. 9966854 Add note about BlockHound (#2465) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  16. 5e7c61f Preserve a frame with source code location when sanitizing traces (#2452) by dkhalanskyjb · 3 years, 5 months ago
  17. c990568 Maven central publication (#2451) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  18. 5954e40 bump reactor-core to 3.4.x version and replace deprecated API usage (#2458) by Mikhael Sokolov · 3 years, 6 months ago
  19. 615ace2 Using the same logic as packNanos in the code below (#2463) by Vyacheslav · 3 years, 6 months ago
  20. 3aba905 Fix await/asDeferred for MinimalState implementations (#2457) by Roman Elizarov · 3 years, 6 months ago
  21. cc3c54c Update binary-compatibility-validator (#2460) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  22. 520afcb Gradle stewardship (#2431) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  23. 5f69f90 Fix incorrect ProGuard rules that allowed shrinking volatile felds (#2453) by dkhalanskyjb · 3 years, 6 months ago
  24. fa30140 Cleanup core module after update to Kotlin 1.4 (#2440) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  25. 1176267 Remove requirement that job of the pre-created JobCancelNode have to … (#2427) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  26. 556f07a Update to Kotlin 1.4.20 (#2424) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  27. a9c6159 Do not cache callerFrame in DispatchedContinuation by Vsevolod Tolstopyatov · 3 years, 7 months ago
  28. e00d7d8 Use combineUnsafe for 4 parameter combine (#2420) by Alex Vanyo · 3 years, 7 months ago
  29. 0e67d0a Remove outdated Android examples (#2418) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  30. 167c44e Update Knit to 0.2.3 (#2415) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  31. b13018d Add the model checking mode in Lincheck tests (#2326) by Nikita Koval · 3 years, 7 months ago
  32. 7223897 Merge pull request #2412 from Kotlin/version-1.4.2 by Vsevolod Tolstopyatov · 3 years, 7 months ago
  33. b221094 Version 1.4.2 by Vsevolod Tolstopyatov · 3 years, 7 months ago
  34. 4bbd4e2 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 7 months ago
  35. c742db2 Repair some corner cases in cancellation propagation between coroutines and listenable futures (#2222) by Vadim Semenov · 3 years, 7 months ago
  36. 0e5aefd Remove platform-specific dependencies on JavaFx artifacts (#2369) by Roman Elizarov · 3 years, 7 months ago
  37. c542b83 Fix indents in the documentation by Vsevolod Tolstopyatov · 3 years, 7 months ago
  38. e88e58d Correct a typo in the doc of SharingStarted. (#2403) by Louis Wasserman · 3 years, 7 months ago
  39. 179f142 Add build parameter to build coroutines with JVM IR compiler (#2389) by Alexander Likhachev · 3 years, 7 months ago
  40. 81577b2 Clarify withContext(NonCancellable) behavior (#2400) by Roman Elizarov · 3 years, 7 months ago
  41. 31a8df0 Clarify thread-safety of SharedFlow methods in docs (#2399) by Roman Elizarov · 3 years, 7 months ago
  42. 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
  43. 8ca5296 Make SharingStarted a fun interface (#2397) by Roman Elizarov · 3 years, 7 months ago
  44. 598b861 Add lint warnings on SharedFlow operations that never complete (#2376) by Roman Elizarov · 3 years, 7 months ago
  45. bc553ba Conditionally create an instance of CancellationException in Channel.cancel() (#2384) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  46. dede17e Don't unconditionally cast uCont in ScopeCoroutine cast to CoroutineStackFrame by Will Buck · 3 years, 7 months ago
  47. 37b95a9 Simplify JobNode.toString to reduce code and avoid potential StackOverflow (#2377) by Roman Elizarov · 3 years, 7 months ago
  48. f49fbf6 Fix a typo in select-expression.md (#2385) by Masood Fallahpoor · 3 years, 7 months ago
  49. addff4b Prevent potential re-park when the unparking thread is too slow (#2381) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  50. 937cc0c Fix replacement for deprecated broadcastIn operator (#2382) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  51. 865c229 Additional docs on unbuffered shared flow (#2346) by Roman Elizarov · 3 years, 8 months ago
  52. c35ce7e Version 1.4.1 by Roman Elizarov · 3 years, 8 months ago
  53. e710048 SharedFlow: Fix scenario with concurrent emitters and cancellation of subscriber (#2359) by Roman Elizarov · 3 years, 8 months ago
  54. 4ea4078 Merge pull request #2337 from Kotlin/version-1.4.0 by Vsevolod Tolstopyatov · 3 years, 8 months ago
  55. 00da1ac Acknowledge external contributors by Vsevolod Tolstopyatov · 3 years, 8 months ago
  56. f1e35a0 Version 1.4.0 by Vsevolod Tolstopyatov · 3 years, 8 months ago
  57. 727dd58 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 3 years, 8 months ago
  58. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  59. 92db4e1 Add debounce with selector and kotlin.time (#2336) by Roman Elizarov · 3 years, 8 months ago
  60. 53f007f Fix SharedFlow with replay for subscribers working at different speed (#2325) by Roman Elizarov · 3 years, 8 months ago
  61. 45ba58e Fix BlockHound false positives (#2331) by dkhalanskyjb · 3 years, 8 months ago
  62. ee78090 Fix potential crash in Rx2 and Rx3 asFlow extension (#2333) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  63. 8df6f5a Fix race condition in testUpstreamFailedImmediatelyWithInitialValue by Vsevolod Tolstopyatov · 3 years, 8 months ago
  64. 22c4301 Propagate kotlin_snapshot_version to buildSrc and kts files (#2332) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  65. 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
  66. 6843648 Release intercepted SafeCollector when onCompletion block is done (#2323) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  67. 768e92b Grammar correction on the Contribution.md file (#2321) by Lalit Behera · 3 years, 8 months ago
  68. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  69. 9eaa9c6 Introduce CoroutineContext.job extension (#2312) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  70. 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
  71. 993c192 Cleanup lazy coroutines that have been cancelled but not yet garbage … (#2315) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  72. 20ad25f Disable SecurityManager when IDEA is active by Vsevolod Tolstopyatov · 3 years, 8 months ago
  73. eb1b5db Fix doc references that differ only in case (function vs interface) (#2292) by Roman Elizarov · 3 years, 8 months ago
  74. 3f108cb Update shared-mutable-state-and-concurrency.md (#2309) by Masood Fallahpoor · 3 years, 8 months ago
  75. 863258b Fixed RejectedExecutionTest on JDK1.6 by Roman Elizarov · 3 years, 8 months ago
  76. 1b34e1c Merge pull request #2297 from Kotlin/version-1.4.0-M1 by Vsevolod Tolstopyatov · 3 years, 8 months ago
  77. f3a9b60 Version 1.4.0-M1 by Vsevolod Tolstopyatov · 3 years, 8 months ago
  78. c92cec3 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 3 years, 8 months ago
  79. 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 3 years, 8 months ago
  80. 401c05c Updated the docs on IDEA debugging (#2244) by koshachy · 3 years, 8 months ago
  81. 030aee4 Fixed FlowOnTest after the merge of branches by Roman Elizarov · 3 years, 8 months ago
  82. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 8 months ago
  83. 738f5a2 Refactor mpp/native build, introduce "concurrent" source set, test launcher (#2074) by Roman Elizarov · 3 years, 8 months ago
  84. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 3 years, 9 months ago
  85. b82439e Document problems with building coroutines-using Android projects (#2288) by dkhalanskyjb · 3 years, 9 months ago
  86. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 3 years, 9 months ago
  87. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 3 years, 9 months ago
  88. 7897f70 Pr/2230 (#2287) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  89. 448106a Provide asFlowable and asObservable by their names in binary instead … (#2285) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  90. d4c55ce Clarify documentation for IO dispatcher (#2286) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  91. 2554f56 Consistent JDK versions in CONTRIBUTING.md by Roman Elizarov · 3 years, 9 months ago
  92. 3cb61fc Clarify the env requirements in CONTRIBUTING.md (#2281) by Nicklas Ansman Giertz · 3 years, 9 months ago
  93. 3af136f Kts transition (#2261) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  94. 4c28f94 Update exception-handling.md (#2271) by Masood Fallahpoor · 3 years, 9 months ago
  95. d2ed1d8 Fix wrong Proguard rules (#2273) by dkhalanskyjb · 3 years, 9 months ago
  96. f02aadc Remove parent.start() from CancellableContinuationImpl.kt (#2036) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  97. 5b71210 Lint settings for 1.4 (#2038) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  98. 5dd94a3 Add Publisher.awaitSingleOrDefault|Null|Else extensions (#2260) by Sébastien Deleuze · 3 years, 9 months ago
  99. 85b1a2b Support JetBrains cache-redirector service for stable CI builds (#2247) by Roman Elizarov · 3 years, 9 months ago
  100. 2d0686b Add awaitCancellation (#2225) by Louis CAD · 3 years, 10 months ago