1. ca095be Merge tag '1.6.4' into kotlinx.coroutines-upgrade by Steve Elliott · 1 year, 10 months ago
  2. 8baa736 Migrate from deprecated API by Vsevolod Tolstopyatov · 2 years, 10 months ago
  3. bbd1335 Use setTimeout-based dispatcher on JS for ReactNative (#2846) by Leon Kiefer · 2 years, 10 months ago
  4. f85b207 Fixed a bug when onUndeliveredElement was invoked for normally-receive elements on JS (#2828) by Vsevolod Tolstopyatov · 2 years, 10 months ago
  5. a3429f7 Introduce TestResult into TestBase as the first preparation step to m… (#2827) by Vsevolod Tolstopyatov · 2 years, 10 months ago
  6. 2571516 Fix js tests (#2824) by Vsevolod Tolstopyatov · 2 years, 10 months ago
  7. 44ebdef Use cancellation exception from standard library in Kotlin/JS and K/N (#2638) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  8. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  9. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 4 months ago
  10. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  11. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 8 months ago
  12. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 3 years, 8 months ago
  13. a8bfc0e Cherry-picks from native-mt branch to reduce maintenance burden (#2204) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  14. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 3 years, 10 months ago
  15. 5a20585 Flow cancellation (#2028) by Vsevolod Tolstopyatov · 4 years ago
  16. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  17. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 3 months ago
  18. de491d2 Make SafeCollector platform-specific declaration and enforce exceptio… (#1793) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  19. 1fd56f2 Properly support exception cause on JS and Native by Roman Elizarov · 4 years, 6 months ago
  20. ecbfa6d Properly distinguish AbortFlowExceptions from different non-terminal operators by Vsevolod Tolstopyatov · 4 years, 7 months ago
  21. 6aedb61 Make TimeoutCancellationException copyable by Vsevolod Tolstopyatov · 4 years, 7 months ago
  22. 3816837 Remove duplicate js/npm folder by Roman Elizarov · 4 years, 7 months ago
  23. f86af23 Update coroutines builders kdocs to link to correct param by Marek Langiewicz · 4 years, 8 months ago
  24. ae57774 Eagerly create cancellation exception during Job.cancel call to make stacktrace even shorter by Vsevolod Tolstopyatov · 4 years, 8 months ago
  25. 8fa07b5 Make `isStressTest` and the related properties top-level by Nikita Koval · 4 years, 8 months ago
  26. 3dbe82b Fix StackOverflowException with select expressions by Roman Elizarov · 4 years, 9 months ago
  27. 1637eba Use Array.fill extension from stdlib by Jake Wharton · 4 years, 9 months ago
  28. 3807a74 Optimize select expression registration phase (#1445) by Roman Elizarov · 4 years, 9 months ago
  29. 2fc234c Use setTimeout-based dispatcher when process is not available on the … (#1409) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  30. 4809393 Protect event loop data structures from nonmonothonic nanoTime by Roman Elizarov · 4 years, 11 months ago
  31. 98a9705 Move event loop infrastructure to common code by Roman Elizarov · 5 years ago
  32. 583d39d Rewrite assertions so that they are checked only in debug mode by Roman Elizarov · 5 years ago
  33. cd5ac0b Replace hand-rolled arraycopy with stdlib copyInto by Louis CAD · 5 years ago
  34. e2a5671 Flow scope (#1227) by Vsevolod Tolstopyatov · 5 years ago
  35. b7e1499 Amortize the cost of coroutine dispatch using message queue in all JS dispatchers. by Vsevolod Tolstopyatov · 5 years ago
  36. 15ee8a3 SafeCollector rework (#1196) by Vsevolod Tolstopyatov · 5 years ago
  37. d811d3a Do not fill in stacktrace in AbortFlowException, update benchmark results by Vsevolod Tolstopyatov · 5 years ago
  38. fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 5 years ago
  39. 4c3be05 Update top-level readmes with better example and js + native links by Roman Elizarov · 5 years ago
  40. d3cc25f Rework purity concept: by Vsevolod Tolstopyatov · 5 years ago
  41. 3e42850 Move `systemProp` function to the common module; only the JVM platform implements it properly while others always use provided default value. by Nikita Koval · 5 years ago
  42. 132c1e3 Rename DispatchException to CoroutinesInternalError and make it an Error to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  43. 73b456b Added clarification on deprecation version in code, better CE messages by Roman Elizarov · 5 years ago
  44. d293639 Make JobCancellationException copyable in debug mode by Roman Elizarov · 5 years ago
  45. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  46. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  47. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago