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