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