1. c51bde0 Update CoroutineStart.kt by paolop · 6 years ago
  2. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  3. 1fc2839 Support -PmochaTest=pattern option to filter JS tests by Roman Elizarov · 6 years ago
  4. 9f33574 Version 0.23.0 by Roman Elizarov · 6 years ago
  5. 67af7f0 Remove main fun from PublicApiDump by Roman Elizarov · 6 years ago
  6. dd90bf1 Fixed imports for docs by Roman Elizarov · 6 years ago
  7. 4e710b2 Fix typo by Vsevolod Tolstopyatov · 6 years ago
  8. c0f6bee Release notes for version 0.23.0 by Roman Elizarov · 6 years ago
  9. 58c5fdc Missing dot in docs added by Roman Elizarov · 6 years ago
  10. dd3b65a Use @JvmName from internal package instead of stdlib-common by Vsevolod Tolstopyatov · 6 years ago
  11. 78c342b AtomicFU Version 0.10.0 by Roman Elizarov · 6 years ago
  12. 26b86e9 Preserve binary compatibility for Channels#sendBlocking by Vsevolod Tolstopyatov · 6 years ago
  13. 2cd27fb Replace DeprecationLevel.HIDDEN with DeprecationLevel.WARNING by Vsevolod Tolstopyatov · 6 years ago
  14. b5328a7 Leave only public ticker function, introduce TickerMode enum by Roman Elizarov · 6 years ago
  15. 03d2ff7 Rename DelayChannel to ticker by Vsevolod Tolstopyatov · 6 years ago
  16. 1dbc25e Implement DelayChannel Fixes #327 by Vsevolod Tolstopyatov · 6 years ago
  17. 1cbe8f0 Unwrap exception on CompletionStage#await slow-path to provide consistent results by Vsevolod Tolstopyatov · 6 years ago
  18. bb19a26 Add default parameters to deprecated CancellableContinuation#invokeOnCompletion for smoother migration by Vsevolod Tolstopyatov · 6 years ago
  19. f2b4e0e Make exception handling in AbstractContinuation consistent: always prefer exception thrown from coroutine as exceptional reason, add cancellation cause as suppressed exception by Vsevolod Tolstopyatov · 6 years ago
  20. e185ed6 Typo fix by Artsiom Chapialiou · 6 years ago
  21. 81c7521 Update Job.kt by paolop · 6 years ago
  22. fd42442 Invoke exception handler for actor on cancellation even when channel was successfully closed, so exceptions thrown by actor are always reported by Vsevolod Tolstopyatov · 6 years ago
  23. 313978c Introduce deprecated ReceiveChannel#use to preserve backward compatibility with SubscriptionReceiveChannel, fix reactive samples by Vsevolod Tolstopyatov · 6 years ago
  24. c22a1c7 LockFreeMPSCQueue optimized & fixed by Roman Elizarov · 6 years ago
  25. 7c99a99 IO: reduce java.lang.Integer allocations by Sergey Mashkov · 6 years ago
  26. 6a0ce76 Introduce system property to control CommonPool parallelism by Vsevolod Tolstopyatov · 6 years ago
  27. a432a82 Fix broken readInt reading through the ring buffer edge by Sergey Mashkov · 6 years ago
  28. 6121663 Improve FutureTest to guarantee testing of CompletionStage.await slow path by Roman Elizarov · 6 years ago
  29. c8af35c Alternative (working) approach to binary compatibility for SubscriptionReceiveChannel by Roman Elizarov · 6 years ago
  30. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  31. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  32. b418074 Include package-list files into documentation site by Roman Elizarov · 6 years ago
  33. 548e778 Change kotlin to be a peer dependency by Nicklas Ansman Giertz · 6 years ago
  34. 71ca1c8 Update API files with TestCoroutineContext by Roman Elizarov · 6 years ago
  35. 9fb5d67 Compatibility validator: Pass overwrite.output from project properties by Roman Elizarov · 6 years ago
  36. 472bd73 Do not execute `cleanCompileTestKotlin` in binary compatibility validation task by Vsevolod Tolstopyatov · 6 years ago
  37. 74bcc92 Introduce binary-compatibility-validator module by Vsevolod Tolstopyatov · 6 years ago
  38. a518edc Note memory semantics in Mutex doc by Vsevolod Tolstopyatov · 6 years ago
  39. ed17bc1 Adding a test-helper class TestCoroutineContext. by Anton Spaans · 6 years ago
  40. 20dbd9f Fast-path for isDone in ListenableFuture#await, stop using deprecated API by Vsevolod Tolstopyatov · 6 years ago
  41. 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 6 years ago
  42. e0b6db0 Leaking handles in awaitAll are fixed by Roman Elizarov · 6 years ago
  43. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  44. dbd9e1c Consistent naming of handler base classes and their concrete impls by Roman Elizarov · 6 years ago
  45. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  46. 76146bb Merge branch 'await-all' into develop by Roman Elizarov · 6 years ago
  47. b4c7b40 Use disposeOnCompletion to remove cancelled delays by Roman Elizarov · 6 years ago
  48. cd00643 Delay bug fixes: by Vsevolod Tolstopyatov · 6 years ago
  49. 0406a9b Remove prev/next from common LockFreeLinkedList API by Roman Elizarov · 6 years ago
  50. 769d7dc Moved awaitAll/joinAll to common module by Roman Elizarov · 6 years ago
  51. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  52. 11d6b5b Hide declarations in internal package by Roman Elizarov · 6 years ago
  53. 8a07168 Update readme for JS channels by Vsevolod Tolstopyatov · 6 years ago
  54. 2cdbfd7 Properly implement select clause for JS channels by Vsevolod Tolstopyatov · 6 years ago
  55. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago
  56. 189e995 awaitAll should be defined only for Deferred types and return results list by Roman Elizarov · 6 years ago
  57. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  58. c1092d5 Remove CompletedExceptionally#exception by Vsevolod Tolstopyatov · 6 years ago
  59. 05d3823 awaitAll improvements: create defensive copy of jobs to consistently handle concurrent mutations, make handler JobNode to avoid extra object allocation by Vsevolod Tolstopyatov · 6 years ago
  60. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  61. 203abb0 awaitAll review and todos by Roman Elizarov · 6 years ago
  62. f0ef14e Start jobs during awaitAll call to properly handle lazily started coroutines by Vsevolod Tolstopyatov · 6 years ago
  63. 9c69279 Update readme, take the shortest link in Knit when resolving API references by Vsevolod Tolstopyatov · 6 years ago
  64. 4f0d48b Introducing awaitAll and joinAll extensions on JVM by Vsevolod Tolstopyatov · 6 years ago
  65. 4b9a559 CompletedExceptionally now always has cause and exception became an alias to a cause. by Vsevolod Tolstopyatov · 6 years ago
  66. f4eb05a Kotlin 1.2.40 by Vsevolod Tolstopyatov · 6 years ago
  67. 58fa752 Do not print npmPublish args at configuration phase by Ilya Gorbunov · 6 years ago
  68. cc08426 Do not put kotlin dependency in package.json used for tests by Ilya Gorbunov · 6 years ago
  69. 81f79c3 Do not use deprecated coroutineContext by Ilya Gorbunov · 6 years ago
  70. f0cd180 Suppress errors about default parameters in actual functions by Ilya Gorbunov · 6 years ago
  71. 480d8e9 Fix complaints of the latest compiler: actuals without expect by Ilya Gorbunov · 6 years ago
  72. b1a07ee Setup dependency resolution strategy to force kotlin_version by Ilya Gorbunov · 6 years ago
  73. f6430f4 Cleanup: by Vsevolod Tolstopyatov · 6 years ago
  74. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  75. 4aa18aa Introduce cancelling state for AbstractContinuation, improve exception handling, make tests stricter by Vsevolod Tolstopyatov · 6 years ago
  76. f3a5013 Decouple AbstractContinuation and CancellableContinuation from Job interface by Vsevolod Tolstopyatov · 6 years ago
  77. 931587a Improve test coverage of CancellableCoroutine, add benchmark by Vsevolod Tolstopyatov · 6 years ago
  78. d521478 Separate Job (interface) and JobSupport (implementation). No other changes except making JobImpl internal (not private) by Vsevolod Tolstopyatov · 6 years ago
  79. 4dcdc4a Remove duplicate test file after rebase by Vsevolod Tolstopyatov · 6 years ago
  80. 4cb5d19 Allow negative timeouts in delay, withTimeout and onTimeout on JVM by Vsevolod Tolstopyatov · 6 years ago
  81. 590c888 Documentation for debug property values by Roman Elizarov · 6 years ago
  82. 0bb18fc Better way to set CoroutineContext#DEBUG value by Dmytro Danylyk · 6 years ago
  83. 4b94843 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  84. 379f210 Remove unavailable builder from js/kotlinx-coroutines-core-js/README.md by vkhikhlov · 6 years ago
  85. a735f9e updated dependencies for android sample apps by Dmitry Borodin · 6 years ago
  86. 31550f1 Gradle 4.6 by Roman Elizarov · 6 years ago
  87. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  88. 3145290 Restructure build logic, prepare for native by Roman Elizarov · 6 years ago
  89. e1a5652 Extracted compilation configs into separate build files by Roman Elizarov · 6 years ago
  90. 905a512 typo fixed by Roman Elizarov · 6 years ago
  91. 6c2ed55 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  92. 8e38418 Explicitly mention that jcenter must be in a list of repos by Roman Elizarov · 6 years ago
  93. 26f4b9e Add extension to ExecutorService to return closeable CoroutineDispatcher by Marko Devcic · 6 years ago
  94. 740c485 Fail with proper message if JDK_16 is not set by Venkat Peri · 6 years ago
  95. 7831716 IO: introduce non-flushing joinTo by Sergey Mashkov · 6 years ago
  96. d7d9e2f IO: eliminate kotlin.Pair allocations by Sergey Mashkov · 6 years ago
  97. 45bcb0b Improve ChannelsConsumeTest to avoid spurious failures due to concurrency by Roman Elizarov · 6 years ago
  98. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  99. 61cafea Warning about future fail-fast in consumeEach is added to the guide by Roman Elizarov · 6 years ago
  100. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago