1. cd3cb31 Revert "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years, 2 months ago
  2. f74e153 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 4 months ago
  3. 052c9c9 update: rename basics.md to coroutines-basics.md (#2538) by koshachy · 3 years, 4 months ago
  4. 01dcfe5 Rename TimeSource to SchedulerTimeSource due to KT-42625 (#2537) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  5. e21c455 Properly nest ThreadContextElement (#2517) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  6. 778199d Update Kotlin to 1.4.30 (#2523) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  7. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  8. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 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. 5e7c61f Preserve a frame with source code location when sanitizing traces (#2452) by dkhalanskyjb · 3 years, 5 months ago
  11. 615ace2 Using the same logic as packNanos in the code below (#2463) by Vyacheslav · 3 years, 6 months ago
  12. 5f69f90 Fix incorrect ProGuard rules that allowed shrinking volatile felds (#2453) by dkhalanskyjb · 3 years, 6 months ago
  13. fa30140 Cleanup core module after update to Kotlin 1.4 (#2440) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  14. 1176267 Remove requirement that job of the pre-created JobCancelNode have to … (#2427) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  15. 556f07a Update to Kotlin 1.4.20 (#2424) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  16. b13018d Add the model checking mode in Lincheck tests (#2326) by Nikita Koval · 3 years, 7 months ago
  17. 179f142 Add build parameter to build coroutines with JVM IR compiler (#2389) by Alexander Likhachev · 3 years, 7 months ago
  18. 4fe809f Unlock Mutex and release Semaphore during cancellation on a fast branch of slow-path in Mutex/Semaphore (#2396) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  19. 37b95a9 Simplify JobNode.toString to reduce code and avoid potential StackOverflow (#2377) by Roman Elizarov · 3 years, 8 months ago
  20. addff4b Prevent potential re-park when the unparking thread is too slow (#2381) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  21. e710048 SharedFlow: Fix scenario with concurrent emitters and cancellation of subscriber (#2359) by Roman Elizarov · 3 years, 8 months ago
  22. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  23. 92db4e1 Add debounce with selector and kotlin.time (#2336) by Roman Elizarov · 3 years, 8 months ago
  24. 6843648 Release intercepted SafeCollector when onCompletion block is done (#2323) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  25. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  26. 9eaa9c6 Introduce CoroutineContext.job extension (#2312) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  27. 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
  28. 993c192 Cleanup lazy coroutines that have been cancelled but not yet garbage … (#2315) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  29. 863258b Fixed RejectedExecutionTest on JDK1.6 by Roman Elizarov · 3 years, 9 months ago
  30. 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 3 years, 9 months ago
  31. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 9 months ago
  32. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 3 years, 9 months ago
  33. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 3 years, 9 months ago
  34. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 3 years, 9 months ago
  35. d4c55ce Clarify documentation for IO dispatcher (#2286) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  36. d2ed1d8 Fix wrong Proguard rules (#2273) by dkhalanskyjb · 3 years, 9 months ago
  37. a8bfc0e Cherry-picks from native-mt branch to reduce maintenance burden (#2204) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  38. 230ade7 Fix sporadic ConcurrentWeakMapTest failures (#2187) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  39. 6f01402 Update api dump for 1.4.0 compiler by Stanislav Erokhin · 4 years ago
  40. e60bcbd Fix hanging RunInterruptibleStressTest on Windows with JDK 1.6 (#2145) by Roman Elizarov · 4 years ago
  41. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 4 years ago
  42. 5705372 Increase timeout in the example to make sure it fails with threads (#2141) by Roman Elizarov · 4 years ago
  43. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 4 years ago
  44. 64571aa Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years ago
  45. ccdc563 Rename 'foo' function to 'simple' in flow docs (#2078) by Roman Elizarov · 4 years ago
  46. 3744f8e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years ago
  47. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years ago
  48. 634b907 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years ago
  49. 755d76b Fix ensureAction to work in the empty context case (#2119) by Roman Elizarov · 4 years ago
  50. ff4b2ce Do not print error message to the console when we've failed to install signal handler. (#2118) by Vsevolod Tolstopyatov · 4 years ago
  51. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years ago
  52. 9bbb669 Improve the docs and guide on flow cancellation (#2043) by Roman Elizarov · 4 years, 1 month ago
  53. 41f3755 Make RunInterruptibleStressTest more straightforward, get rid of Dispatchers.IO by Vsevolod Tolstopyatov · 4 years, 1 month ago
  54. 3a8a0ea Remove keep rules mentioning kotlinx.coroutines.android from core module (#2061) by Morten Krogh-Jespersen · 4 years, 1 month ago
  55. 1bd4349 Fixed val counter AtomicInteger in shared state example (#2063) by Roman Elizarov · 4 years, 1 month ago
  56. adbbbaa Properly check identity of caught AbortFlowException in Flow.first op… (#2057) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  57. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  58. 397f10e Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withContext, runBlocking, withTimeout and select (#2030) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  59. 559023d Add compileOnly android annotations and suppress lint for agent premain (#2015) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  60. 1541886 StateFlow implementation (#1974) by Roman Elizarov · 4 years, 2 months ago
  61. 171fcc1 Fix typos in comments to ticker channels (#1987) by Vadim Semenov · 4 years, 2 months ago
  62. 134a4bc Improve docs & code style in runInterruptibe (#1994) by Roman Elizarov · 4 years, 2 months ago
  63. 5ecebe1 Fix logic that determines future removal for scheduled executors (#1995) by Roman Elizarov · 4 years, 2 months ago
  64. 8d6e464 Support thread interrupting blocking functions (#1972) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  65. 515e86a Add a lincheck test for `remove` in the segment list algorithm (#1964) by Nikita Koval · 4 years, 2 months ago
  66. cd5ab49 Setup cancellation eagerly in suspendCancellableCoroutine to properly integrate with APIs that may block the current thread, but react on cancellation (#1680) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  67. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 2 months ago
  68. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  69. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 2 months ago
  70. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 2 months ago
  71. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 3 months ago
  72. 532368f Update Kotlin version to 1.3.71 (#1906) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  73. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 3 months ago
  74. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 3 months ago
  75. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 3 months ago
  76. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 3 months ago
  77. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  78. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 4 months ago
  79. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 4 months ago
  80. e0a6533 ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717) by Roman Elizarov · 4 years, 4 months ago
  81. cfb3ff9 Fill in stacktrace of cancellation exception with an empty array to properly work on Android <= 6.0 that had a bug on a code-path with an empty stacktrace by Vsevolod Tolstopyatov · 4 years, 4 months ago
  82. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  83. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  84. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 4 months ago
  85. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  86. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 4 months ago
  87. ca1093c Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 4 months ago
  88. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 4 months ago
  89. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 5 months ago
  90. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 5 months ago
  91. 455c255 Introduce ExecutorRule for stress-tests for simpler development process by Vsevolod Tolstopyatov · 4 years, 5 months ago
  92. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  93. b64a23b Improve FieldWalker, don't access JDK classes (#1799) by Roman Elizarov · 4 years, 5 months ago
  94. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  95. 0126dba ConflatedChannel with lock to protect the one-element buffer, double-linked list used for suspending receivers only. by SokolovaMaria · 4 years, 7 months ago
  96. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 5 months ago
  97. 9be85a4 Replace "for" with "repeat" by Tatsuya Fujisaki · 4 years, 6 months ago
  98. 4f24a7a Update lincheck to 2.5.3 and re-write the corresponding tests by Nikita Koval · 4 years, 8 months ago
  99. c526c3f Do not request additional worker from 'yield' calls and during post-e… (#1728) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  100. 70e3583 Make CoroutinesDumpTest deterministic by Vsevolod Tolstopyatov · 4 years, 6 months ago