1. ce5d01a Update to gradle 4.10 by Vsevolod Tolstopyatov · 6 years ago
  2. c7f8bdb Version 1.1.0 by Vsevolod Tolstopyatov · 6 years ago
  3. 5173824 EventLoop integration and reuse for runBlocking and Unconfined dispatchers (#889) by Roman Elizarov · 6 years ago
  4. 63b4673 Version 1.1.0-alpha by Vsevolod Tolstopyatov · 6 years ago
  5. 1616676 Improve documentation, make MainScope experimental, cleanup leftovers by Vsevolod Tolstopyatov · 6 years ago
  6. 89d43af Dokka links fixed by Vsevolod Tolstopyatov · 6 years ago
  7. e9224ac Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  8. a5a7cdb Merge pull request #876 from Kotlin/debug-agent by Vsevolod Tolstopyatov · 6 years ago
  9. 54b2ecd Merge branch 'develop' into stacktrace-recovery by Vsevolod Tolstopyatov · 6 years ago
  10. 515ccb1 Make StackTraceElement internal by Vsevolod Tolstopyatov · 6 years ago
  11. c7239ac Debug agent to track alive coroutines by Vsevolod Tolstopyatov · 6 years ago
  12. 1032f58 Scoped builders and exception stacktraces synergy by Vsevolod Tolstopyatov · 6 years ago
  13. 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
  14. 675c30c Basic exception stacktrace recovery mechanism by Vsevolod Tolstopyatov · 6 years ago
  15. 49d4661 Remove mentions of actor builder in K/N readme by Vsevolod Tolstopyatov · 6 years ago
  16. 6591c4e Version 1.0.1 by Vsevolod Tolstopyatov · 6 years ago
  17. 9512ab2 SchedulerTaskContext.afterTask() extension function by Roman Elizarov · 6 years ago
  18. aa374a9 SchedulerTask is now an abstract class with optimizations for jvm by Roman Elizarov · 6 years ago
  19. e64d9b7 Scheduler: capture TaskContext for afterTask before running it by Roman Elizarov · 6 years ago
  20. 16e2034 Avoid allocation of CoroutineScheduler task object by Roman Elizarov · 6 years ago
  21. 8a45c47 Version 1.0.0 by Vsevolod Tolstopyatov · 6 years ago
  22. d6a5a39 Version 1.0.0-RC1 by Vsevolod Tolstopyatov · 6 years ago
  23. cd37d8e Merge branch 'context-elements-opto' into release-candidate by Vsevolod Tolstopyatov · 6 years ago
  24. 7ee722a Rework Dispatchers.Unconfined to use thread-local event loop 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. d826f5f Suppress docs for native CompletionHandlerException by Roman Elizarov · 6 years ago
  27. d1129b2 Removed doc suppress from Runnable interface by Roman Elizarov · 6 years ago
  28. 9d56c57 EventLoop made internal on native (just like elsewhere) by Roman Elizarov · 6 years ago
  29. 36c3ba1 Replace internal annotations with ones from 1.3 stdlib by Vsevolod Tolstopyatov · 6 years ago
  30. 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
  31. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  32. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  33. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  34. a6199a8 Version 0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  35. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  36. 4e1efc8 Version 0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  37. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  38. 7764e43 Version 0.30.0 by Roman Elizarov · 6 years ago
  39. 49d2f6d Version 0.27.0 by Vsevolod Tolstopyatov · 6 years ago
  40. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  41. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  42. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  43. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  44. 33e7ce4 Removed "cancel parent" from TestBase exception handlers by Roman Elizarov · 6 years ago
  45. 82547f6 Version 0.26.1 by Vsevolod Tolstopyatov · 6 years ago
  46. 75cfc4f Version 0.26.0 by Vsevolod Tolstopyatov · 6 years ago
  47. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  48. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  49. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  50. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  51. 43c0743 Rename version 0.25.2 to 0.25.3 (for technical reasons) by Roman Elizarov · 6 years ago
  52. 15f3504 Version 0.25.2 by Roman Elizarov · 6 years ago
  53. 1a12370 typo fixed by Dmitry Borodin · 6 years ago
  54. 07c5ce4 Version 0.25.0 by Roman Elizarov · 6 years ago
  55. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  56. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  57. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  58. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  59. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  60. c82a54d Fixed readme to stress that only Gradle 4.7 works now by Roman Elizarov · 6 years ago
  61. 9964b3d Version 0.24.0 by Roman Elizarov · 6 years ago
  62. 705ba56 Documentation for Kotlin/Native support by Roman Elizarov · 6 years ago
  63. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago