1. 09b9d6c Use FIFO queue in undispatched event loop by Vsevolod Tolstopyatov · 6 years ago
  2. 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
  3. 1c5efc8 Remove SOE avoidance in Mutex by Vsevolod Tolstopyatov · 6 years ago
  4. 7ee722a Rework Dispatchers.Unconfined to use thread-local event loop by Vsevolod Tolstopyatov · 6 years ago
  5. 1e70839 Remove TODO in channels by Vsevolod Tolstopyatov · 6 years ago
  6. ab1ae7f Deprecate ReceiveChannel.receiveOrNull by Vsevolod Tolstopyatov · 6 years ago
  7. bc434c1 Disable Gradle metadata publishing for all but native modules by Roman Elizarov · 6 years ago
  8. ca98207 Fix benchmarks compilation by Vsevolod Tolstopyatov · 6 years ago
  9. 3ed9e38 Preserve experimental api docs when deploying site by Roman Elizarov · 6 years ago
  10. d826f5f Suppress docs for native CompletionHandlerException by Roman Elizarov · 6 years ago
  11. d1129b2 Removed doc suppress from Runnable interface by Roman Elizarov · 6 years ago
  12. e202f7e Fixed coroutines-core:dokka dependencies and link mappings by Roman Elizarov · 6 years ago
  13. 976e1ec Fixed dokka dependencies so that "clean site" works by Roman Elizarov · 6 years ago
  14. 9d56c57 EventLoop made internal on native (just like elsewhere) by Roman Elizarov · 6 years ago
  15. 2dfa0df Ignore stdlib-stubs in binary compatibility by Vsevolod Tolstopyatov · 6 years ago
  16. 36c3ba1 Replace internal annotations with ones from 1.3 stdlib by Vsevolod Tolstopyatov · 6 years ago
  17. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  18. b6eca2a Make EventLoop internal, @JvmName("from") for ExecutorService.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  19. 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
  20. 5a74c75 Hide ConflatedBroadcastChannel private companion fields from public ABI by Roman Elizarov · 6 years ago
  21. 4220ca2 Use toString implementation for continuations to leverage debug metadata by Vsevolod Tolstopyatov · 6 years ago
  22. 67222cb Update readme and version numbers by Vsevolod Tolstopyatov · 6 years ago
  23. 1bdbb3e Cleanup: get rid of workarounds, cleanup guide, suppress/fix compilation warnings by Vsevolod Tolstopyatov · 6 years ago
  24. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  25. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  26. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  27. 62a6ab6 Fix compilation by Vsevolod Tolstopyatov · 6 years ago
  28. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  29. 305ac20 Merge pull request #684 from Kotlin/version-0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  30. a6199a8 Version 0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  31. b247998 Run JS tests on transformed kotlinx-coroutines-core-js module files by Roman Elizarov · 6 years ago
  32. 9f79186 Deprecate ReceiveChannel<T>.collect by Vsevolod Tolstopyatov · 6 years ago
  33. 0f94304 Fix lost exception from dispatched withContext on cancelled job by Roman Elizarov · 6 years ago
  34. 0f26f66 Fix shutdown sequence for CoroutineScheduler's views by Vsevolod Tolstopyatov · 6 years ago
  35. 63f4a27 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  36. f5126d0 Mark newSingle/FixedThreadPoolContext as obsolete, document the reason by Roman Elizarov · 6 years ago
  37. e6b4739 Added type <Unit> to be consistent with the text by Ola Petersson · 6 years ago
  38. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  39. e963ede Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  40. 06e85d5 Updated readme to help people unfamiliar with Gradle Fixes #539 by Dmitry Borodin · 6 years ago
  41. e7a0723 fix grammar typo by Adam Howard · 6 years ago
  42. 9da9485 Prevent leak of atomicFu dependency to published POM files by Roman Elizarov · 6 years ago
  43. 29eeb1a Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  44. f6e5742 Fix documentation by Vsevolod Tolstopyatov · 6 years ago
  45. 08dff2c Merge pull request #646 from Kotlin/version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  46. a3826a9 Merge branch 'no-unwrap' into version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  47. ec8cbd2 Short Dispatchers.Default.toString value ("DefaultDispatcher") by Roman Elizarov · 6 years ago
  48. 4e1efc8 Version 0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  49. 2ba458b Update atomicfu version by Vsevolod Tolstopyatov · 6 years ago
  50. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  51. 73bd3a9 Add more @InternalCoroutinesApi to internal package by Vsevolod Tolstopyatov · 6 years ago
  52. 1fba6d2 Minor perf improvement when scheduling delayed task by Roman Elizarov · 6 years ago
  53. 4b0f4de Never loose coroutines when CoroutineScheduler is closed by Roman Elizarov · 6 years ago
  54. 85725e8 Fixed rescheduling, synchronization & task disposal in EventLoop by Roman Elizarov · 6 years ago
  55. b5c9c9f Never unwrap 3rd party CancellationException by Roman Elizarov · 6 years ago
  56. 7764e43 Version 0.30.0 by Roman Elizarov · 6 years ago
  57. 54617b7 Fixed JDK16 tests & links in guide by Roman Elizarov · 6 years ago
  58. 8339511 Don't use AtomicBoolean in scheduler by Roman Elizarov · 6 years ago
  59. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  60. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  61. d9b4ab2 Replaced the hardcoded default value with the constant. by Paul Woitaschek · 6 years ago
  62. 45c0be9 Fixed tests after integration of async & supervisor branches by Roman Elizarov · 6 years ago
  63. 49f25a5 Supervisors guide by Vsevolod Tolstopyatov · 6 years ago
  64. 88e72f9 Exception unwrapping logic rework, do not unwrap cancellation exception if parent can handle exceptions by Vsevolod Tolstopyatov · 6 years ago
  65. 4fc0a11 Add test which indicates problem with supervision by Vsevolod Tolstopyatov · 6 years ago
  66. 60fd580 SupervisorCoroutine optimization by Vsevolod Tolstopyatov · 6 years ago
  67. 3e0ca9b Change contract of supervisorScope to align it with coroutineScope by Vsevolod Tolstopyatov · 6 years ago
  68. 21f171c Introduce SupervisorJob & supervisorScope by Roman Elizarov · 6 years ago
  69. b5d10d4 Make CoroutineStart.ATOMIC experimental as it covers important use-case with resource cleanup in finally block by Vsevolod Tolstopyatov · 6 years ago
  70. 938c5e9 More stable output for guide-exceptions-05.kt by Roman Elizarov · 6 years ago
  71. fac516f Get rid of awaitAll() in documentation, rewrite `currentScope` section by Vsevolod Tolstopyatov · 6 years ago
  72. b63fd82 Unpark event-loop thread only when it's necessary by Vsevolod Tolstopyatov · 6 years ago
  73. e29f497 Avoid OOM in thread-pool dispatchers, try to reflectively invoke setRemoveFutureOnCancel on executor instance and use default dispatcher if attempt failed by Vsevolod Tolstopyatov · 6 years ago
  74. 7ff678f Default delay improvements by Vsevolod Tolstopyatov · 6 years ago
  75. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  76. ffda1da Copy deprecated annotations on Job member to inheritors by Roman Elizarov · 6 years ago
  77. 18cc588 Restore binary compatibility of Executor.asCoroutineDispatcher by Roman Elizarov · 6 years ago
  78. 873e9a0 More permissive CoroutineSchedulerStressTest to avoid fails on slow Windows agents by Roman Elizarov · 6 years ago
  79. cbeef10 fix broken links for kotlin web site (#628) by Alexander Prendota · 6 years ago
  80. b590aa3 Omit brackets in Knit relative links by Vsevolod Tolstopyatov · 6 years ago
  81. 4cc0e29 Fix typo by Vsevolod Tolstopyatov · 6 years ago
  82. 49d2f6d Version 0.27.0 by Vsevolod Tolstopyatov · 6 years ago
  83. 5148d49 Add dokka workaround for Google Developer API by Vsevolod Tolstopyatov · 6 years ago
  84. aa38c17 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  85. 54afb19 Aligned to RxJava2 contract - Observable and Single returns non nullable type <T>. by Dmitry Borodin · 6 years ago
  86. e18b015 Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  87. 0a656ff Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  88. 8d6c1a9 Propagate cancellation on awaiting Completable and Listenable futures, provide ListenableFuture.asDeferred by Vsevolod Tolstopyatov · 6 years ago
  89. 25b4388 Merge pull request #588 from Kotlin/handle-exception-fix by Vsevolod Tolstopyatov · 6 years ago
  90. a180ff7 Add name parameter to Handler.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  91. a57d0c3 list all documentation files to include to kotlinlang.org website. by Eugene Petrenko · 6 years ago
  92. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  93. 852fae5 Reviewed and cleanup usage of "fail" word in comments and method names by Roman Elizarov · 6 years ago
  94. 1b22af7 Fix lost exception during cancellation in produce, fix integration with play services after rebase by Vsevolod Tolstopyatov · 6 years ago
  95. 5c44afb Implicitly add Job in CoroutineScope constructor if it is missing by Roman Elizarov · 6 years ago
  96. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  97. f307159 fix compilation by Vsevolod Tolstopyatov · 6 years ago
  98. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  99. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  100. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago