1. 171fcc1 Fix typos in comments to ticker channels (#1987) by Vadim Semenov · 4 years, 5 months ago
  2. 134a4bc Improve docs & code style in runInterruptibe (#1994) by Roman Elizarov · 4 years, 5 months ago
  3. 5ecebe1 Fix logic that determines future removal for scheduled executors (#1995) by Roman Elizarov · 4 years, 5 months ago
  4. 8d6e464 Support thread interrupting blocking functions (#1972) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  5. 515e86a Add a lincheck test for `remove` in the segment list algorithm (#1964) by Nikita Koval · 4 years, 5 months ago
  6. 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
  7. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 5 months ago
  8. 70a7487 Extract debugger (#1905) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  9. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 5 months ago
  10. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 5 months ago
  11. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 6 months ago
  12. 532368f Update Kotlin version to 1.3.71 (#1906) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  13. 02b403d BlockHound integration (#1873) by dkhalanskyjb · 4 years, 6 months ago
  14. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 6 months ago
  15. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 6 months ago
  16. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 6 months ago
  17. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  18. aa86ff3 Revert "BlockHound integration (#1821)" by Vsevolod Tolstopyatov · 4 years, 6 months ago
  19. ed7c668 BlockHound integration (#1821) by dkhalanskyjb · 4 years, 6 months ago
  20. e0a6533 ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717) by Roman Elizarov · 4 years, 6 months ago
  21. 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, 6 months ago
  22. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  23. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 7 months ago
  24. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 7 months ago
  25. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  26. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 7 months ago
  27. ca1093c Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 7 months ago
  28. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 7 months ago
  29. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 7 months ago
  30. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 7 months ago
  31. 455c255 Introduce ExecutorRule for stress-tests for simpler development process by Vsevolod Tolstopyatov · 4 years, 7 months ago
  32. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  33. b64a23b Improve FieldWalker, don't access JDK classes (#1799) by Roman Elizarov · 4 years, 7 months ago
  34. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  35. 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
  36. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 8 months ago
  37. 9be85a4 Replace "for" with "repeat" by Tatsuya Fujisaki · 4 years, 9 months ago
  38. 4f24a7a Update lincheck to 2.5.3 and re-write the corresponding tests by Nikita Koval · 4 years, 11 months ago
  39. c526c3f Do not request additional worker from 'yield' calls and during post-e… (#1728) by Vsevolod Tolstopyatov · 4 years, 9 months ago
  40. 70e3583 Make CoroutinesDumpTest deterministic by Vsevolod Tolstopyatov · 4 years, 9 months ago
  41. f8b3c44 Fix TestBase example in kdoc by Marek Langiewicz · 4 years, 9 months ago
  42. 24f5f9c Better diagnostics on ChannelSelectStressTest failure by Roman Elizarov · 4 years, 9 months ago
  43. 7abce10 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 10 months ago
  44. 41dca58 Proguard rule to keep volatile name of SafeContinuation by Roman Elizarov · 4 years, 10 months ago
  45. cbd5b1c Merge pull request #1652 from Kotlin/scheduler-changes by Vsevolod Tolstopyatov · 4 years, 10 months ago
  46. 4224e01 Merge termination state machine and parking state machine into one, get rid of long-scanning sequence by Vsevolod Tolstopyatov · 4 years, 10 months ago
  47. 4dcfced Ensure that interruption flag is cleaned up properly by Vsevolod Tolstopyatov · 4 years, 10 months ago
  48. 966020e Document CoroutineScheduler machinery by Vsevolod Tolstopyatov · 4 years, 10 months ago
  49. d77c17c Improve performance of task acquisition by Vsevolod Tolstopyatov · 4 years, 11 months ago
  50. ab30d72 New deterministic algorithm for working with blocking tasks by Vsevolod Tolstopyatov · 5 years ago
  51. 4236c8c New work stealing and unparking strategies by Vsevolod Tolstopyatov · 5 years ago
  52. f27d176 CoroutineScheduler parking strategy rework by Vsevolod Tolstopyatov · 5 years ago
  53. 5202a8b Regroup benchmarks and adapt them to structured concurrency, cleanup CoroutineScheduler by Vsevolod Tolstopyatov · 5 years ago
  54. e60ec8e User Class.forName instead of ServiceLoader to instantiate Dispatchers.Main on Android (#1572) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  55. 04e587c Make sure that exception recovery does not break exception message by Roman Elizarov · 4 years, 10 months ago
  56. 6cb317b Better diagnostic exception message in MissingMainCoroutineDispatcher by Vsevolod Tolstopyatov · 4 years, 10 months ago
  57. 1fd56f2 Properly support exception cause on JS and Native by Roman Elizarov · 4 years, 10 months ago
  58. 1da7311 Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 11 months ago
  59. 9d1146f Clarify documentation around Dispatcher.IO parallelism by Wojtek Kaliciński · 5 years ago
  60. 9a2eb38 Add missing TestBase inheritance to fail on asynchronous errors by Vsevolod Tolstopyatov · 5 years ago
  61. ecbfa6d Properly distinguish AbortFlowExceptions from different non-terminal operators by Vsevolod Tolstopyatov · 5 years ago
  62. 3affb90 Properly choose timeout exception with a recovered stacktrace to provide better debugging experience by Vsevolod Tolstopyatov · 5 years ago
  63. 6aedb61 Make TimeoutCancellationException copyable by Vsevolod Tolstopyatov · 5 years ago
  64. bbf198b Fix StackTraceRecoveryTest.testCancellableContinuation for 1.3.60 by Roman Elizarov · 5 years ago
  65. 38c3e9a Recover stacktrace on the fast-path of receiveOrNull by Vsevolod Tolstopyatov · 5 years ago
  66. f86af23 Update coroutines builders kdocs to link to correct param by Marek Langiewicz · 5 years ago
  67. ae57774 Eagerly create cancellation exception during Job.cancel call to make stacktrace even shorter by Vsevolod Tolstopyatov · 5 years ago
  68. 3b2e437 Change stacktrace recovery contract by Vsevolod Tolstopyatov · 5 years ago
  69. 5f2413a Get rid of AbstractCoroutine.defaultResumeMode by Roman Elizarov · 5 years ago
  70. d9d3574 Fix race in channel select/cancel by Roman Elizarov · 5 years ago
  71. 8fa07b5 Make `isStressTest` and the related properties top-level by Nikita Koval · 5 years ago
  72. 84b24bd Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  73. 946e578 Introduce reusable cancellable continuations for hot loops with channels (#1534) by Vsevolod Tolstopyatov · 5 years ago
  74. 3dbe82b Fix StackOverflowException with select expressions by Roman Elizarov · 5 years ago
  75. 8e2a84d Make Semaphore and Mutex stress tests concurrent Fixes #1478 by Nikita Koval · 5 years ago
  76. 858094e Eagerly create coroutine for lazily-started coroutine builders in order to trigger DebugProbes.probeCoroutineCreated by Vsevolod Tolstopyatov · 5 years ago
  77. f9bd46f Fix typo. by RobX · 5 years ago
  78. 489c9bb Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  79. bb714c5 Proofread of flow.md by Watson by David.Watson · 5 years ago
  80. 007d8d7 Fixed completion sequence of ChannelLFStressTest by Roman Elizarov · 5 years ago
  81. c8a720a Fixed linearizability of Channel.close operation by Roman Elizarov · 5 years ago
  82. 4f8a38e Check for -PstressTest=true to run "long" stress test by Roman Elizarov · 5 years ago
  83. 9a62f27 Fix of a bug in the semaphore (#1477) by dkhalanskyjb · 5 years ago
  84. 7672c52 Consistent naming for stress tests by Roman Elizarov · 5 years ago
  85. a730f25 Ensure that all guide 'main' functions return Unit by Roman Elizarov · 5 years ago
  86. 5ea2c05 Add ChannelLFStressTest by Roman Elizarov · 5 years ago
  87. 2907df9 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  88. e95d808 Reknit after update of shared-mutable-state-and-concurrency.md by Roman Elizarov · 5 years ago
  89. 9acde74 Rename test to SegmentQueueLinearizabilityTest for consistency by Roman Elizarov · 5 years ago
  90. 1637eba Use Array.fill extension from stdlib by Jake Wharton · 5 years ago
  91. e1a51ee Eliminate tail-call optimization in CancellableContinuationJvmTest by Vsevolod Tolstopyatov · 5 years ago
  92. 3258e1f Flow docs (#1432) by Roman Elizarov · 5 years ago
  93. 3807a74 Optimize select expression registration phase (#1445) by Roman Elizarov · 5 years ago
  94. bcf4a8c Introduce CoroutineDispatcher.asExecutor() extension (#1457) by Roman Elizarov · 5 years ago
  95. 64902a9 Do not report already handled exception in select builder by Vsevolod Tolstopyatov · 5 years ago
  96. 3a95884 Renaming switchMap to flatMapLatest to better reflect its semantics and to have a consistent and meaningful naming scheme for the rest of the 'latest' operators by Vsevolod Tolstopyatov · 5 years ago
  97. c7e9b56 Allocate underlying buffer in ArrayChannel in on-demand manner (#1388) by Vsevolod Tolstopyatov · 5 years ago
  98. 897f02e Get rid of NonRecoverableThrowable, mention way to opt-out stacktrace… (#1420) by Vsevolod Tolstopyatov · 5 years ago
  99. 1681cad Use 'Class.forName($name).canonicalName' instead of '$name' in stacktrace recovery to properly deal with Android's minifier by Vsevolod Tolstopyatov · 5 years ago
  100. 684a97b Use regular produce instead of flowProduce in channelFlow by Vsevolod Tolstopyatov · 5 years ago