1. d36fc16 Version 1.2.0-alpha by Vsevolod Tolstopyatov · 5 years ago
  2. 5514edb Load services both from regular jars and files, filter duplicates by Vsevolod Tolstopyatov · 5 years ago
  3. 15b6345 Custom ServiceLoader without jar checksum verification by sokolova · 5 years ago
  4. 0d69e13 Unmute test that was failing due to JS BE bug by Vsevolod Tolstopyatov · 5 years ago
  5. f2604f6 Tweaked order of notifications for better error handling & consistency by Roman Elizarov · 5 years ago
  6. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  7. 9a81342 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 5 years ago
  8. 2fe443b grammatical tweaks by Aaron Stacy · 5 years ago
  9. 153e21f Update Channels docs to Koltin 1.3 by Ahmad El-Melegy · 5 years ago
  10. 4ebc130 Merge pull request #1023 from Kotlin/debugger-sm-bypass by Vsevolod Tolstopyatov · 5 years ago
  11. 1ea4da4 Merge branch 'develop' into debugger-sm-bypass by Vsevolod Tolstopyatov · 5 years ago
  12. 2496dc2 Rename CoroutineState to CoroutineInfo and improve its API by Vsevolod Tolstopyatov · 5 years ago
  13. 74b250f Add a JMH producer-consumer benchmark for channels by Nikita Koval · 5 years ago
  14. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 5 years ago
  15. 5ea9339 Merge lazy getter with AndroidExceptionPreHandler to reduce class count by Vsevolod Tolstopyatov · 5 years ago
  16. b4d3dff Do not use reflective exception pre-handler on newer Androids, since Pie runtime ensures that uncaught exception is always logged by Vsevolod Tolstopyatov · 5 years ago
  17. 3e42850 Move `systemProp` function to the common module; only the JVM platform implements it properly while others always use provided default value. by Nikita Koval · 5 years ago
  18. b6f5b2c Deprecate `SendChannel.isFull` and `ReceiveChannel.isEmpty` properties by Nikita Koval · 5 years ago
  19. bd025ed Some minor comment cleanup by Sean McQuillan · 5 years ago
  20. ac136d6 Rollback to insecure http for reactivex.io (broken certificate) by Roman Elizarov · 5 years ago
  21. 8273a75 Properly import resource folders in MPP by Vsevolod Tolstopyatov · 5 years ago
  22. 325b0ad fix documentation typo by Lukasz Kalnik · 5 years ago
  23. a69f736 Add test about threading for immediate dispatch. by Sean McQuillan · 5 years ago
  24. f1f7057 Handled PR notes from Yigit by Sean McQuillan · 5 years ago
  25. 1382050 Handled PR notes from Yigit by Sean McQuillan · 5 years ago
  26. 64456d4 Fix typo in NOTICE by Takeshi Yaeda · 5 years ago
  27. 91c49e1 Update Kotlin to 1.3.21 by Vsevolod Tolstopyatov · 5 years ago
  28. 4651b57 Merge with cancellation rework by Vsevolod Tolstopyatov · 5 years ago
  29. 132c1e3 Rename DispatchException to CoroutinesInternalError and make it an Error to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  30. 0c8789d Handle fatal exceptions in continuation machinery using handleViaException instead of rethrowing it to provide faster feedback loop by Vsevolod Tolstopyatov · 5 years ago
  31. 338b231 Merge branch 'cancel-exception' into develop by Vsevolod Tolstopyatov · 5 years ago
  32. a38e7d5 Remove unnecessary semicolon by SatoShun · 5 years ago
  33. 2b89972 Update awaitAll documentation wording by Mike Nakhimovich · 5 years ago
  34. d202ed9 Restore all state in TestBase even when test fails by Roman Elizarov · 5 years ago
  35. c7cfc39 Added test for stack-trace recovery in JobCancellationException by Roman Elizarov · 5 years ago
  36. 73b456b Added clarification on deprecation version in code, better CE messages by Roman Elizarov · 5 years ago
  37. 34eaa5c Add coercion rationale, improve test coverage by Vsevolod Tolstopyatov · 5 years ago
  38. cc42d75 Check `toMillis` overflow in operators with `Duration` Fix #868 by Francesco Vasco · 5 years ago
  39. e9123ca Improve CoroutineScope documentation: mention job convention, get rid of lateinit example, discourage manual implementation of the scope by Vsevolod Tolstopyatov · 5 years ago
  40. b367fae Update cancellation guide: get rid of explicit Job in general code, promote usage of coroutine scope get rid of counter-intuitive lateinit and getters in coroutine context by Vsevolod Tolstopyatov · 5 years ago
  41. e35baa4 Get rid of quadratic complexity during stack unrolling in debug agent in 1.3.30 by Vsevolod Tolstopyatov · 5 years ago
  42. 3c56ff5 Properly proxy all methods in TimeoutCoroutine stackframe machinery by Vsevolod Tolstopyatov · 5 years ago
  43. d293639 Make JobCancellationException copyable in debug mode by Roman Elizarov · 5 years ago
  44. 1660e6a Update binary compatibility data by Vsevolod Tolstopyatov · 5 years ago
  45. ffaedf1 Improve stacktrace merge heuristic: skip state machine meaningless frame when attempting to merge stacktraces by Vsevolod Tolstopyatov · 5 years ago
  46. 1c92681 Add tests by Louis CAD · 5 years ago
  47. 96e6577 Add missing operator modifier by Louis CAD · 5 years ago
  48. 847e68e Mark operator invoke as experimental by Louis CAD · 5 years ago
  49. 57540d4 Add operator invoke for CoroutineDispatcher by Louis CAD · 5 years ago
  50. ab5bbfc Clarify thread locals documentation by Vsevolod Tolstopyatov · 5 years ago
  51. 5ae3947 Add ensureActive extension by Vsevolod Tolstopyatov · 5 years ago
  52. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 5 years ago
  53. 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 5 years ago
  54. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 5 years ago
  55. 08f8214 Improve CoroutineDispatcher documentation by Vsevolod Tolstopyatov · 5 years ago
  56. 372d275 Promote MainScope and CoroutineScope.cancel to stable API by Vsevolod Tolstopyatov · 5 years ago
  57. 9863de1 Promote Dispatchers.Unconfined to stable API by Vsevolod Tolstopyatov · 5 years ago
  58. 4fc4fd5 Promote MainCoroutineDispatcher.immediate to stable API by Vsevolod Tolstopyatov · 5 years ago
  59. 52700ff Dispose/cancel reactive subscription exactly once using atomic by Roman Elizarov · 5 years ago
  60. ae8a874 Cancellation in consumeEach should dispose Rx Observable by Roman Elizarov · 5 years ago
  61. b37c296 Replace UI with Dispatchers.Main in CoroutineScope documentation by Vsevolod Tolstopyatov · 5 years ago
  62. 4451d72 Make all invocations of withContext cancellable by Roman Elizarov · 5 years ago
  63. b2469c9 Fix a typo in main README.md by Juhos István · 5 years ago
  64. 3feddff Add API binary compatibility listing by Sean McQuillan · 5 years ago
  65. e64ac09 - Finished making TestCoroutineExceptionHandler threadsafe by Sean McQuillan · 5 years ago
  66. 9c1d3fd Add more comments. by Sean McQuillan · 5 years ago
  67. 8328a39 API Cleanup based on review by Sean McQuillan · 5 years ago
  68. eba24c5 Add thread saftey to exceptions by Sean McQuillan · 5 years ago
  69. 2001616 Add deprecations to TestCoroutineContext. by Sean McQuillan · 5 years ago
  70. 9a88429 Update coroutine test dispatcher to use structured concurrency. by Sean McQuillan · 5 years ago
  71. 7dd86b6 Fixed IDEA project import on Windows by Roman Elizarov · 5 years ago
  72. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  73. 0cab2fa Rollback temporary teamcity repo by Roman Elizarov · 5 years ago
  74. 8d506b3 Make SupervisorCoroutine implement ScopeCoroutine by Vsevolod Tolstopyatov · 5 years ago
  75. 2bdd460 CoroutinesTimeout debug rule for JUnit 4 (#991) by Vsevolod Tolstopyatov · 5 years ago
  76. 3785348 Reknit after fixing indentation in code samples by Roman Elizarov · 5 years ago
  77. 36105c1 Merge branch 'master' into develop by Roman Elizarov · 5 years ago
  78. dbb75d8 Fix indentation of sampleStart/startEnd comments in doc sample by Roman Elizarov · 5 years ago
  79. 3f65e17 Merge pull request #967 from Kotlin/stacktrace-recovery-improvements by Vsevolod Tolstopyatov · 5 years ago
  80. 919284b Update named arguments referenced issue by Louis CAD · 5 years ago
  81. f18878f Obtain real stacktrace of running coroutines in debug agent by Vsevolod Tolstopyatov · 5 years ago
  82. 688aca4 Update to AtomicFU version 0.12.2 by Roman Elizarov · 5 years ago
  83. 703a286 Check that worker thread belongs to the same scheduler in dispatchers.shutdown by Vsevolod Tolstopyatov · 5 years ago
  84. 3b3be2c Remove merge leftover by Vsevolod Tolstopyatov · 5 years ago
  85. 85c7f4d Fix typo in IllegalArgumentException message by Vsevolod Tolstopyatov · 5 years ago
  86. 39c7ca5 Update ProGuard rules to keep Android-specific classes as well by Vsevolod Tolstopyatov · 5 years ago
  87. f528898 Update documentation by Vsevolod Tolstopyatov · 5 years ago
  88. 605f603 Merge branch 'master' into develop by Roman Elizarov · 5 years ago
  89. 46c3563 Updated license year by Roman Elizarov · 5 years ago
  90. 8abf827 Added code of conduct by Roman Elizarov · 5 years ago
  91. fd2b3e9 Fixed test as this test exception is now eligible for copying, too by Roman Elizarov · 5 years ago
  92. ee7325e Use Exception(message) constructor for copying if possible by Roman Elizarov · 5 years ago
  93. bf02194 Updated webpack version for JS examples by Roman Elizarov · 5 years ago
  94. 5bb8a4e Properly close subscription on exception in Publisher.consumeEach by Vsevolod Tolstopyatov · 5 years ago
  95. cd2a8d7 Completable job (#971) by Roman Elizarov · 5 years ago
  96. 841ae1b Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  97. 28e3d05 Fix a typo in the docs for ArrayChannel by Nicklas Ansman Giertz · 5 years ago
  98. ee8bbfc Start lazy actor when calling close by Vsevolod Tolstopyatov · 6 years ago
  99. d8f005c Fixed jdk16Test by Roman Elizarov · 5 years ago
  100. 23eb49a Update documentation for Mutex.withLock to be consistent with Mutex.lock by Vsevolod Tolstopyatov · 6 years ago