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