1. 042b209 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  2. e478715 Update Kotlin version in readme by Vsevolod Tolstopyatov · 6 years ago
  3. 4f0071d Merge pull request #951 from Kotlin/version-1.1.1 by Vsevolod Tolstopyatov · 6 years ago
  4. 2326634 Version 1.1.1 by Vsevolod Tolstopyatov · 6 years ago
  5. c39effe Fix CancellableContinuationJvmTest (1.3.20 specific) by Vsevolod Tolstopyatov · 6 years ago
  6. a672d5f Update CHM in test to containsKey for KT-18053 fix in 1.3.20 by Vsevolod Tolstopyatov · 6 years ago
  7. ce5d01a Update to gradle 4.10 by Vsevolod Tolstopyatov · 6 years ago
  8. 8f1c728 replace deprecated cancel with completeExceptionally by Ohad Shai · 6 years ago
  9. 8c07124 Replace old UI dispatcher name with Dispatchers.Main by Marek Langiewicz · 6 years ago
  10. 22c7809 Print stack trace in default exception handler in K/N by Vsevolod Tolstopyatov · 6 years ago
  11. b5af3ef Do proper checkcast in takeEventLoop, throw ISE instead of TCE by Vsevolod Tolstopyatov · 6 years ago
  12. 66f0123 Update coroutines-guide-ui.md by rosuH · 6 years ago
  13. b65dc7f More idiomatic and readable example for coroutines debug module readme by Roman Elizarov · 6 years ago
  14. 4b60d01 Update CHM in test to containsKey for KT-18053 fix in 1.3.20 by Roman Elizarov · 6 years ago
  15. 245a88e Consistently update Kotlin version everywhere by Roman Elizarov · 6 years ago
  16. c7f8bdb Version 1.1.0 by Vsevolod Tolstopyatov · 6 years ago
  17. 5173824 EventLoop integration and reuse for runBlocking and Unconfined dispatchers (#889) by Roman Elizarov · 6 years ago
  18. 1d04e79 Stricter checking for CompletableContinuation state machine by Roman Elizarov · 6 years ago
  19. 7e8b52e Ignore CoroutineSchedulerStressTest.testExternalTasksSubmission by Roman Elizarov · 6 years ago
  20. bd2d954 Kotlin 1.3.11, atomicfu 0.12.0 by Roman Elizarov · 6 years ago
  21. 63b4673 Version 1.1.0-alpha by Vsevolod Tolstopyatov · 6 years ago
  22. 1616676 Improve documentation, make MainScope experimental, cleanup leftovers by Vsevolod Tolstopyatov · 6 years ago
  23. 89d43af Dokka links fixed by Vsevolod Tolstopyatov · 6 years ago
  24. 115a139 Debug improvements (#900) by Vsevolod Tolstopyatov · 6 years ago
  25. 876e9ba Ignore exception on cancel/fail race in CancellableContinuation by Roman Elizarov · 6 years ago
  26. 8853126 Do not probabilistically steal blocking tasks as part of anti-starvation mechanism: stealing thread might be woken up in `blockingQuiescence` and already have a blocking task in its local queue by Vsevolod Tolstopyatov · 6 years ago
  27. db5bd54 Fix readme by Vsevolod Tolstopyatov · 6 years ago
  28. 9ec881e Dispose waiting node when Deferred.await is cancelled by Roman Elizarov · 6 years ago
  29. 4327b21 Introduce test module with testable main dispatcher (#749) by Vsevolod Tolstopyatov · 6 years ago
  30. 054fcc2 fix small typo of async method by SatoShun · 6 years ago
  31. d9e4af9 Fixed PlayService task test by Roman Elizarov · 6 years ago
  32. e9224ac Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  33. 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
  34. 29493e1 Merge pull request #792 from Kotlin/stacktrace-recovery by Vsevolod Tolstopyatov · 6 years ago
  35. cd162d3 After merge fix: resolve clashes between type alias CoroutineStackFrame and jvm.internal.CoroutineStackFrame by Vsevolod Tolstopyatov · 6 years ago
  36. a5a7cdb Merge pull request #876 from Kotlin/debug-agent by Vsevolod Tolstopyatov · 6 years ago
  37. 3781a82 Repackage byte-buddy along with debug agent (so it shouldn't be a dependency of target process), use shadow plugin for that to avoid clashes with other byte-buddy versions and publish shadow jar instead of regular one for debug module by Vsevolod Tolstopyatov · 6 years ago
  38. 75f634c Reknit after docs fix by Roman Elizarov · 6 years ago
  39. 3feef05 Remove unnecessary function declaration from example by Joffrey Bion · 6 years ago
  40. b733f7d Speedup linerizability tests, make conflation part of helpClose (fixes nightly stress failure) by Vsevolod Tolstopyatov · 6 years ago
  41. 69c15b3 Make ConflatedChannel linearizable by Vsevolod Tolstopyatov · 6 years ago
  42. 16f0140 Update linearizability tests by Vsevolod Tolstopyatov · 6 years ago
  43. e08fd07 * Implement `equals` and `hashCode` functions for the verification process; by Nikita Koval · 6 years ago
  44. 19a2a30 Update lincheck by Vsevolod Tolstopyatov · 6 years ago
  45. 7a6fd89 Debug agent cleanup by Vsevolod Tolstopyatov · 6 years ago
  46. e06585a Rephrase default dispatcher documentation by Vsevolod Tolstopyatov · 6 years ago
  47. a230fcf Do not yield in CoroutineScheduler during transition to the idle state, introduce system properties to tune this behaviour. by Vsevolod Tolstopyatov · 6 years ago
  48. 7520c97 Get rid of top level 'debug' folder by Vsevolod Tolstopyatov · 6 years ago
  49. f64bcde Unreachable code fix by Vsevolod Tolstopyatov · 6 years ago
  50. 54b2ecd Merge branch 'develop' into stacktrace-recovery by Vsevolod Tolstopyatov · 6 years ago
  51. 515ccb1 Make StackTraceElement internal by Vsevolod Tolstopyatov · 6 years ago
  52. 12695b7 Debug agent code style by Roman Elizarov · 6 years ago
  53. 4dc9469 Updated Jekyll version to 3.6.3 by Roman Elizarov · 6 years ago
  54. 5431deb Remove typo in Job documentation by Adrian Blanco · 6 years ago
  55. 6d7a216 Wording in docs is improved by Roman Elizarov · 6 years ago
  56. 8e9e4d1 Code style in test code fixed by Roman Elizarov · 6 years ago
  57. e64b52c Introduce MainScope factory and CoroutineScope.cancel extension by Vsevolod Tolstopyatov · 6 years ago
  58. 5a80d2a Debug agent optimizations by Vsevolod Tolstopyatov · 6 years ago
  59. 8e2428c Merge scoped coroutines into one in agent representation to avoid misleading dumps by Vsevolod Tolstopyatov · 6 years ago
  60. c7239ac Debug agent to track alive coroutines by Vsevolod Tolstopyatov · 6 years ago
  61. 5a22d80 Add workaround for KT-27190 in test by Vsevolod Tolstopyatov · 6 years ago
  62. 41319d5 Cache missing exception constructors to speed-up non-copyable exception recovery by Vsevolod Tolstopyatov · 6 years ago
  63. 3c4168b Throw TimeoutCancellationException instead of CancellationException on negative timeout in withTimeout by Vsevolod Tolstopyatov · 6 years ago
  64. b8a559d docs: make `Table of contents` as bold by Prendota · 6 years ago
  65. 1032f58 Scoped builders and exception stacktraces synergy by Vsevolod Tolstopyatov · 6 years ago
  66. a5b6a33 Improve unboxing mechanics by Vsevolod Tolstopyatov · 6 years ago
  67. 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
  68. 06600a2 Code style improvements by Vsevolod Tolstopyatov · 6 years ago
  69. 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
  70. 69a2d92 Initialize JavaFx more accurately, do not leave dispatcher in uninitialized state in case of unexpected failure by Vsevolod Tolstopyatov · 6 years ago
  71. bb0ad4a Fix: default dispatcher doesn't work with jsdom by anton.sukhonosenko · 6 years ago
  72. ca135a2 Fix and suppress some compilation warnings by Vsevolod Tolstopyatov · 6 years ago
  73. d88e427 Enable progressive mode by Vsevolod Tolstopyatov · 6 years ago
  74. 46741db Update coroutines-guide-ui.md gradle dependencies by Jason Travis · 6 years ago
  75. dbf0903 Updated readme to make it clear, that for Proguard manual actions required for android. by Dmitry Borodin · 6 years ago
  76. 25a886e Sanitize class names received from Kotlin debug metadata by Vsevolod Tolstopyatov · 6 years ago
  77. e3b80d9 Debug optimizations: by Vsevolod Tolstopyatov · 6 years ago
  78. db5335a Recover stacktrace on state-machine decision in AbstractContinuation by Vsevolod Tolstopyatov · 6 years ago
  79. 675c30c Basic exception stacktrace recovery mechanism by Vsevolod Tolstopyatov · 6 years ago
  80. 461473e Clarify capacity parameter in broadcast builders by Vsevolod Tolstopyatov · 6 years ago
  81. b0dfdcd Guava: Support building with Guava 27. by Martin Petrov · 6 years ago
  82. 49d4661 Remove mentions of actor builder in K/N readme by Vsevolod Tolstopyatov · 6 years ago
  83. b104cfc Fix grammatical error by Devin B · 6 years ago
  84. c26e071 Release block on LazyXxxCoroutine start by Francesco Vasco · 6 years ago
  85. 7acccfc Align rxFlowable nullability with the Reactive Streams spec by Dmitriy Zaitsev · 6 years ago
  86. 6b2e90b Suppress cancel(cause) related warnings in internal implementation by Vsevolod Tolstopyatov · 6 years ago
  87. 4271886 Fix typo later -> latter by Alexander Perfilyev · 6 years ago
  88. 3179683 Ability to publish develop branch to oss.jfrog by Vsevolod Tolstopyatov · 6 years ago
  89. 6591c4e Version 1.0.1 by Vsevolod Tolstopyatov · 6 years ago
  90. 00d86c5 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  91. 666ea6e Merge pull request #791 from Kotlin/undispatched-cancellation by Vsevolod Tolstopyatov · 6 years ago
  92. 6042b8e Merge pull request #741 from Kotlin/array-queue by Vsevolod Tolstopyatov · 6 years ago
  93. 9193668 Eagerly print stacktrace of uncaught exceptions in case of hang tests by Vsevolod Tolstopyatov · 6 years ago
  94. d0774bc Add uncaught exception handler in TestBase.before and validate that no uncaught exceptions are present in TestBase.after by Vsevolod Tolstopyatov · 6 years ago
  95. e3ab2a6 Add ExperimentalCoroutineDispatcher to binary compatibility check, restore binary compatibility in Ktor by Vsevolod Tolstopyatov · 6 years ago
  96. 9232732 Add scheduler name to ExperimentalCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  97. 0e1e607 Keep consistent state of CoroutineScheduler if thread constructor throws an exception by Vsevolod Tolstopyatov · 6 years ago
  98. 15407e3 Try to reflectively use public JavaFX API before PlatormImpl fallback… (#798) by Vsevolod Tolstopyatov · 6 years ago
  99. 49b6305 Clarify docs for CancellableContinuation (#800) by Vsevolod Tolstopyatov · 6 years ago
  100. 510ccfd Fix possible leaking of CompletedExceptionally on racy cancellation by Vsevolod Tolstopyatov · 6 years ago