1. 60f8688 Use common SharedImmutable declaration from stdlib by Roman Elizarov · 4 years, 11 months ago
  2. 476d6de Authenticate in 'kotlin-dev' repo on Bintray by Michael Kuzmin · 4 years, 11 months ago
  3. f8b3c44 Fix TestBase example in kdoc by Marek Langiewicz · 4 years, 11 months ago
  4. cc3d8c4 update `broadcastIn` comment to refer to itself instead of `produce` by Rick Busarow · 4 years, 11 months ago
  5. 8a6e8d1 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 11 months ago
  6. 99b78e4 Merge pull request #1703 from Kotlin/version-1.3.3 by Vsevolod Tolstopyatov · 4 years, 11 months ago
  7. 24f5f9c Better diagnostics on ChannelSelectStressTest failure by Roman Elizarov · 4 years, 11 months ago
  8. efc234f Version 1.3.3 by Vsevolod Tolstopyatov · 4 years, 11 months ago
  9. 7abce10 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 11 months ago
  10. 41dca58 Proguard rule to keep volatile name of SafeContinuation by Roman Elizarov · 4 years, 11 months ago
  11. cbd5b1c Merge pull request #1652 from Kotlin/scheduler-changes by Vsevolod Tolstopyatov · 4 years, 11 months ago
  12. 4224e01 Merge termination state machine and parking state machine into one, get rid of long-scanning sequence by Vsevolod Tolstopyatov · 5 years ago
  13. 4dcfced Ensure that interruption flag is cleaned up properly by Vsevolod Tolstopyatov · 5 years ago
  14. 966020e Document CoroutineScheduler machinery by Vsevolod Tolstopyatov · 5 years ago
  15. d77c17c Improve performance of task acquisition by Vsevolod Tolstopyatov · 5 years ago
  16. ab30d72 New deterministic algorithm for working with blocking tasks by Vsevolod Tolstopyatov · 5 years ago
  17. 4236c8c New work stealing and unparking strategies by Vsevolod Tolstopyatov · 5 years ago
  18. f27d176 CoroutineScheduler parking strategy rework by Vsevolod Tolstopyatov · 5 years ago
  19. 5202a8b Regroup benchmarks and adapt them to structured concurrency, cleanup CoroutineScheduler by Vsevolod Tolstopyatov · 5 years ago
  20. e60ec8e User Class.forName instead of ServiceLoader to instantiate Dispatchers.Main on Android (#1572) by Vsevolod Tolstopyatov · 4 years, 11 months ago
  21. 04e587c Make sure that exception recovery does not break exception message by Roman Elizarov · 4 years, 11 months ago
  22. af9a201 Introduce DebugProbes.isInstalled method by Vsevolod Tolstopyatov · 5 years ago
  23. 1b378ba Introduce merge operator by Vsevolod Tolstopyatov · 5 years ago
  24. 6cb317b Better diagnostic exception message in MissingMainCoroutineDispatcher by Vsevolod Tolstopyatov · 5 years ago
  25. c02648b ContextScope.toString for better debuggability by Vsevolod Tolstopyatov · 5 years ago
  26. a930b0c Consistently handle undeliverable exceptions in RxJava and Reactor integrations by Vsevolod Tolstopyatov · 5 years ago
  27. 6c98c19 Update Kotlin to 1.3.61 by Vsevolod Tolstopyatov · 5 years ago
  28. 34dcfb1 Rethrow downstream exception during "onCompletion" emissions by Vsevolod Tolstopyatov · 5 years ago
  29. bd1687f Throw NoSuchElementException instead of UnsupportedOperationException in Flow.reduce by Vsevolod Tolstopyatov · 5 years ago
  30. 391042f Promote isDispatchNeeded to stable API by Vsevolod Tolstopyatov · 5 years ago
  31. 445e026 Improve documentation by Vsevolod Tolstopyatov · 5 years ago
  32. ef199d1 Updated flow benchmark results to 1.3.60 by Roman Elizarov · 5 years ago
  33. 344e932 Add "JDK must include JavaFX" requirement by Svyatoslav Kuzmich · 5 years ago
  34. 69d1d41 Optimize yield via dispatcher.isDispatchNeeded by Roman Elizarov · 5 years ago
  35. 8f1f252 Avoid potential StackOverflow on wrapped UnconfinedDispatcher+yield by Roman Elizarov · 5 years ago
  36. 3ab34d8 Support yield in immediate dispatchers by Roman Elizarov · 5 years ago
  37. 7e895fc Update Kotlin to 1.3.60 by Vsevolod Tolstopyatov · 5 years ago
  38. 1fd56f2 Properly support exception cause on JS and Native by Roman Elizarov · 5 years ago
  39. 729dc5d Gradle: Don't resolve classpath during configuration phase by Roman Elizarov · 5 years ago
  40. 1da7311 Restore AsyncJvmTest by Vsevolod Tolstopyatov · 5 years ago
  41. 9d1146f Clarify documentation around Dispatcher.IO parallelism by Wojtek Kaliciński · 5 years ago
  42. 1652bb9 Fix ReactorFlow integration bug exposed by TestBase by Vsevolod Tolstopyatov · 5 years ago
  43. 9a2eb38 Add missing TestBase inheritance to fail on asynchronous errors by Vsevolod Tolstopyatov · 5 years ago
  44. 1a2707b Cleanup CombineParametersTestBase by Vsevolod Tolstopyatov · 5 years ago
  45. 2ba1d98 Fix mapLatest documentation example by Sebas LG · 5 years ago
  46. ecbfa6d Properly distinguish AbortFlowExceptions from different non-terminal operators by Vsevolod Tolstopyatov · 5 years ago
  47. 3affb90 Properly choose timeout exception with a recovered stacktrace to provide better debugging experience by Vsevolod Tolstopyatov · 5 years ago
  48. 6aedb61 Make TimeoutCancellationException copyable by Vsevolod Tolstopyatov · 5 years ago
  49. 83943ef Get rid of deprecated FlowCollector<*>.withContext by Vsevolod Tolstopyatov · 5 years ago
  50. 340d501 Optimize combine operator by Vsevolod Tolstopyatov · 5 years ago
  51. adb6164 Fix JobSupport comment about new state. by Marek Langiewicz · 5 years ago
  52. b6dd65c Remove outdated comment about canceling without a cause. by Marek Langiewicz · 5 years ago
  53. bbf198b Fix StackTraceRecoveryTest.testCancellableContinuation for 1.3.60 by Roman Elizarov · 5 years ago
  54. ef27ac3 Introduce Stream.consumeAsFlow by Vsevolod Tolstopyatov · 5 years ago
  55. e303e6b Clarify difference between runBlocking and coroutineScope by Vsevolod Tolstopyatov · 5 years ago
  56. b7b5adb Improve consumeAsFlow documentation by Vsevolod Tolstopyatov · 5 years ago
  57. 3816837 Remove duplicate js/npm folder by Roman Elizarov · 5 years ago
  58. a64e4da Do not filter out stress tests from IDEA by Vsevolod Tolstopyatov · 5 years ago
  59. e2a72a0 Generalize onReceive* family implementation in channels, reduce bytecode size by Vsevolod Tolstopyatov · 5 years ago
  60. 38c3e9a Recover stacktrace on the fast-path of receiveOrNull by Vsevolod Tolstopyatov · 5 years ago
  61. 7f1a927 Attempt to select SelectInstance in onReceiveOrClosed before starting a coroutine to avoid double resume by Vsevolod Tolstopyatov · 5 years ago
  62. f86af23 Update coroutines builders kdocs to link to correct param by Marek Langiewicz · 5 years ago
  63. 7cc53d9 Typo in CoroutineScope's javadoc by Oleg Andreych · 5 years ago
  64. ae57774 Eagerly create cancellation exception during Job.cancel call to make stacktrace even shorter by Vsevolod Tolstopyatov · 5 years ago
  65. 3b2e437 Change stacktrace recovery contract by Vsevolod Tolstopyatov · 5 years ago
  66. 5f2413a Get rid of AbstractCoroutine.defaultResumeMode by Roman Elizarov · 5 years ago
  67. ff9060c Shorten resume call stack by Roman Elizarov · 5 years ago
  68. 2fc00b8 Update atomicfu version by Vsevolod Tolstopyatov · 5 years ago
  69. d9d3574 Fix race in channel select/cancel by Roman Elizarov · 5 years ago
  70. f605b26 Improve sentence grammar by adding 'an' by andrethiele · 5 years ago
  71. cfc08ee All ArrayChannel.size accesses should be under the channel lock by Nikita Koval · 5 years ago
  72. c5a42da Migrate BOM module to java-platform plugin by Sergey Shatunov · 5 years ago
  73. 1f65af2 Fix example-flow-14 docs to show expected exception in text by Roman Elizarov · 5 years ago
  74. 8248fe4 Make MapTest - testErrorCancelsUpstream - actually test map operator by Lukasz Wojtach · 5 years ago
  75. 58bfd08 Fix ArrayChannel.isBufferEmpty atomicity by Nikita Koval · 5 years ago
  76. 8fa07b5 Make `isStressTest` and the related properties top-level by Nikita Koval · 5 years ago
  77. 216828a Rename stressTest task to jvmStressTest to avoid conflict with prop by Roman Elizarov · 5 years ago
  78. 1b0eca9 Fixed SendElement.tryResumeSend by Roman Elizarov · 5 years ago
  79. f24b60c Narrow down return type of tryResumeSend/Receive by Roman Elizarov · 5 years ago
  80. 2f8bff1 Fix race condition in pair select by Roman Elizarov · 5 years ago
  81. fd27d55 Separate all JVM stress tests into a stressTest gradle task by Roman Elizarov · 5 years ago
  82. 84b24bd Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  83. 7f0da42 Merge pull request #1571 from Kotlin/version-1.3.2 by Vsevolod Tolstopyatov · 5 years ago
  84. 946e578 Introduce reusable cancellable continuations for hot loops with channels (#1534) by Vsevolod Tolstopyatov · 5 years ago
  85. 89bae52 Version 1.3.2 by Vsevolod Tolstopyatov · 5 years ago
  86. c99704a Remove outdated reactive guide and add section about Reactive Streams to flow.md by Vsevolod Tolstopyatov · 5 years ago
  87. 5378b80 Deprecate obsolete reactive API, improve existing Reactive documentation by Vsevolod Tolstopyatov · 5 years ago
  88. 52b97b9 Promote rx2 extensions to stable, increase deprecation level for obsolete reactive primitives by Vsevolod Tolstopyatov · 5 years ago
  89. d870a16 Promote Publisher<T>.collect to stable API by Vsevolod Tolstopyatov · 5 years ago
  90. b14afef Promote reactive adapters for Flow to stable API by Vsevolod Tolstopyatov · 5 years ago
  91. ee04bd2 Hid the SettableFuture of future {}. by Tyson Henning · 5 years ago
  92. 8f39109 Replace all volatiles with atomics in common code by Roman Elizarov · 5 years ago
  93. 3dbe82b Fix StackOverflowException with select expressions by Roman Elizarov · 5 years ago
  94. 8e2a84d Make Semaphore and Mutex stress tests concurrent Fixes #1478 by Nikita Koval · 5 years ago
  95. f0c2c5b Add CompletableDeferred.completeWith(result: Result<T>) by David Glasser · 5 years ago
  96. 835ed4d Promote reactive bridges for Flow to stable API (#1549) by Vsevolod Tolstopyatov · 5 years ago
  97. 353510a Make ReceiveChannel.cancel linearizability-friendly by Vsevolod Tolstopyatov · 5 years ago
  98. fcc004c Install debug probes in CoroutinesTimeout constructor to capture coroutines launched from within a test constructor by Vsevolod Tolstopyatov · 5 years ago
  99. 858094e Eagerly create coroutine for lazily-started coroutine builders in order to trigger DebugProbes.probeCoroutineCreated by Vsevolod Tolstopyatov · 5 years ago
  100. bd7c030 Optimize Flow.take (#1538) by Vsevolod Tolstopyatov · 5 years ago