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