1. 4f8a38e Check for -PstressTest=true to run "long" stress test by Roman Elizarov · 4 years, 9 months ago
  2. 9a62f27 Fix of a bug in the semaphore (#1477) by dkhalanskyjb · 4 years, 9 months ago
  3. 7672c52 Consistent naming for stress tests by Roman Elizarov · 4 years, 9 months ago
  4. a730f25 Ensure that all guide 'main' functions return Unit by Roman Elizarov · 4 years, 9 months ago
  5. 5ea2c05 Add ChannelLFStressTest by Roman Elizarov · 4 years, 9 months ago
  6. 2907df9 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years, 9 months ago
  7. e95d808 Reknit after update of shared-mutable-state-and-concurrency.md by Roman Elizarov · 4 years, 9 months ago
  8. 9acde74 Rename test to SegmentQueueLinearizabilityTest for consistency by Roman Elizarov · 4 years, 10 months ago
  9. 1637eba Use Array.fill extension from stdlib by Jake Wharton · 4 years, 9 months ago
  10. e1a51ee Eliminate tail-call optimization in CancellableContinuationJvmTest by Vsevolod Tolstopyatov · 4 years, 9 months ago
  11. 3258e1f Flow docs (#1432) by Roman Elizarov · 4 years, 9 months ago
  12. 3807a74 Optimize select expression registration phase (#1445) by Roman Elizarov · 4 years, 9 months ago
  13. bcf4a8c Introduce CoroutineDispatcher.asExecutor() extension (#1457) by Roman Elizarov · 4 years, 9 months ago
  14. 64902a9 Do not report already handled exception in select builder by Vsevolod Tolstopyatov · 4 years, 10 months ago
  15. 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 · 4 years, 10 months ago
  16. c7e9b56 Allocate underlying buffer in ArrayChannel in on-demand manner (#1388) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  17. 897f02e Get rid of NonRecoverableThrowable, mention way to opt-out stacktrace… (#1420) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  18. 1681cad Use 'Class.forName($name).canonicalName' instead of '$name' in stacktrace recovery to properly deal with Android's minifier by Vsevolod Tolstopyatov · 4 years, 10 months ago
  19. 684a97b Use regular produce instead of flowProduce in channelFlow by Vsevolod Tolstopyatov · 4 years, 10 months ago
  20. d78084b Better docs on coroutines debugging property by Roman Elizarov · 4 years, 10 months ago
  21. 6fad018 Offload startCoroutineUnintercepted to separate thread to avoid races on completed deferred in StackTraceRecoveryTest by Vsevolod Tolstopyatov · 4 years, 10 months ago
  22. dc4a474 Stabilize core flow (#1352) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  23. 4809393 Protect event loop data structures from nonmonothonic nanoTime by Roman Elizarov · 5 years ago
  24. 98a9705 Move event loop infrastructure to common code by Roman Elizarov · 5 years ago
  25. a8904e2 Channel.receiveOrNull becomes extension, internal receiveOrClosed added by Vsevolod Tolstopyatov · 4 years, 10 months ago
  26. f22604b Recover stacktraces for no-dispatched continuations, so recovery works in 'suspend fun main' cases to further improve user experience by Vsevolod Tolstopyatov · 4 years, 11 months ago
  27. d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 4 years, 11 months ago
  28. db0ef0c Update copyright year to 2019 in all the knit-generated files by Roman Elizarov · 5 years ago
  29. 96a5c8e Optimize virtual time source so that DefaultTimeSource is not needed by Roman Elizarov · 5 years ago
  30. 583d39d Rewrite assertions so that they are checked only in debug mode by Roman Elizarov · 5 years ago
  31. cd5ac0b Replace hand-rolled arraycopy with stdlib copyInto by Louis CAD · 5 years ago
  32. 801dbba Remove workaround for KT-28237 by Vsevolod Tolstopyatov · 5 years ago
  33. 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
  34. 03b9bd1 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  35. 253e8eb Add fast `Semaphore`. by Nikita Koval · 5 years ago
  36. aa3d1ae Deprecate Channel operators by Vsevolod Tolstopyatov · 5 years ago
  37. d15d8d6 Make FastServiceLoader compatible with Java 1.6 by Vsevolod Tolstopyatov · 5 years ago
  38. e2a5671 Flow scope (#1227) by Vsevolod Tolstopyatov · 5 years ago
  39. b77a80c Flow: decouple buffer size from various operators and fuse by Roman Elizarov · 5 years ago
  40. d94652f Update "Shared mutable state and concurrency" guide with best practices by Roman Elizarov · 5 years ago
  41. b9b7d82 Enable R8 optimization of Dispatchers.Main loading by Wojtek Kaliciński · 5 years ago
  42. 15ee8a3 SafeCollector rework (#1196) by Vsevolod Tolstopyatov · 5 years ago
  43. b08d61c New flow builder: channelFlow (and its alias callbackFlow) and supple… (#1214) by Vsevolod Tolstopyatov · 5 years ago
  44. f939617 Merge pull request #1161 from Kotlin/flow-performance-improvements by Vsevolod Tolstopyatov · 5 years ago
  45. 997d2f2 Ignore cancellation cause thrown from the upstream suspension point in retry and onError by Vsevolod Tolstopyatov · 5 years ago
  46. 8fbd8b7 Recursively check whether parent handles exception to avoid duplicates reporting when Job() is present in the hierarchy by Vsevolod Tolstopyatov · 5 years ago
  47. b0f6e05 Improve coroutine exception handling logic by Vsevolod Tolstopyatov · 5 years ago
  48. d811d3a Do not fill in stacktrace in AbortFlowException, update benchmark results by Vsevolod Tolstopyatov · 5 years ago
  49. a2499a3 Fixed Dispatcher docs by Andrew Orobator · 5 years ago
  50. b552d2c Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  51. 563b7e5 Fix more typos; reword some phrases; add "job:" to textual output in … (#1154) by Yanis Batura · 5 years ago
  52. 5ea1bed Rename TimedRunnable to TimedRunnableObsolete in obsolete kotlinx.coroutines.test package to avoid FQN clash by Vsevolod Tolstopyatov · 5 years ago
  53. e569bd3 Fix exception types for channels to ensure transparency & reporting (#1158) by Roman Elizarov · 5 years ago
  54. 8140cfe Fix typos and improve article usage in docs by Yanis Batura · 5 years ago
  55. fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 5 years ago
  56. 2740aa5 Fix a race in Job.join that sporadically results in normal completion by Roman Elizarov · 5 years ago
  57. be467e3 Move coroutine scope resources to android-unit-test project by Vsevolod Tolstopyatov · 5 years ago
  58. 4f0a3b9 Fix header documentation typo in "TestCoroutineContext" by Ahmad Salah · 5 years ago
  59. f1710a7 More advanced check for self-suppression during the final exception building in Job with enabled stacktrace recovery by Vsevolod Tolstopyatov · 5 years ago
  60. 165fbaf Fix numerical overflow in FlatMapStressTest.kt by Vsevolod Tolstopyatov · 5 years ago
  61. 8009b36 Fix OOM in ChannelAtomicCancelStressTest for LinkedListChannel by Roman Elizarov · 5 years ago
  62. 9b6e311 Moved ChannelAtomicCancelStressTest to newFixedThreadPoolContext by Roman Elizarov · 5 years ago
  63. 310f8b7 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  64. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  65. 564a5a6 Change more "create new" to "create a" by Inego · 5 years ago
  66. 6da0ccd Change "create new" to "create a" by Inego · 5 years ago
  67. 596187e Fix more typos by Inego · 5 years ago
  68. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  69. fac4860 Fixed code after merge of 'develop' with TestCoroutineContext by Roman Elizarov · 5 years ago
  70. d39ffed Merge branch 'develop' into pr/890 by Roman Elizarov · 5 years ago
  71. 4398350 fix typo: Coroutine"s"Context by Shota Ara · 5 years ago
  72. d3cc25f Rework purity concept: by Vsevolod Tolstopyatov · 5 years ago
  73. 8788488 FlatMap-related API rework by Vsevolod Tolstopyatov · 5 years ago
  74. 35f9ad5 FlatMap improvements: by Vsevolod Tolstopyatov · 5 years ago
  75. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago
  76. 5514edb Load services both from regular jars and files, filter duplicates by Vsevolod Tolstopyatov · 5 years ago
  77. 15b6345 Custom ServiceLoader without jar checksum verification by sokolova · 5 years ago
  78. f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 5 years ago
  79. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  80. 9a81342 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 5 years ago
  81. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 5 years ago
  82. 3e42850 Move `systemProp` function to the common module; only the JVM platform implements it properly while others always use provided default value. by Nikita Koval · 5 years ago
  83. 132c1e3 Rename DispatchException to CoroutinesInternalError and make it an Error to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  84. 0c8789d Handle fatal exceptions in continuation machinery using handleViaException instead of rethrowing it to provide faster feedback loop by Vsevolod Tolstopyatov · 5 years ago
  85. 338b231 Merge branch 'cancel-exception' into develop by Vsevolod Tolstopyatov · 5 years ago
  86. d202ed9 Restore all state in TestBase even when test fails by Roman Elizarov · 5 years ago
  87. c7cfc39 Added test for stack-trace recovery in JobCancellationException by Roman Elizarov · 5 years ago
  88. b367fae Update cancellation guide: get rid of explicit Job in general code, promote usage of coroutine scope get rid of counter-intuitive lateinit and getters in coroutine context by Vsevolod Tolstopyatov · 5 years ago
  89. d293639 Make JobCancellationException copyable in debug mode by Roman Elizarov · 5 years ago
  90. ab5bbfc Clarify thread locals documentation by Vsevolod Tolstopyatov · 5 years ago
  91. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  92. 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 5 years ago
  93. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 5 years ago
  94. 9863de1 Promote Dispatchers.Unconfined to stable API by Vsevolod Tolstopyatov · 5 years ago
  95. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  96. 8d506b3 Make SupervisorCoroutine implement ScopeCoroutine by Vsevolod Tolstopyatov · 5 years ago
  97. 2bdd460 CoroutinesTimeout debug rule for JUnit 4 (#991) by Vsevolod Tolstopyatov · 5 years ago
  98. 3785348 Reknit after fixing indentation in code samples by Roman Elizarov · 5 years ago
  99. 36105c1 Merge branch 'master' into develop by Roman Elizarov · 5 years ago
  100. 3f65e17 Merge pull request #967 from Kotlin/stacktrace-recovery-improvements by Vsevolod Tolstopyatov · 5 years ago