1. c022ab6 Make withContext cancellable on return (instead of atomically cancellable). by Vsevolod Tolstopyatov · 5 years ago
  2. 9e9c9a3 Recover stacktrace of CancellationException from suspendCancellable by Roman Elizarov · 5 years ago
  3. 2b8218a Introduce CancellableContinuation.resume with onCancelling lambda by Roman Elizarov · 5 years ago
  4. 4651b57 Merge with cancellation rework 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. 0c8789d Handle fatal exceptions in continuation machinery using handleViaException instead of rethrowing it to provide faster feedback loop by Vsevolod Tolstopyatov · 5 years ago
  7. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/Dispatched.kt]
  8. 5173824 EventLoop integration and reuse for runBlocking and Unconfined dispatchers (#889) by Roman Elizarov · 6 years ago
  9. 54b2ecd Merge branch 'develop' into stacktrace-recovery by Vsevolod Tolstopyatov · 6 years ago
  10. 1032f58 Scoped builders and exception stacktraces synergy by Vsevolod Tolstopyatov · 6 years ago
  11. d8cdc9f Introduce @SharedImmutable and mark all global constants with SharedImmutable/ThreadLocal to allow using coroutines in K/N workers by Vsevolod Tolstopyatov · 6 years ago
  12. db5335a Recover stacktrace on state-machine decision in AbstractContinuation by Vsevolod Tolstopyatov · 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. bf45576 Improve naming and documentation by Vsevolod Tolstopyatov · 6 years ago
  19. c33ef61 Implement yield for unconfined dispatchers, documentation improvements by Robert Golusiński · 6 years ago
  20. cd37d8e Merge branch 'context-elements-opto' into release-candidate by Vsevolod Tolstopyatov · 6 years ago
  21. 23d435b Minor optimizations of UndispatchedEventLoop by Vsevolod Tolstopyatov · 6 years ago
  22. faa4774 Do not step into thread-local event-loop on CancellableContinuation#dispatch fast-path by Vsevolod Tolstopyatov · 6 years ago
  23. 09b9d6c Use FIFO queue in undispatched event loop by Vsevolod Tolstopyatov · 6 years ago
  24. fd54bc4 Move undispatched thread-local event loop to dispatched continuation, execute all undispatched tasks in that loop to avoid SOE in user-supplied unconfined dispatchers and 'immediate' main dispatchers. by Vsevolod Tolstopyatov · 6 years ago
  25. ae85797 Cache result of ThreadContext#foldAll in the field of DispatchedCoroutine to avoid context fold in tight loops by Vsevolod Tolstopyatov · 6 years ago
  26. 36c3ba1 Replace internal annotations with ones from 1.3 stdlib by Vsevolod Tolstopyatov · 6 years ago
  27. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  28. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  29. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  30. b5d10d4 Make CoroutineStart.ATOMIC experimental as it covers important use-case with resource cleanup in finally block by Vsevolod Tolstopyatov · 6 years ago
  31. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  32. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  33. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  34. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental/Dispatched.kt]
  35. c1092d5 Remove CompletedExceptionally#exception by Vsevolod Tolstopyatov · 6 years ago
  36. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  37. 9a0d8ac Fixed code style by Roman Elizarov · 7 years ago
  38. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 7 years ago