1. e64dad7 Revert "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years ago
  2. f74e153 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 3 months ago
  3. f5983c5 Clarify exception recovery documentation regarding suppressed exceptions (#2544) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  4. dda99e2 Improve readability of collectLatest documentation. (#2554) by Tobias Preuss · 3 years, 3 months ago
  5. 13765d5 Add missing article. (#2553) by Tobias Preuss · 3 years, 3 months ago
  6. 052c9c9 update: rename basics.md to coroutines-basics.md (#2538) by koshachy · 3 years, 3 months ago
  7. ce64e79 Fix typo in Combine (#2540) by Mao Yufeng · 3 years, 3 months ago
  8. 01dcfe5 Rename TimeSource to SchedulerTimeSource due to KT-42625 (#2537) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  9. 88b0966 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 3 months ago
  10. e21c455 Properly nest ThreadContextElement (#2517) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  11. 778199d Update Kotlin to 1.4.30 (#2523) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  12. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  13. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 4 months ago
  14. 7061cc2 Properly cancel ChannelCoroutine when the channel was closed or cancelled (#2507) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  15. 5531a6e Promote CoroutineStart.UNDISPATCHED to non experimental API (#2505) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  16. 66fe1c8 Correct typos in Merge.kt (#2489) by Yunjoo Park · 3 years, 4 months ago
  17. 2ec1290 Add callsInPlace to ReceiveChannel.consume (#2496) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  18. 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, 4 months ago
  19. 7548b83 Clarify yield documentation (#2466) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  20. 7d0ad29 Fix LinkedListChannel.onUndeliveredElement call on channel cancel (#2444) by Roman Elizarov · 3 years, 4 months ago
  21. 5a6f890 Atomicfu version update (#2483) by SokolovaMaria · 3 years, 4 months ago
  22. 5e7c61f Preserve a frame with source code location when sanitizing traces (#2452) by dkhalanskyjb · 3 years, 4 months ago
  23. 22087ef Fix documentation typos (#2471) by Travis Wyatt · 3 years, 4 months ago
  24. 615ace2 Using the same logic as packNanos in the code below (#2463) by Vyacheslav · 3 years, 5 months ago
  25. 5f69f90 Fix incorrect ProGuard rules that allowed shrinking volatile felds (#2453) by dkhalanskyjb · 3 years, 5 months ago
  26. fa30140 Cleanup core module after update to Kotlin 1.4 (#2440) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  27. 1176267 Remove requirement that job of the pre-created JobCancelNode have to … (#2427) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  28. 556f07a Update to Kotlin 1.4.20 (#2424) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  29. a9c6159 Do not cache callerFrame in DispatchedContinuation by Vsevolod Tolstopyatov · 3 years, 6 months ago
  30. e00d7d8 Use combineUnsafe for 4 parameter combine (#2420) by Alex Vanyo · 3 years, 6 months ago
  31. 167c44e Update Knit to 0.2.3 (#2415) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  32. b13018d Add the model checking mode in Lincheck tests (#2326) by Nikita Koval · 3 years, 6 months ago
  33. 4bbd4e2 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 6 months ago
  34. e88e58d Correct a typo in the doc of SharingStarted. (#2403) by Louis Wasserman · 3 years, 6 months ago
  35. 179f142 Add build parameter to build coroutines with JVM IR compiler (#2389) by Alexander Likhachev · 3 years, 6 months ago
  36. 81577b2 Clarify withContext(NonCancellable) behavior (#2400) by Roman Elizarov · 3 years, 6 months ago
  37. 31a8df0 Clarify thread-safety of SharedFlow methods in docs (#2399) by Roman Elizarov · 3 years, 6 months ago
  38. 4fe809f Unlock Mutex and release Semaphore during cancellation on a fast branch of slow-path in Mutex/Semaphore (#2396) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  39. 8ca5296 Make SharingStarted a fun interface (#2397) by Roman Elizarov · 3 years, 6 months ago
  40. 598b861 Add lint warnings on SharedFlow operations that never complete (#2376) by Roman Elizarov · 3 years, 6 months ago
  41. bc553ba Conditionally create an instance of CancellationException in Channel.cancel() (#2384) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  42. dede17e Don't unconditionally cast uCont in ScopeCoroutine cast to CoroutineStackFrame by Will Buck · 3 years, 6 months ago
  43. 37b95a9 Simplify JobNode.toString to reduce code and avoid potential StackOverflow (#2377) by Roman Elizarov · 3 years, 6 months ago
  44. addff4b Prevent potential re-park when the unparking thread is too slow (#2381) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  45. 937cc0c Fix replacement for deprecated broadcastIn operator (#2382) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  46. 865c229 Additional docs on unbuffered shared flow (#2346) by Roman Elizarov · 3 years, 7 months ago
  47. e710048 SharedFlow: Fix scenario with concurrent emitters and cancellation of subscriber (#2359) by Roman Elizarov · 3 years, 7 months ago
  48. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  49. 92db4e1 Add debounce with selector and kotlin.time (#2336) by Roman Elizarov · 3 years, 7 months ago
  50. 53f007f Fix SharedFlow with replay for subscribers working at different speed (#2325) by Roman Elizarov · 3 years, 7 months ago
  51. 8df6f5a Fix race condition in testUpstreamFailedImmediatelyWithInitialValue by Vsevolod Tolstopyatov · 3 years, 7 months ago
  52. 3275d22 Propagate exception from stateIn to the caller when the upstream failed to produce initial value (#2329) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  53. 6843648 Release intercepted SafeCollector when onCompletion block is done (#2323) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  54. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  55. 9eaa9c6 Introduce CoroutineContext.job extension (#2312) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  56. 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, 7 months ago
  57. 993c192 Cleanup lazy coroutines that have been cancelled but not yet garbage … (#2315) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  58. 20ad25f Disable SecurityManager when IDEA is active by Vsevolod Tolstopyatov · 3 years, 7 months ago
  59. 863258b Fixed RejectedExecutionTest on JDK1.6 by Roman Elizarov · 3 years, 7 months ago
  60. 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 3 years, 7 months ago
  61. 030aee4 Fixed FlowOnTest after the merge of branches by Roman Elizarov · 3 years, 8 months ago
  62. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 8 months ago
  63. 738f5a2 Refactor mpp/native build, introduce "concurrent" source set, test launcher (#2074) by Roman Elizarov · 3 years, 8 months ago
  64. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 3 years, 8 months ago
  65. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 3 years, 8 months ago
  66. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 3 years, 8 months ago
  67. 7897f70 Pr/2230 (#2287) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  68. d4c55ce Clarify documentation for IO dispatcher (#2286) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  69. d2ed1d8 Fix wrong Proguard rules (#2273) by dkhalanskyjb · 3 years, 8 months ago
  70. f02aadc Remove parent.start() from CancellableContinuationImpl.kt (#2036) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  71. 5b71210 Lint settings for 1.4 (#2038) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  72. 2d0686b Add awaitCancellation (#2225) by Louis CAD · 3 years, 9 months ago
  73. 879881e Fixed CoroutinesScope.ensureActive docs (#2242) by Roman Elizarov · 3 years, 9 months ago
  74. fe2fedc New Kotlin/JVM & Kotlin/Multiplatform plugins (#2018) by Victor Turansky · 3 years, 9 months ago
  75. a8bfc0e Cherry-picks from native-mt branch to reduce maintenance burden (#2204) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  76. 230ade7 Fix sporadic ConcurrentWeakMapTest failures (#2187) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  77. 6f01402 Update api dump for 1.4.0 compiler by Stanislav Erokhin · 3 years, 10 months ago
  78. 716d21c Fix docs for CancellableContinuation (#2112) by Ibraheem Zaman · 3 years, 10 months ago
  79. e60bcbd Fix hanging RunInterruptibleStressTest on Windows with JDK 1.6 (#2145) by Roman Elizarov · 3 years, 10 months ago
  80. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 3 years, 10 months ago
  81. 5705372 Increase timeout in the example to make sure it fails with threads (#2141) by Roman Elizarov · 3 years, 10 months ago
  82. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 3 years, 10 months ago
  83. 64571aa Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 3 years, 10 months ago
  84. ccdc563 Rename 'foo' function to 'simple' in flow docs (#2078) by Roman Elizarov · 3 years, 10 months ago
  85. 5e91dc4 Replace scanReduce with runningReduce to be consistent with Kotlin standard library. (#2139) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  86. b42f986 Flow.transformWhile operator (#2066) by Roman Elizarov · 3 years, 10 months ago
  87. 5183b62 Replace references to deprecated delayEach operator (#2127) by Thibault Seisel · 3 years, 11 months ago
  88. 75dede3 Removed unused NativeThreadLocal declaration by Roman Elizarov · 3 years, 11 months ago
  89. 3744f8e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 3 years, 11 months ago
  90. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years ago
  91. 634b907 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 3 years, 11 months ago
  92. 755d76b Fix ensureAction to work in the empty context case (#2119) by Roman Elizarov · 3 years, 11 months ago
  93. ff4b2ce Do not print error message to the console when we've failed to install signal handler. (#2118) by Vsevolod Tolstopyatov · 3 years, 11 months ago
  94. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years ago
  95. 68360e0 Fix missing unbox state in native runBlocking (#2091) by Vsevolod Tolstopyatov · 4 years ago
  96. 9bbb669 Improve the docs and guide on flow cancellation (#2043) by Roman Elizarov · 4 years ago
  97. 41f3755 Make RunInterruptibleStressTest more straightforward, get rid of Dispatchers.IO by Vsevolod Tolstopyatov · 4 years ago
  98. 0bf172b Fix jvm dependency on Android annotations (#2075) by Roman Elizarov · 4 years ago
  99. 3a8a0ea Remove keep rules mentioning kotlinx.coroutines.android from core module (#2061) by Morten Krogh-Jespersen · 4 years ago
  100. 1bd4349 Fixed val counter AtomicInteger in shared state example (#2063) by Roman Elizarov · 4 years ago