1. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  2. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 5 months ago
  3. 1fd56f2 Properly support exception cause on JS and Native by Roman Elizarov · 4 years, 8 months ago
  4. e2a5671 Flow scope (#1227) by Vsevolod Tolstopyatov · 5 years ago
  5. 132c1e3 Rename DispatchException to CoroutinesInternalError and make it an Error to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  6. 73b456b Added clarification on deprecation version in code, better CE messages by Roman Elizarov · 5 years ago
  7. d293639 Make JobCancellationException copyable in debug mode by Roman Elizarov · 5 years ago
  8. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  9. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago[Renamed from js/kotlinx-coroutines-core-js/src/Exceptions.kt]
  10. d826f5f Suppress docs for native CompletionHandlerException by Roman Elizarov · 6 years ago
  11. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  12. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  13. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  14. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  15. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  16. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from js/kotlinx-coroutines-core-js/src/main/kotlin/kotlinx/coroutines/experimental/Exceptions.kt]
  17. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  18. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago
  19. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  20. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  21. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 6 years ago