1. ca095be Merge tag '1.6.4' into kotlinx.coroutines-upgrade by Steve Elliott · 2 years, 2 months ago
  2. dfa1b63 Update Kotlin (#2902) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  3. 810f28f Verify that tests haven't written anything in the System.out (#2882) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  4. e123c8a Minor documentation tweaks by Vsevolod Tolstopyatov · 3 years, 1 month ago
  5. ea440c5 Make helpRemove actually lock-free and address multiple chained removed nodes (#2795) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  6. a3429f7 Introduce TestResult into TestBase as the first preparation step to m… (#2827) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  7. 2571516 Fix js tests (#2824) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  8. f5e8740 General cleanup (#2809) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  9. d2c652e Properly detect non-released reusable continuations in non-reusable o… (#2772) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  10. 8ba04bc Allow CopyableThrowable to modify exception message and document message identity in debugging.md by Vsevolod Tolstopyatov · 3 years, 4 months ago
  11. 41e2cf9 Verify integrity of the recovered exception's message on both code paths by Vsevolod Tolstopyatov · 3 years, 4 months ago
  12. c4a6ae1 Take number of CPU cores into account in BlockingCoroutineDispatcherTest (#2737) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  13. 119e443 Fail eagerly during exceptions in isDispatchNeeded (#2733) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  14. 5121005 Document and tweak the contract of Executor.asCoroutineDispatcher and ExecutorService.asCoroutineDispatcher (#2727) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  15. 623db41 Add update, updateAndGet, and getAndUpdate extension functions to MutableStateFlow (#2729) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  16. 00e6cbf Fix examples in coroutine-basics.md (#2711) by Roman Elizarov · 3 years, 4 months ago
  17. 349566c Fix flaky SharingReferenceTest (#2709) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  18. 95b7a13 Flows returned by stateIn/shareIn keep strong reference to sharing job (#2701) by Roman Elizarov · 3 years, 5 months ago
  19. c3d711b Revert displaying fake stack frames as method calls (#2695) by dkhalanskyjb · 3 years, 5 months ago
  20. 0dc50e9 Rename TimeSource to AbstractTimeSource due to KT-42625 (#2696) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  21. 347feed Remove dev repositories and Bintray usages where applicable (#2587) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  22. 99b4758 Test invariant that IDEA evaluator depends on (#2525) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  23. 6a42a77 Mark GlobalScope as delicate API and rewrite coroutine basics doc without it (#2637) by Roman Elizarov · 3 years, 5 months ago
  24. e62f8f7 Migration to Kotlin 1.5.0-RC (#2653) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  25. 3c83c0c Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages along the codebase (#2644) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  26. d905e82 Embrace new channel API, stabilize callbackFlow (#2643) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  27. 12f4dbc Remove debug output from test by Vsevolod Tolstopyatov · 3 years, 6 months ago
  28. b61a66c Display artificial stack frames as calls to functions instead of text (#2461) by dkhalanskyjb · 3 years, 6 months ago
  29. 98532c9 Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  30. a67fd8e Introduce trySend and tryReceive channel operations as a future replacement for error-prone offer, poll and receiveOrNull by Vsevolod Tolstopyatov · 3 years, 6 months ago
  31. ed8e8d1 Introduce ChannelResult and receiveCatching/onReceiveCatching by Vsevolod Tolstopyatov · 3 years, 6 months ago
  32. e608dfb Rework reusability control in cancellable continuation (#2581) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  33. 7c6c72f Allow extra suspension in Lincheck tests for `Semaphore.acquire()` (#2602) by Nikita Koval · 3 years, 6 months ago
  34. 05f7d5d Simplify internal coroutines machinery (#2512) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  35. f74e153 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 7 months ago
  36. 052c9c9 update: rename basics.md to coroutines-basics.md (#2538) by koshachy · 3 years, 7 months ago
  37. 01dcfe5 Rename TimeSource to SchedulerTimeSource due to KT-42625 (#2537) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  38. e21c455 Properly nest ThreadContextElement (#2517) by Vsevolod Tolstopyatov · 3 years, 8 months ago
  39. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 8 months ago
  40. b13018d Add the model checking mode in Lincheck tests (#2326) by Nikita Koval · 3 years, 10 months ago
  41. 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
  42. addff4b Prevent potential re-park when the unparking thread is too slow (#2381) by Vsevolod Tolstopyatov · 3 years, 11 months ago
  43. e710048 SharedFlow: Fix scenario with concurrent emitters and cancellation of subscriber (#2359) by Roman Elizarov · 3 years, 11 months ago
  44. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 4 years ago
  45. 92db4e1 Add debounce with selector and kotlin.time (#2336) by Roman Elizarov · 4 years ago
  46. 6843648 Release intercepted SafeCollector when onCompletion block is done (#2323) by Vsevolod Tolstopyatov · 4 years ago
  47. 863258b Fixed RejectedExecutionTest on JDK1.6 by Roman Elizarov · 4 years ago
  48. 34c3464 Introduce SharedFlow and sharing operators (#2069) by Roman Elizarov · 4 years ago
  49. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 4 years ago
  50. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 4 years ago
  51. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 4 years ago
  52. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 4 years ago
  53. 230ade7 Fix sporadic ConcurrentWeakMapTest failures (#2187) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  54. e60bcbd Fix hanging RunInterruptibleStressTest on Windows with JDK 1.6 (#2145) by Roman Elizarov · 4 years, 2 months ago
  55. c05de88 Coroutines debugger should keep weak references to running coroutines (#2129) by Roman Elizarov · 4 years, 2 months ago
  56. 5705372 Increase timeout in the example to make sure it fails with threads (#2141) by Roman Elizarov · 4 years, 2 months ago
  57. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 4 years, 2 months ago
  58. 64571aa Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 2 months ago
  59. ccdc563 Rename 'foo' function to 'simple' in flow docs (#2078) by Roman Elizarov · 4 years, 2 months ago
  60. 3744f8e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 3 months ago
  61. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years, 3 months ago
  62. 634b907 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 3 months ago
  63. 755d76b Fix ensureAction to work in the empty context case (#2119) by Roman Elizarov · 4 years, 3 months ago
  64. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  65. 9bbb669 Improve the docs and guide on flow cancellation (#2043) by Roman Elizarov · 4 years, 4 months ago
  66. 41f3755 Make RunInterruptibleStressTest more straightforward, get rid of Dispatchers.IO by Vsevolod Tolstopyatov · 4 years, 4 months ago
  67. 1bd4349 Fixed val counter AtomicInteger in shared state example (#2063) by Roman Elizarov · 4 years, 4 months ago
  68. adbbbaa Properly check identity of caught AbortFlowException in Flow.first op… (#2057) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  69. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  70. 397f10e Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withContext, runBlocking, withTimeout and select (#2030) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  71. 1541886 StateFlow implementation (#1974) by Roman Elizarov · 4 years, 5 months ago
  72. 171fcc1 Fix typos in comments to ticker channels (#1987) by Vadim Semenov · 4 years, 5 months ago
  73. 8d6e464 Support thread interrupting blocking functions (#1972) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  74. 515e86a Add a lincheck test for `remove` in the segment list algorithm (#1964) by Nikita Koval · 4 years, 5 months ago
  75. 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, 5 months ago
  76. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 5 months ago
  77. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 5 months ago
  78. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 5 months ago
  79. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 6 months ago
  80. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 6 months ago
  81. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 6 months ago
  82. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 6 months ago
  83. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  84. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 7 months ago
  85. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 7 months ago
  86. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  87. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 7 months ago
  88. ca1093c Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 7 months ago
  89. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 7 months ago
  90. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 7 months ago
  91. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 7 months ago
  92. 455c255 Introduce ExecutorRule for stress-tests for simpler development process by Vsevolod Tolstopyatov · 4 years, 8 months ago
  93. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  94. b64a23b Improve FieldWalker, don't access JDK classes (#1799) by Roman Elizarov · 4 years, 8 months ago
  95. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  96. 0126dba ConflatedChannel with lock to protect the one-element buffer, double-linked list used for suspending receivers only. by SokolovaMaria · 4 years, 10 months ago
  97. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 8 months ago
  98. 9be85a4 Replace "for" with "repeat" by Tatsuya Fujisaki · 4 years, 9 months ago
  99. 4f24a7a Update lincheck to 2.5.3 and re-write the corresponding tests by Nikita Koval · 4 years, 11 months ago
  100. c526c3f Do not request additional worker from 'yield' calls and during post-e… (#1728) by Vsevolod Tolstopyatov · 4 years, 9 months ago