1. 4ad5b0e Fixed aggregated error handling in Publish & test for it by Roman Elizarov · 6 years ago
  2. 669a84f Fixed diagnostic message on null subscriber by Roman Elizarov · 6 years ago
  3. 8cced24 Reactive streams integration conformance to TCK verified & fixed by Roman Elizarov · 6 years ago
  4. bd64044 Add note about JDK_16 in readme by Vsevolod Tolstopyatov · 6 years ago
  5. a223f35 fix minor typo by saied89 · 6 years ago
  6. b2cdc5e Restore Java 6 compatibility by Vsevolod Tolstopyatov · 6 years ago
  7. 5639304 Properly report exception in future builders if thrown exception is racing with external cancellation or completion by Vsevolod Tolstopyatov · 6 years ago
  8. 2bac00f Re-implement jdk8 and Guava future builders on top o AbstractCoroutine in order to properly handle parallel decomposition by Vsevolod Tolstopyatov · 6 years ago
  9. fb6ba0d Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  10. ea89e60 Merge pull request #756 from Kotlin/version-1.0.0 by Vsevolod Tolstopyatov · 6 years ago
  11. dd472fc Update coroutines-guide-ui.md by Jeff Brandon · 6 years ago
  12. 0b886a3 Get rid of TestException copy-paste by Vsevolod Tolstopyatov · 6 years ago
  13. 8a45c47 Version 1.0.0 by Vsevolod Tolstopyatov · 6 years ago
  14. eaf9b7c Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  15. bf45576 Improve naming and documentation by Vsevolod Tolstopyatov · 6 years ago
  16. c33ef61 Implement yield for unconfined dispatchers, documentation improvements by Robert Golusiński · 6 years ago
  17. 6f01c93 Add workaround for removed Google dependency by Vsevolod Tolstopyatov · 6 years ago
  18. 0661d47 fix: make snippet as non-runnable by Prendota · 6 years ago
  19. 64e49dc Undeprecate ReceiveChannel.receiveOrNull, but leave its obsolete status by Vsevolod Tolstopyatov · 6 years ago
  20. 4a82113 redundant 'of' by Robert Golusiński · 6 years ago
  21. e321394 Prevent temporary leaks in HandlerDispatcher by properly handling by Christophe Beyls · 6 years ago
  22. 39107ee Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  23. 0eee3c3 docs: make select-expression & shared state and concurrency runnable by Prendota · 6 years ago
  24. e0b7b15 redundant 'is' by Robert Golusiński · 6 years ago
  25. 8a22c54 Get rid of timeout in stress test by Vsevolod Tolstopyatov · 6 years ago
  26. 65e6c8c Make examples runnable by Prendota · 6 years ago
  27. 56ee233 Fix typo by Robert Golusiński · 6 years ago
  28. d981966 fixed typo by Vadym O · 6 years ago
  29. 3a8342d Consistent formatting (empty line after header) by Roman Elizarov · 6 years ago
  30. f7a453b Updated link to KEEP and added one more talk by Roman Elizarov · 6 years ago
  31. d6a5a39 Version 1.0.0-RC1 by Vsevolod Tolstopyatov · 6 years ago
  32. 5da06ce AtomicFU version 0.11.11 by Roman Elizarov · 6 years ago
  33. a7e1014 Merge branch 'release-candidate' into develop by Vsevolod Tolstopyatov · 6 years ago
  34. 46cc6aa Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  35. e44c9b2 Update coroutines-ui-guide, provide alternatives to currentScope builder by Vsevolod Tolstopyatov · 6 years ago
  36. cd37d8e Merge branch 'context-elements-opto' into release-candidate by Vsevolod Tolstopyatov · 6 years ago
  37. aba0edc Add workaround for androidx toolchain issues: try to load main dispat… (#709) by Vsevolod Tolstopyatov · 6 years ago
  38. b058ba1 Deprecate Job.cancel(cause) and ReceiveChannel.cancel(cause), return Unit from cancel without cause by Vsevolod Tolstopyatov · 6 years ago
  39. 23d435b Minor optimizations of UndispatchedEventLoop by Vsevolod Tolstopyatov · 6 years ago
  40. faa4774 Do not step into thread-local event-loop on CancellableContinuation#dispatch fast-path by Vsevolod Tolstopyatov · 6 years ago
  41. 09b9d6c Use FIFO queue in undispatched event loop by Vsevolod Tolstopyatov · 6 years ago
  42. fd54bc4 Move undispatched thread-local event loop to dispatched continuation, execute all undispatched tasks in that loop to avoid SOE in user-supplied unconfined dispatchers and 'immediate' main dispatchers. by Vsevolod Tolstopyatov · 6 years ago
  43. 1c5efc8 Remove SOE avoidance in Mutex by Vsevolod Tolstopyatov · 6 years ago
  44. 7ee722a Rework Dispatchers.Unconfined to use thread-local event loop by Vsevolod Tolstopyatov · 6 years ago
  45. 1e70839 Remove TODO in channels by Vsevolod Tolstopyatov · 6 years ago
  46. ab1ae7f Deprecate ReceiveChannel.receiveOrNull by Vsevolod Tolstopyatov · 6 years ago
  47. bc434c1 Disable Gradle metadata publishing for all but native modules by Roman Elizarov · 6 years ago
  48. 5768067 Fix grammatical typo in exception-handling.md by Andrii Chubko · 6 years ago
  49. b6e500b Fix grammatical error by Andrii Chubko · 6 years ago
  50. edd8056 update guide position in documentation by Prendota · 6 years ago
  51. ae85797 Cache result of ThreadContext#foldAll in the field of DispatchedCoroutine to avoid context fold in tight loops by Vsevolod Tolstopyatov · 6 years ago
  52. ca98207 Fix benchmarks compilation by Vsevolod Tolstopyatov · 6 years ago
  53. 3ed9e38 Preserve experimental api docs when deploying site by Roman Elizarov · 6 years ago
  54. d826f5f Suppress docs for native CompletionHandlerException by Roman Elizarov · 6 years ago
  55. d1129b2 Removed doc suppress from Runnable interface by Roman Elizarov · 6 years ago
  56. e202f7e Fixed coroutines-core:dokka dependencies and link mappings by Roman Elizarov · 6 years ago
  57. 976e1ec Fixed dokka dependencies so that "clean site" works by Roman Elizarov · 6 years ago
  58. 9d56c57 EventLoop made internal on native (just like elsewhere) by Roman Elizarov · 6 years ago
  59. 2dfa0df Ignore stdlib-stubs in binary compatibility by Vsevolod Tolstopyatov · 6 years ago
  60. 36c3ba1 Replace internal annotations with ones from 1.3 stdlib by Vsevolod Tolstopyatov · 6 years ago
  61. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  62. 4c76c6f Update exception-handling.md by Kenji Otsuka · 6 years ago
  63. b6eca2a Make EventLoop internal, @JvmName("from") for ExecutorService.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  64. 7fb590d Make some internal API public, but deprecated as error, exposing internal supertypes does not work in K/N (https://github.com/JetBrains/kotlin-native/issues/2167), add workaround for KT-27534 by Vsevolod Tolstopyatov · 6 years ago
  65. 52f10c7 Grammatical correction (#698) by armansimonyan13 · 6 years ago
  66. 02b3302 Grammatical correction by arman simonyan · 6 years ago
  67. c982456 Remove leftover kotlinx-coroutines-io.txt public API dump file by Roman Elizarov · 6 years ago
  68. 5a74c75 Hide ConflatedBroadcastChannel private companion fields from public ABI by Roman Elizarov · 6 years ago
  69. 4220ca2 Use toString implementation for continuations to leverage debug metadata by Vsevolod Tolstopyatov · 6 years ago
  70. 67222cb Update readme and version numbers by Vsevolod Tolstopyatov · 6 years ago
  71. 6902fac Check isCompleted on event loop we're trying to scheduler rather original owner of a task by Vsevolod Tolstopyatov · 6 years ago
  72. 1bdbb3e Cleanup: get rid of workarounds, cleanup guide, suppress/fix compilation warnings by Vsevolod Tolstopyatov · 6 years ago
  73. f358547 Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  74. eb78c85 Cleaned up top-level readme a bit (removed outdated things) by Roman Elizarov · 6 years ago
  75. fb84539 Updated wording on the last (sic!) experimental release by Roman Elizarov · 6 years ago
  76. f015be1 Need Instructions For Using Gradle Kotlin Plugin by Ruslan Ibragimov · 6 years ago
  77. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  78. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  79. 715acd3 Restore TOC in the root coroutines-guide.md file with links to individual files by Roman Elizarov · 6 years ago
  80. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  81. 62a6ab6 Fix compilation by Vsevolod Tolstopyatov · 6 years ago
  82. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  83. e5bf9ae Update basics.md by Marcin Moskała · 6 years ago
  84. 305ac20 Merge pull request #684 from Kotlin/version-0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  85. a6199a8 Version 0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  86. b247998 Run JS tests on transformed kotlinx-coroutines-core-js module files by Roman Elizarov · 6 years ago
  87. 9f79186 Deprecate ReceiveChannel<T>.collect by Vsevolod Tolstopyatov · 6 years ago
  88. 0f94304 Fix lost exception from dispatched withContext on cancelled job by Roman Elizarov · 6 years ago
  89. 0f26f66 Fix shutdown sequence for CoroutineScheduler's views by Vsevolod Tolstopyatov · 6 years ago
  90. 63f4a27 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  91. f5126d0 Mark newSingle/FixedThreadPoolContext as obsolete, document the reason by Roman Elizarov · 6 years ago
  92. e6b4739 Added type <Unit> to be consistent with the text by Ola Petersson · 6 years ago
  93. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  94. e963ede Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  95. 06e85d5 Updated readme to help people unfamiliar with Gradle Fixes #539 by Dmitry Borodin · 6 years ago
  96. e7a0723 fix grammar typo by Adam Howard · 6 years ago
  97. 9da9485 Prevent leak of atomicFu dependency to published POM files by Roman Elizarov · 6 years ago
  98. 29eeb1a Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  99. f6e5742 Fix documentation by Vsevolod Tolstopyatov · 6 years ago
  100. 08dff2c Merge pull request #646 from Kotlin/version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago