1. ca095be Merge tag '1.6.4' into kotlinx.coroutines-upgrade by Steve Elliott · 1 year, 10 months ago
  2. bcbcd16 Upgrade to newest Dokka and Knit (#2805) by Vsevolod Tolstopyatov · 2 years, 11 months ago
  3. 347feed Remove dev repositories and Bintray usages where applicable (#2587) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  4. e62f8f7 Migration to Kotlin 1.5.0-RC (#2653) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  5. e25f627 Migrate play-services and example-frontend-js to Gradle kts (#2543) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  6. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  7. 7ab7433 Update to Kotlin 1.4.21 (#2473) by Victor Turansky · 3 years, 4 months ago
  8. 556f07a Update to Kotlin 1.4.20 (#2424) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  9. fcaa6df Migrate examples to new JS plugin by Vsevolod Tolstopyatov · 3 years, 9 months ago
  10. 964cd92 Transition to the Gradle kts by Victor Turansky · 4 years, 1 month ago
  11. 6391089 Adopt Kotlin/JS for 1.4-M2 (#2060) by Ilya Goncharov · 4 years ago
  12. 18f68ad Use standard random API (#1988) by Victor Turansky · 4 years, 1 month ago
  13. 0f15812 Kts transition (#1951) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  14. 52135fb Fix JS example warnings (#1968) by Victor Turansky · 4 years, 1 month ago
  15. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  16. fa97af2 Enable JS IR backend (#1832) by Svyatoslav Kuzmich · 4 years, 2 months ago
  17. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 3 months ago
  18. a70022d Fixed site publication in build script by Roman Elizarov · 4 years, 9 months ago
  19. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  20. bf02194 Updated webpack version for JS examples by Roman Elizarov · 5 years ago
  21. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago
  22. 5173824 EventLoop integration and reuse for runBlocking and Unconfined dispatchers (#889) by Roman Elizarov · 5 years ago
  23. 89d43af Dokka links fixed by Vsevolod Tolstopyatov · 5 years ago
  24. a5a7cdb Merge pull request #876 from Kotlin/debug-agent by Vsevolod Tolstopyatov · 5 years ago
  25. 54b2ecd Merge branch 'develop' into stacktrace-recovery by Vsevolod Tolstopyatov · 5 years ago
  26. 515ccb1 Make StackTraceElement internal by Vsevolod Tolstopyatov · 5 years ago
  27. c7239ac Debug agent to track alive coroutines by Vsevolod Tolstopyatov · 5 years ago
  28. 1032f58 Scoped builders and exception stacktraces synergy by Vsevolod Tolstopyatov · 5 years ago
  29. bb0ad4a Fix: default dispatcher doesn't work with jsdom by anton.sukhonosenko · 6 years ago
  30. 675c30c Basic exception stacktrace recovery mechanism by Vsevolod Tolstopyatov · 6 years ago
  31. 9512ab2 SchedulerTaskContext.afterTask() extension function by Roman Elizarov · 6 years ago
  32. aa374a9 SchedulerTask is now an abstract class with optimizations for jvm by Roman Elizarov · 6 years ago
  33. e64d9b7 Scheduler: capture TaskContext for afterTask before running it by Roman Elizarov · 6 years ago
  34. 16e2034 Avoid allocation of CoroutineScheduler task object by Roman Elizarov · 6 years ago
  35. 0b886a3 Get rid of TestException copy-paste by Vsevolod Tolstopyatov · 6 years ago
  36. cd37d8e Merge branch 'context-elements-opto' into release-candidate by Vsevolod Tolstopyatov · 6 years ago
  37. 7ee722a Rework Dispatchers.Unconfined to use thread-local event loop by Vsevolod Tolstopyatov · 6 years ago
  38. ae85797 Cache result of ThreadContext#foldAll in the field of DispatchedCoroutine to avoid context fold in tight loops by Vsevolod Tolstopyatov · 6 years ago
  39. d826f5f Suppress docs for native CompletionHandlerException by Roman Elizarov · 6 years ago
  40. d1129b2 Removed doc suppress from Runnable interface by Roman Elizarov · 6 years ago
  41. 36c3ba1 Replace internal annotations with ones from 1.3 stdlib by Vsevolod Tolstopyatov · 6 years ago
  42. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  43. 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
  44. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  45. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  46. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  47. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  48. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  49. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  50. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  51. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  52. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  53. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  54. 33e7ce4 Removed "cancel parent" from TestBase exception handlers by Roman Elizarov · 6 years ago
  55. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  56. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  57. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  58. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  59. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  60. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  61. aa64257 AtomicFu version 0.11.4: Back to default FU variant and JS transform by Roman Elizarov · 6 years ago
  62. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  63. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  64. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  65. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  66. 705ba56 Documentation for Kotlin/Native support by Roman Elizarov · 6 years ago
  67. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  68. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  69. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago
  70. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  71. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  72. 167ca63 Implement CopyOnWriteList on JS, add reproducer for #412 by Vsevolod Tolstopyatov · 6 years ago
  73. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  74. b5c25ba Added JS dependency on atomicfu version 0.10.1 by Roman Elizarov · 6 years ago
  75. c8af35c Alternative (working) approach to binary compatibility for SubscriptionReceiveChannel by Roman Elizarov · 6 years ago
  76. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  77. 548e778 Change kotlin to be a peer dependency by Nicklas Ansman Giertz · 6 years ago
  78. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  79. dbd9e1c Consistent naming of handler base classes and their concrete impls by Roman Elizarov · 6 years ago
  80. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  81. 76146bb Merge branch 'await-all' into develop by Roman Elizarov · 6 years ago
  82. cd00643 Delay bug fixes: by Vsevolod Tolstopyatov · 6 years ago
  83. 0406a9b Remove prev/next from common LockFreeLinkedList API by Roman Elizarov · 6 years ago
  84. 769d7dc Moved awaitAll/joinAll to common module by Roman Elizarov · 6 years ago
  85. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  86. 11d6b5b Hide declarations in internal package by Roman Elizarov · 6 years ago
  87. 8a07168 Update readme for JS channels by Vsevolod Tolstopyatov · 6 years ago
  88. 2cdbfd7 Properly implement select clause for JS channels by Vsevolod Tolstopyatov · 6 years ago
  89. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago
  90. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  91. cc08426 Do not put kotlin dependency in package.json used for tests by Ilya Gorbunov · 6 years ago
  92. f0cd180 Suppress errors about default parameters in actual functions by Ilya Gorbunov · 6 years ago
  93. f3a5013 Decouple AbstractContinuation and CancellableContinuation from Job interface by Vsevolod Tolstopyatov · 6 years ago
  94. 4b94843 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  95. 379f210 Remove unavailable builder from js/kotlinx-coroutines-core-js/README.md by vkhikhlov · 6 years ago
  96. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  97. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  98. a4b5693 `onCompletion` added to `promise` and `future` (JDK8 and Guava) by Roman Elizarov · 6 years ago
  99. fe8ba6b `onCompletion` added to `launch`, `async`, and `actor` by Roman Elizarov · 6 years ago
  100. f0fc770 JS: Moved node_modules into build directory by Roman Elizarov · 6 years ago