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. ac42be9 Add linearizability tests for Mutex and Semaphore and fix them (#1898) by Nikita Koval · 4 years, 4 months ago
  5. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 4 months ago
  6. d75d02a Make the list of segments more abstract (#1563) by Nikita Koval · 4 years, 4 months ago
  7. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 4 months ago
  8. 6e66695 Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885) by Roman Elizarov · 4 years, 5 months ago
  9. 96b41b4 Fix DefaultExecutor not being able to exit (#1876) by dkhalanskyjb · 4 years, 5 months ago
  10. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  11. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 5 months ago
  12. 7df61ee Fixed memory leak on a race between adding/removing from lock-free list (#1845) by Roman Elizarov · 4 years, 5 months ago
  13. 214f156 Leverage polymorphic keys un CoroutineDispatcher and ExecutorCoroutineDispatcher (#1840) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  14. 6862afc Simpler and faster lock-free linked list (#1565) by Roman Elizarov · 4 years, 5 months ago
  15. ca1093c Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 6 months ago
  16. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 6 months ago
  17. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 6 months ago
  18. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 6 months ago
  19. 455c255 Introduce ExecutorRule for stress-tests for simpler development process by Vsevolod Tolstopyatov · 4 years, 6 months ago
  20. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  21. b64a23b Improve FieldWalker, don't access JDK classes (#1799) by Roman Elizarov · 4 years, 6 months ago
  22. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  23. 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
  24. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 6 months ago
  25. 9be85a4 Replace "for" with "repeat" by Tatsuya Fujisaki · 4 years, 7 months ago
  26. 4f24a7a Update lincheck to 2.5.3 and re-write the corresponding tests by Nikita Koval · 4 years, 9 months ago
  27. c526c3f Do not request additional worker from 'yield' calls and during post-e… (#1728) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  28. f8b3c44 Fix TestBase example in kdoc by Marek Langiewicz · 4 years, 8 months ago
  29. 24f5f9c Better diagnostics on ChannelSelectStressTest failure by Roman Elizarov · 4 years, 8 months ago
  30. cbd5b1c Merge pull request #1652 from Kotlin/scheduler-changes by Vsevolod Tolstopyatov · 4 years, 8 months ago
  31. 4dcfced Ensure that interruption flag is cleaned up properly by Vsevolod Tolstopyatov · 4 years, 8 months ago
  32. d77c17c Improve performance of task acquisition by Vsevolod Tolstopyatov · 4 years, 9 months ago
  33. ab30d72 New deterministic algorithm for working with blocking tasks by Vsevolod Tolstopyatov · 4 years, 10 months ago
  34. 4236c8c New work stealing and unparking strategies by Vsevolod Tolstopyatov · 4 years, 10 months ago
  35. f27d176 CoroutineScheduler parking strategy rework by Vsevolod Tolstopyatov · 4 years, 11 months ago
  36. 5202a8b Regroup benchmarks and adapt them to structured concurrency, cleanup CoroutineScheduler by Vsevolod Tolstopyatov · 5 years ago
  37. 04e587c Make sure that exception recovery does not break exception message by Roman Elizarov · 4 years, 8 months ago
  38. 1da7311 Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 9 months ago
  39. 9a2eb38 Add missing TestBase inheritance to fail on asynchronous errors by Vsevolod Tolstopyatov · 4 years, 10 months ago
  40. 3affb90 Properly choose timeout exception with a recovered stacktrace to provide better debugging experience by Vsevolod Tolstopyatov · 4 years, 10 months ago
  41. bbf198b Fix StackTraceRecoveryTest.testCancellableContinuation for 1.3.60 by Roman Elizarov · 4 years, 10 months ago
  42. 38c3e9a Recover stacktrace on the fast-path of receiveOrNull by Vsevolod Tolstopyatov · 4 years, 10 months ago
  43. ae57774 Eagerly create cancellation exception during Job.cancel call to make stacktrace even shorter by Vsevolod Tolstopyatov · 4 years, 11 months ago
  44. 3b2e437 Change stacktrace recovery contract by Vsevolod Tolstopyatov · 4 years, 11 months ago
  45. 8fa07b5 Make `isStressTest` and the related properties top-level by Nikita Koval · 4 years, 11 months ago
  46. 946e578 Introduce reusable cancellable continuations for hot loops with channels (#1534) by Vsevolod Tolstopyatov · 5 years ago
  47. 3dbe82b Fix StackOverflowException with select expressions by Roman Elizarov · 5 years ago
  48. 8e2a84d Make Semaphore and Mutex stress tests concurrent Fixes #1478 by Nikita Koval · 5 years ago
  49. 489c9bb Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  50. bb714c5 Proofread of flow.md by Watson by David.Watson · 5 years ago
  51. 007d8d7 Fixed completion sequence of ChannelLFStressTest by Roman Elizarov · 5 years ago
  52. c8a720a Fixed linearizability of Channel.close operation by Roman Elizarov · 5 years ago
  53. 4f8a38e Check for -PstressTest=true to run "long" stress test by Roman Elizarov · 5 years ago
  54. 9a62f27 Fix of a bug in the semaphore (#1477) by dkhalanskyjb · 5 years ago
  55. 7672c52 Consistent naming for stress tests by Roman Elizarov · 5 years ago
  56. a730f25 Ensure that all guide 'main' functions return Unit by Roman Elizarov · 5 years ago
  57. 5ea2c05 Add ChannelLFStressTest by Roman Elizarov · 5 years ago
  58. 2907df9 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  59. e95d808 Reknit after update of shared-mutable-state-and-concurrency.md by Roman Elizarov · 5 years ago
  60. 9acde74 Rename test to SegmentQueueLinearizabilityTest for consistency by Roman Elizarov · 5 years ago
  61. e1a51ee Eliminate tail-call optimization in CancellableContinuationJvmTest by Vsevolod Tolstopyatov · 5 years ago
  62. 3258e1f Flow docs (#1432) by Roman Elizarov · 5 years ago
  63. 3807a74 Optimize select expression registration phase (#1445) by Roman Elizarov · 5 years ago
  64. bcf4a8c Introduce CoroutineDispatcher.asExecutor() extension (#1457) by Roman Elizarov · 5 years ago
  65. 64902a9 Do not report already handled exception in select builder by Vsevolod Tolstopyatov · 5 years ago
  66. 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
  67. c7e9b56 Allocate underlying buffer in ArrayChannel in on-demand manner (#1388) by Vsevolod Tolstopyatov · 5 years ago
  68. 684a97b Use regular produce instead of flowProduce in channelFlow by Vsevolod Tolstopyatov · 5 years ago
  69. 6fad018 Offload startCoroutineUnintercepted to separate thread to avoid races on completed deferred in StackTraceRecoveryTest by Vsevolod Tolstopyatov · 5 years ago
  70. dc4a474 Stabilize core flow (#1352) by Vsevolod Tolstopyatov · 5 years ago
  71. a8904e2 Channel.receiveOrNull becomes extension, internal receiveOrClosed added by Vsevolod Tolstopyatov · 5 years ago
  72. f22604b Recover stacktraces for no-dispatched continuations, so recovery works in 'suspend fun main' cases to further improve user experience by Vsevolod Tolstopyatov · 5 years ago
  73. d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 5 years ago
  74. db0ef0c Update copyright year to 2019 in all the knit-generated files by Roman Elizarov · 5 years ago
  75. 96a5c8e Optimize virtual time source so that DefaultTimeSource is not needed by Roman Elizarov · 5 years ago
  76. bb97ffb Unmute debugger test that were broken in 1.3.31, increase debug test timeout (slow CI), make shutdown more graceful by reducing timeout per thread (slow CI + unfortunate timings) by Vsevolod Tolstopyatov · 5 years ago
  77. 03b9bd1 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  78. 253e8eb Add fast `Semaphore`. by Nikita Koval · 5 years ago
  79. aa3d1ae Deprecate Channel operators by Vsevolod Tolstopyatov · 5 years ago
  80. b77a80c Flow: decouple buffer size from various operators and fuse by Roman Elizarov · 5 years ago
  81. d94652f Update "Shared mutable state and concurrency" guide with best practices by Roman Elizarov · 5 years ago
  82. b08d61c New flow builder: channelFlow (and its alias callbackFlow) and supple… (#1214) by Vsevolod Tolstopyatov · 5 years ago
  83. 8fbd8b7 Recursively check whether parent handles exception to avoid duplicates reporting when Job() is present in the hierarchy by Vsevolod Tolstopyatov · 5 years ago
  84. b0f6e05 Improve coroutine exception handling logic by Vsevolod Tolstopyatov · 5 years ago
  85. b552d2c Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  86. 563b7e5 Fix more typos; reword some phrases; add "job:" to textual output in … (#1154) by Yanis Batura · 5 years ago
  87. e569bd3 Fix exception types for channels to ensure transparency & reporting (#1158) by Roman Elizarov · 5 years ago
  88. 8140cfe Fix typos and improve article usage in docs by Yanis Batura · 5 years ago
  89. fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 5 years ago
  90. 2740aa5 Fix a race in Job.join that sporadically results in normal completion by Roman Elizarov · 5 years ago
  91. be467e3 Move coroutine scope resources to android-unit-test project by Vsevolod Tolstopyatov · 5 years ago
  92. f1710a7 More advanced check for self-suppression during the final exception building in Job with enabled stacktrace recovery by Vsevolod Tolstopyatov · 5 years ago
  93. 165fbaf Fix numerical overflow in FlatMapStressTest.kt by Vsevolod Tolstopyatov · 5 years ago
  94. 8009b36 Fix OOM in ChannelAtomicCancelStressTest for LinkedListChannel by Roman Elizarov · 5 years ago
  95. 9b6e311 Moved ChannelAtomicCancelStressTest to newFixedThreadPoolContext by Roman Elizarov · 5 years ago
  96. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  97. 564a5a6 Change more "create new" to "create a" by Inego · 5 years ago
  98. 6da0ccd Change "create new" to "create a" by Inego · 5 years ago
  99. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  100. 8788488 FlatMap-related API rework by Vsevolod Tolstopyatov · 5 years ago