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