1. 1fd56f2 Properly support exception cause on JS and Native by Roman Elizarov · 4 years, 9 months ago
  2. ecbfa6d Properly distinguish AbortFlowExceptions from different non-terminal operators by Vsevolod Tolstopyatov · 4 years, 10 months ago
  3. 6aedb61 Make TimeoutCancellationException copyable by Vsevolod Tolstopyatov · 4 years, 10 months ago
  4. 3816837 Remove duplicate js/npm folder by Roman Elizarov · 4 years, 10 months ago
  5. f86af23 Update coroutines builders kdocs to link to correct param by Marek Langiewicz · 4 years, 10 months ago
  6. ae57774 Eagerly create cancellation exception during Job.cancel call to make stacktrace even shorter by Vsevolod Tolstopyatov · 4 years, 10 months ago
  7. 8fa07b5 Make `isStressTest` and the related properties top-level by Nikita Koval · 4 years, 11 months ago
  8. 3dbe82b Fix StackOverflowException with select expressions by Roman Elizarov · 5 years ago
  9. 1637eba Use Array.fill extension from stdlib by Jake Wharton · 5 years ago
  10. 3807a74 Optimize select expression registration phase (#1445) by Roman Elizarov · 5 years ago
  11. 2fc234c Use setTimeout-based dispatcher when process is not available on the … (#1409) by Vsevolod Tolstopyatov · 5 years ago
  12. 4809393 Protect event loop data structures from nonmonothonic nanoTime by Roman Elizarov · 5 years ago
  13. 98a9705 Move event loop infrastructure to common code by Roman Elizarov · 5 years ago
  14. 583d39d Rewrite assertions so that they are checked only in debug mode by Roman Elizarov · 5 years ago
  15. cd5ac0b Replace hand-rolled arraycopy with stdlib copyInto by Louis CAD · 5 years ago
  16. e2a5671 Flow scope (#1227) by Vsevolod Tolstopyatov · 5 years ago
  17. b7e1499 Amortize the cost of coroutine dispatch using message queue in all JS dispatchers. by Vsevolod Tolstopyatov · 5 years ago
  18. 15ee8a3 SafeCollector rework (#1196) by Vsevolod Tolstopyatov · 5 years ago
  19. d811d3a Do not fill in stacktrace in AbortFlowException, update benchmark results by Vsevolod Tolstopyatov · 5 years ago
  20. fe820ba Flow operators: (#1132) by Vsevolod Tolstopyatov · 5 years ago
  21. 4c3be05 Update top-level readmes with better example and js + native links by Roman Elizarov · 5 years ago
  22. d3cc25f Rework purity concept: by Vsevolod Tolstopyatov · 5 years ago
  23. 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
  24. 132c1e3 Rename DispatchException to CoroutinesInternalError and make it an Error to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  25. 73b456b Added clarification on deprecation version in code, better CE messages by Roman Elizarov · 5 years ago
  26. d293639 Make JobCancellationException copyable in debug mode by Roman Elizarov · 5 years ago
  27. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  28. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  29. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 6 years ago