1. 4a53d23 Atomically start coroutines in intermediate Flow operators in order to ensure proper termination, including finally blocks and onCompletion operators (#1829) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  2. ca1093c Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 6 months ago
  3. d4fabbf Fixed regularized 'when' inference to build train by Roman Elizarov · 4 years, 6 months ago
  4. 21bb6fb Temporary workaround bug in K/N 1.3.70 codegen (KT-37061) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  5. 3651276 Make publication validator part of the project (#1820) by dkhalanskyjb · 4 years, 6 months ago
  6. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 6 months ago
  7. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 6 months ago
  8. 1ac3dc2 Build project using JDK 11 (#1733) by Roman Elizarov · 4 years, 6 months ago
  9. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 6 months ago
  10. 1ed6fcc Indicate that root README should be updated with new contributions (#1795) by Marius Volkhart · 4 years, 6 months ago
  11. 455c255 Introduce ExecutorRule for stress-tests for simpler development process by Vsevolod Tolstopyatov · 4 years, 6 months ago
  12. 9f4fd70 Fix a race in some tests for JavaRX integration (#1801) by dkhalanskyjb · 4 years, 6 months ago
  13. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  14. b64a23b Improve FieldWalker, don't access JDK classes (#1799) by Roman Elizarov · 4 years, 6 months ago
  15. 4aa3880 Detect missing awaitClose calls in callbackFlow and close channel wit… (#1771) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  16. 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
  17. 90a9faf Update module name for kotlinx-coroutines-core-common artifact by Roman Elizarov · 4 years, 6 months ago
  18. 91e4d77 Fix failing publication validation by Dmitry Khalanskiy · 4 years, 6 months ago
  19. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 6 months ago
  20. e153863 Integration with binary-compatibility-validator plugin (#1790) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  21. 09cb4bf Fix tests hanging when `verifyDump` fails by Dmitry Khalanskiy · 4 years, 7 months ago
  22. cf5da1a Remove extraneous word in comment by Eric O'Connell · 4 years, 7 months ago
  23. fb990b0 Disable CasesPublicAPITest completely for train builds by Vsevolod Tolstopyatov · 4 years, 7 months ago
  24. 6810745 Request elements in batches in ReactiveFlow to avoid requesting elements one by one in a default configuration by Vsevolod Tolstopyatov · 4 years, 7 months ago
  25. 642989e Disable companions test in binary-compatibility-validation in train builds (KT-11567) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  26. 3d59fef Fix context support in Publisher.asFlow.flowOn by Roman Elizarov · 4 years, 7 months ago
  27. f18e0e4 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 7 months ago
  28. fa8de2e Fix jsdom and jsdom-global version. by Vsevolod Tolstopyatov · 4 years, 7 months ago
  29. 345458b ReceiveChannel.receiveAsFlow extension (#1731) by Roman Elizarov · 4 years, 8 months ago
  30. fe15b6d Flow.flattenMerge benchmark (#1464) by fmixing · 4 years, 8 months ago
  31. 4f24a7a Update lincheck to 2.5.3 and re-write the corresponding tests by Nikita Koval · 4 years, 9 months ago
  32. 1f77783 Fix non-linearizability in `ArrayChannel` while moving an element from the waiting queue to the buffer by Nikita Koval · 4 years, 8 months ago
  33. 16d2606 Site building docs updated by Roman Elizarov · 4 years, 8 months ago
  34. c5e6e03 Generate site using Jekyll via Docker by Roman Elizarov · 4 years, 8 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. 12a0318 Use common ThreadLocal declaration from stdlib by Roman Elizarov · 4 years, 8 months ago
  38. 60f8688 Use common SharedImmutable declaration from stdlib by Roman Elizarov · 4 years, 8 months ago
  39. 476d6de Authenticate in 'kotlin-dev' repo on Bintray by Michael Kuzmin · 4 years, 8 months ago
  40. f8b3c44 Fix TestBase example in kdoc by Marek Langiewicz · 4 years, 8 months ago
  41. cc3d8c4 update `broadcastIn` comment to refer to itself instead of `produce` by Rick Busarow · 4 years, 8 months ago
  42. 8a6e8d1 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 8 months ago
  43. 99b78e4 Merge pull request #1703 from Kotlin/version-1.3.3 by Vsevolod Tolstopyatov · 4 years, 8 months ago
  44. 24f5f9c Better diagnostics on ChannelSelectStressTest failure by Roman Elizarov · 4 years, 8 months ago
  45. efc234f Version 1.3.3 by Vsevolod Tolstopyatov · 4 years, 8 months ago
  46. 7abce10 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 8 months ago
  47. 41dca58 Proguard rule to keep volatile name of SafeContinuation by Roman Elizarov · 4 years, 8 months ago
  48. cbd5b1c Merge pull request #1652 from Kotlin/scheduler-changes by Vsevolod Tolstopyatov · 4 years, 8 months ago
  49. 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
  50. 4dcfced Ensure that interruption flag is cleaned up properly by Vsevolod Tolstopyatov · 4 years, 9 months ago
  51. 966020e Document CoroutineScheduler machinery by Vsevolod Tolstopyatov · 4 years, 9 months ago
  52. d77c17c Improve performance of task acquisition by Vsevolod Tolstopyatov · 4 years, 9 months ago
  53. ab30d72 New deterministic algorithm for working with blocking tasks by Vsevolod Tolstopyatov · 4 years, 10 months ago
  54. 4236c8c New work stealing and unparking strategies by Vsevolod Tolstopyatov · 4 years, 10 months ago
  55. f27d176 CoroutineScheduler parking strategy rework by Vsevolod Tolstopyatov · 4 years, 11 months ago
  56. 5202a8b Regroup benchmarks and adapt them to structured concurrency, cleanup CoroutineScheduler by Vsevolod Tolstopyatov · 5 years ago
  57. e60ec8e User Class.forName instead of ServiceLoader to instantiate Dispatchers.Main on Android (#1572) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  58. 04e587c Make sure that exception recovery does not break exception message by Roman Elizarov · 4 years, 8 months ago
  59. af9a201 Introduce DebugProbes.isInstalled method by Vsevolod Tolstopyatov · 4 years, 8 months ago
  60. 1b378ba Introduce merge operator by Vsevolod Tolstopyatov · 4 years, 8 months ago
  61. 6cb317b Better diagnostic exception message in MissingMainCoroutineDispatcher by Vsevolod Tolstopyatov · 4 years, 8 months ago
  62. c02648b ContextScope.toString for better debuggability by Vsevolod Tolstopyatov · 4 years, 9 months ago
  63. a930b0c Consistently handle undeliverable exceptions in RxJava and Reactor integrations by Vsevolod Tolstopyatov · 4 years, 9 months ago
  64. 6c98c19 Update Kotlin to 1.3.61 by Vsevolod Tolstopyatov · 4 years, 9 months ago
  65. 34dcfb1 Rethrow downstream exception during "onCompletion" emissions by Vsevolod Tolstopyatov · 4 years, 9 months ago
  66. bd1687f Throw NoSuchElementException instead of UnsupportedOperationException in Flow.reduce by Vsevolod Tolstopyatov · 4 years, 9 months ago
  67. 391042f Promote isDispatchNeeded to stable API by Vsevolod Tolstopyatov · 4 years, 9 months ago
  68. 445e026 Improve documentation by Vsevolod Tolstopyatov · 4 years, 9 months ago
  69. ef199d1 Updated flow benchmark results to 1.3.60 by Roman Elizarov · 4 years, 9 months ago
  70. 344e932 Add "JDK must include JavaFX" requirement by Svyatoslav Kuzmich · 4 years, 9 months ago
  71. 69d1d41 Optimize yield via dispatcher.isDispatchNeeded by Roman Elizarov · 4 years, 9 months ago
  72. 8f1f252 Avoid potential StackOverflow on wrapped UnconfinedDispatcher+yield by Roman Elizarov · 4 years, 9 months ago
  73. 3ab34d8 Support yield in immediate dispatchers by Roman Elizarov · 4 years, 9 months ago
  74. 7e895fc Update Kotlin to 1.3.60 by Vsevolod Tolstopyatov · 4 years, 9 months ago
  75. 1fd56f2 Properly support exception cause on JS and Native by Roman Elizarov · 4 years, 9 months ago
  76. 729dc5d Gradle: Don't resolve classpath during configuration phase by Roman Elizarov · 4 years, 9 months ago
  77. 1da7311 Restore AsyncJvmTest by Vsevolod Tolstopyatov · 4 years, 9 months ago
  78. 9d1146f Clarify documentation around Dispatcher.IO parallelism by Wojtek Kaliciński · 4 years, 10 months ago
  79. 1652bb9 Fix ReactorFlow integration bug exposed by TestBase by Vsevolod Tolstopyatov · 4 years, 10 months ago
  80. 9a2eb38 Add missing TestBase inheritance to fail on asynchronous errors by Vsevolod Tolstopyatov · 4 years, 10 months ago
  81. 1a2707b Cleanup CombineParametersTestBase by Vsevolod Tolstopyatov · 4 years, 10 months ago
  82. 2ba1d98 Fix mapLatest documentation example by Sebas LG · 4 years, 10 months ago
  83. ecbfa6d Properly distinguish AbortFlowExceptions from different non-terminal operators by Vsevolod Tolstopyatov · 4 years, 10 months ago
  84. 3affb90 Properly choose timeout exception with a recovered stacktrace to provide better debugging experience by Vsevolod Tolstopyatov · 4 years, 10 months ago
  85. 6aedb61 Make TimeoutCancellationException copyable by Vsevolod Tolstopyatov · 4 years, 10 months ago
  86. 83943ef Get rid of deprecated FlowCollector<*>.withContext by Vsevolod Tolstopyatov · 4 years, 10 months ago
  87. 340d501 Optimize combine operator by Vsevolod Tolstopyatov · 4 years, 10 months ago
  88. adb6164 Fix JobSupport comment about new state. by Marek Langiewicz · 4 years, 10 months ago
  89. b6dd65c Remove outdated comment about canceling without a cause. by Marek Langiewicz · 4 years, 10 months ago
  90. bbf198b Fix StackTraceRecoveryTest.testCancellableContinuation for 1.3.60 by Roman Elizarov · 4 years, 10 months ago
  91. ef27ac3 Introduce Stream.consumeAsFlow by Vsevolod Tolstopyatov · 4 years, 11 months ago
  92. e303e6b Clarify difference between runBlocking and coroutineScope by Vsevolod Tolstopyatov · 4 years, 11 months ago
  93. b7b5adb Improve consumeAsFlow documentation by Vsevolod Tolstopyatov · 4 years, 11 months ago
  94. 3816837 Remove duplicate js/npm folder by Roman Elizarov · 4 years, 10 months ago
  95. a64e4da Do not filter out stress tests from IDEA by Vsevolod Tolstopyatov · 4 years, 11 months ago
  96. e2a72a0 Generalize onReceive* family implementation in channels, reduce bytecode size by Vsevolod Tolstopyatov · 4 years, 11 months ago
  97. 38c3e9a Recover stacktrace on the fast-path of receiveOrNull by Vsevolod Tolstopyatov · 4 years, 11 months ago
  98. 7f1a927 Attempt to select SelectInstance in onReceiveOrClosed before starting a coroutine to avoid double resume by Vsevolod Tolstopyatov · 4 years, 11 months ago
  99. f86af23 Update coroutines builders kdocs to link to correct param by Marek Langiewicz · 4 years, 11 months ago
  100. 7cc53d9 Typo in CoroutineScope's javadoc by Oleg Andreych · 4 years, 11 months ago