1. 5173824 EventLoop integration and reuse for runBlocking and Unconfined dispatchers (#889) by Roman Elizarov · 6 years ago
  2. 1d04e79 Stricter checking for CompletableContinuation state machine by Roman Elizarov · 6 years ago
  3. 1616676 Improve documentation, make MainScope experimental, cleanup leftovers by Vsevolod Tolstopyatov · 6 years ago
  4. 89d43af Dokka links fixed by Vsevolod Tolstopyatov · 6 years ago
  5. 876e9ba Ignore exception on cancel/fail race in CancellableContinuation by Roman Elizarov · 6 years ago
  6. 9ec881e Dispose waiting node when Deferred.await is cancelled by Roman Elizarov · 6 years ago
  7. 4327b21 Introduce test module with testable main dispatcher (#749) by Vsevolod Tolstopyatov · 6 years ago
  8. 054fcc2 fix small typo of async method by SatoShun · 6 years ago
  9. 31b23e8 Fail-fast if coroutine start internal machinery has failed: treat any internal exception as coroutine result and invoke completion with such exception by Vsevolod Tolstopyatov · 6 years ago
  10. 29493e1 Merge pull request #792 from Kotlin/stacktrace-recovery by Vsevolod Tolstopyatov · 6 years ago
  11. a5a7cdb Merge pull request #876 from Kotlin/debug-agent by Vsevolod Tolstopyatov · 6 years ago
  12. b733f7d Speedup linerizability tests, make conflation part of helpClose (fixes nightly stress failure) by Vsevolod Tolstopyatov · 6 years ago
  13. 69c15b3 Make ConflatedChannel linearizable by Vsevolod Tolstopyatov · 6 years ago
  14. 7a6fd89 Debug agent cleanup by Vsevolod Tolstopyatov · 6 years ago
  15. f64bcde Unreachable code fix by Vsevolod Tolstopyatov · 6 years ago
  16. 54b2ecd Merge branch 'develop' into stacktrace-recovery by Vsevolod Tolstopyatov · 6 years ago
  17. 515ccb1 Make StackTraceElement internal by Vsevolod Tolstopyatov · 6 years ago
  18. 5431deb Remove typo in Job documentation by Adrian Blanco · 6 years ago
  19. 6d7a216 Wording in docs is improved by Roman Elizarov · 6 years ago
  20. e64b52c Introduce MainScope factory and CoroutineScope.cancel extension by Vsevolod Tolstopyatov · 6 years ago
  21. c7239ac Debug agent to track alive coroutines by Vsevolod Tolstopyatov · 6 years ago
  22. 3c4168b Throw TimeoutCancellationException instead of CancellationException on negative timeout in withTimeout by Vsevolod Tolstopyatov · 6 years ago
  23. 1032f58 Scoped builders and exception stacktraces synergy by Vsevolod Tolstopyatov · 6 years ago
  24. a5b6a33 Improve unboxing mechanics by Vsevolod Tolstopyatov · 6 years ago
  25. ecfd227 Wrap all Incomplete final state into box (and unbox it where necessary) because otherwise job machinery treats such state as intermediate by Vsevolod Tolstopyatov · 6 years ago
  26. 06600a2 Code style improvements by Vsevolod Tolstopyatov · 6 years ago
  27. 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
  28. ca135a2 Fix and suppress some compilation warnings by Vsevolod Tolstopyatov · 6 years ago
  29. d88e427 Enable progressive mode by Vsevolod Tolstopyatov · 6 years ago
  30. e3b80d9 Debug optimizations: by Vsevolod Tolstopyatov · 6 years ago
  31. db5335a Recover stacktrace on state-machine decision in AbstractContinuation by Vsevolod Tolstopyatov · 6 years ago
  32. 675c30c Basic exception stacktrace recovery mechanism by Vsevolod Tolstopyatov · 6 years ago
  33. 461473e Clarify capacity parameter in broadcast builders by Vsevolod Tolstopyatov · 6 years ago
  34. c26e071 Release block on LazyXxxCoroutine start by Francesco Vasco · 6 years ago
  35. 6b2e90b Suppress cancel(cause) related warnings in internal implementation by Vsevolod Tolstopyatov · 6 years ago
  36. 00d86c5 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  37. 666ea6e Merge pull request #791 from Kotlin/undispatched-cancellation by Vsevolod Tolstopyatov · 6 years ago
  38. 6042b8e Merge pull request #741 from Kotlin/array-queue by Vsevolod Tolstopyatov · 6 years ago
  39. 49b6305 Clarify docs for CancellableContinuation (#800) by Vsevolod Tolstopyatov · 6 years ago
  40. 510ccfd Fix possible leaking of CompletedExceptionally on racy cancellation by Vsevolod Tolstopyatov · 6 years ago
  41. 69ee60b Fix typo by Louis CAD · 6 years ago
  42. 78832e3 Use final Job state in undispatched coroutine completion by Vsevolod Tolstopyatov · 6 years ago
  43. 9512ab2 SchedulerTaskContext.afterTask() extension function by Roman Elizarov · 6 years ago
  44. aa374a9 SchedulerTask is now an abstract class with optimizations for jvm by Roman Elizarov · 6 years ago
  45. e64d9b7 Scheduler: capture TaskContext for afterTask before running it by Roman Elizarov · 6 years ago
  46. 16e2034 Avoid allocation of CoroutineScheduler task object by Roman Elizarov · 6 years ago
  47. ac848e8 Fixed exception handling for publish builder by Roman Elizarov · 6 years ago
  48. 0b886a3 Get rid of TestException copy-paste by Vsevolod Tolstopyatov · 6 years ago
  49. bf45576 Improve naming and documentation by Vsevolod Tolstopyatov · 6 years ago
  50. c33ef61 Implement yield for unconfined dispatchers, documentation improvements by Robert Golusiński · 6 years ago
  51. 64e49dc Undeprecate ReceiveChannel.receiveOrNull, but leave its obsolete status by Vsevolod Tolstopyatov · 6 years ago
  52. cd37d8e Merge branch 'context-elements-opto' into release-candidate by Vsevolod Tolstopyatov · 6 years ago
  53. aba0edc Add workaround for androidx toolchain issues: try to load main dispat… (#709) by Vsevolod Tolstopyatov · 6 years ago
  54. b058ba1 Deprecate Job.cancel(cause) and ReceiveChannel.cancel(cause), return Unit from cancel without cause by Vsevolod Tolstopyatov · 6 years ago
  55. 23d435b Minor optimizations of UndispatchedEventLoop by Vsevolod Tolstopyatov · 6 years ago
  56. faa4774 Do not step into thread-local event-loop on CancellableContinuation#dispatch fast-path by Vsevolod Tolstopyatov · 6 years ago
  57. 09b9d6c Use FIFO queue in undispatched event loop by Vsevolod Tolstopyatov · 6 years ago
  58. 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
  59. 1c5efc8 Remove SOE avoidance in Mutex by Vsevolod Tolstopyatov · 6 years ago
  60. 7ee722a Rework Dispatchers.Unconfined to use thread-local event loop by Vsevolod Tolstopyatov · 6 years ago
  61. 1e70839 Remove TODO in channels by Vsevolod Tolstopyatov · 6 years ago
  62. ab1ae7f Deprecate ReceiveChannel.receiveOrNull by Vsevolod Tolstopyatov · 6 years ago
  63. ae85797 Cache result of ThreadContext#foldAll in the field of DispatchedCoroutine to avoid context fold in tight loops by Vsevolod Tolstopyatov · 6 years ago
  64. d1129b2 Removed doc suppress from Runnable interface by Roman Elizarov · 6 years ago
  65. 36c3ba1 Replace internal annotations with ones from 1.3 stdlib by Vsevolod Tolstopyatov · 6 years ago
  66. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  67. 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
  68. 5a74c75 Hide ConflatedBroadcastChannel private companion fields from public ABI by Roman Elizarov · 6 years ago
  69. 1bdbb3e Cleanup: get rid of workarounds, cleanup guide, suppress/fix compilation warnings by Vsevolod Tolstopyatov · 6 years ago
  70. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  71. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  72. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  73. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  74. 0f94304 Fix lost exception from dispatched withContext on cancelled job by Roman Elizarov · 6 years ago
  75. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  76. a3826a9 Merge branch 'no-unwrap' into version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  77. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  78. b5c9c9f Never unwrap 3rd party CancellationException by Roman Elizarov · 6 years ago
  79. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  80. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  81. d9b4ab2 Replaced the hardcoded default value with the constant. by Paul Woitaschek · 6 years ago
  82. 45c0be9 Fixed tests after integration of async & supervisor branches by Roman Elizarov · 6 years ago
  83. 88e72f9 Exception unwrapping logic rework, do not unwrap cancellation exception if parent can handle exceptions by Vsevolod Tolstopyatov · 6 years ago
  84. 4fc0a11 Add test which indicates problem with supervision by Vsevolod Tolstopyatov · 6 years ago
  85. 60fd580 SupervisorCoroutine optimization by Vsevolod Tolstopyatov · 6 years ago
  86. 3e0ca9b Change contract of supervisorScope to align it with coroutineScope by Vsevolod Tolstopyatov · 6 years ago
  87. 21f171c Introduce SupervisorJob & supervisorScope by Roman Elizarov · 6 years ago
  88. b5d10d4 Make CoroutineStart.ATOMIC experimental as it covers important use-case with resource cleanup in finally block by Vsevolod Tolstopyatov · 6 years ago
  89. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  90. ffda1da Copy deprecated annotations on Job member to inheritors by Roman Elizarov · 6 years ago
  91. e18b015 Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  92. 0a656ff Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  93. 25b4388 Merge pull request #588 from Kotlin/handle-exception-fix by Vsevolod Tolstopyatov · 6 years ago
  94. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  95. 852fae5 Reviewed and cleanup usage of "fail" word in comments and method names by Roman Elizarov · 6 years ago
  96. 1b22af7 Fix lost exception during cancellation in produce, fix integration with play services after rebase by Vsevolod Tolstopyatov · 6 years ago
  97. 5c44afb Implicitly add Job in CoroutineScope constructor if it is missing by Roman Elizarov · 6 years ago
  98. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  99. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  100. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago