1. 5c44afb Implicitly add Job in CoroutineScope constructor if it is missing by Roman Elizarov · 6 years ago
  2. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  3. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  4. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  5. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  6. 63e3896 Typo fixed by Roman Elizarov · 6 years ago
  7. ca0f12e Move CoroutineName to common module. by Vsevolod Tolstopyatov · 6 years ago
  8. 2dd5320 Cosmetic fixes by Vsevolod Tolstopyatov · 6 years ago
  9. ede2923 Fixed race in a new Job with listeners between start & cancel by Roman Elizarov · 6 years ago
  10. 3de2be4 Fixed CoroutineScope.plus operator by Andrew Mikhaylov · 6 years ago
  11. 44d28cd Make WithTimeoutOrNullTest.testInnerTimeout less likely to fail under load by Roman Elizarov · 6 years ago
  12. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  13. fa9586b Fixed sporadic test crashes related to withTimeout and children by Roman Elizarov · 6 years ago
  14. 687e482 Decreased number of ops on BasicOperationsTest.testSimpleSendReceive by Roman Elizarov · 6 years ago
  15. 67912f9 Revert "Removed legacy onFinishing handler support from JobSupport" by Roman Elizarov · 6 years ago
  16. b209e9b Removed legacy onFinishing handler support from JobSupport by Roman Elizarov · 6 years ago
  17. 5bce5c5 Fix typo by Alex Saveau · 6 years ago
  18. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  19. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  20. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  21. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  22. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  23. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  24. c430e07 Invoke handler using invokeIt to avoid JS bugs by Vsevolod Tolstopyatov · 6 years ago
  25. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  26. f5e67ba Introduce IO dispatcher to offload blocking I/O-intensive tasks by Roman Elizarov · 6 years ago
  27. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  28. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  29. bbe6d8a Add workaround for K/N bug by Vsevolod Tolstopyatov · 6 years ago
  30. 988eb26 Implement withTimeoutOrNull via withTimeout to avoid timing bugs and races. by Vsevolod Tolstopyatov · 6 years ago
  31. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  32. c758169 Handle job exception via PerformOp by Vsevolod Tolstopyatov · 6 years ago
  33. b4a9cd3 Decrease SendReceiveStressTest constant for JS on Windows by Vsevolod Tolstopyatov · 6 years ago
  34. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  35. 8a01815 More stable testUnbiasedNegativeTimeout by Roman Elizarov · 6 years ago
  36. 563da40 Stylistic updates to exception handling rework by Roman Elizarov · 6 years ago
  37. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  38. c9afb67 Optimize exceptions list in JobSupport, invoke onJobException in active -> cancelled path, update documentation by Vsevolod Tolstopyatov · 6 years ago
  39. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  40. 3bda22c JobSupport stylistic improvements: by Vsevolod Tolstopyatov · 6 years ago
  41. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  42. 37e45cd Implement yield() for experimental scheduler by Vsevolod Tolstopyatov · 6 years ago
  43. 7f2ed2f Report exception on cancellation in AbstractContinuation, do not swallow exceptions on cancellation in rx1 by Vsevolod Tolstopyatov · 6 years ago
  44. 08bda30 Ignore resume on cancelled continuation by Roman Elizarov · 6 years ago
  45. 705ba56 Documentation for Kotlin/Native support by Roman Elizarov · 6 years ago
  46. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  47. 5f73827 Get rid of compiler bugs workarounds by Vsevolod Tolstopyatov · 6 years ago
  48. 7bd983f Fix linearizability in AbstractChannel#sendSuspend, add infrastructure to inject custom execution into linearizability checker by Vsevolod Tolstopyatov · 6 years ago
  49. 6d24aab Materialize an exception for Job onCancelling handlers by Vsevolod Tolstopyatov · 6 years ago
  50. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  51. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago
  52. 7cb5cc2 [tests] ARRAY_10 should have capacity of 10 by Vsevolod Tolstopyatov · 6 years ago
  53. 222f3f2 Removed suspendCoroutineOrReturn use in preparation for Kotlin 1.3 by Roman Elizarov · 6 years ago
  54. d1c8a3c added note about FIFO order of `Mutex.lock()` by Geoff · 6 years ago
  55. b10287e Change order of handlers in JobSupport and CancellableContinuation by Vsevolod Tolstopyatov · 6 years ago
  56. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  57. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  58. a5473ce Update license file, example of new license template by Vsevolod Tolstopyatov · 6 years ago
  59. 167ca63 Implement CopyOnWriteList on JS, add reproducer for #412 by Vsevolod Tolstopyatov · 6 years ago
  60. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  61. c038d63 Improve source-code compatibility with prev version of openChannel().use { ... } by Roman Elizarov · 6 years ago
  62. c51bde0 Update CoroutineStart.kt by paolop · 6 years ago
  63. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  64. dd90bf1 Fixed imports for docs by Roman Elizarov · 6 years ago
  65. 58c5fdc Missing dot in docs added by Roman Elizarov · 6 years ago
  66. dd3b65a Use @JvmName from internal package instead of stdlib-common by Vsevolod Tolstopyatov · 6 years ago
  67. 26b86e9 Preserve binary compatibility for Channels#sendBlocking by Vsevolod Tolstopyatov · 6 years ago
  68. 2cd27fb Replace DeprecationLevel.HIDDEN with DeprecationLevel.WARNING by Vsevolod Tolstopyatov · 6 years ago
  69. bb19a26 Add default parameters to deprecated CancellableContinuation#invokeOnCompletion for smoother migration by Vsevolod Tolstopyatov · 6 years ago
  70. f2b4e0e Make exception handling in AbstractContinuation consistent: always prefer exception thrown from coroutine as exceptional reason, add cancellation cause as suppressed exception by Vsevolod Tolstopyatov · 6 years ago
  71. 81c7521 Update Job.kt by paolop · 6 years ago
  72. 313978c Introduce deprecated ReceiveChannel#use to preserve backward compatibility with SubscriptionReceiveChannel, fix reactive samples by Vsevolod Tolstopyatov · 6 years ago
  73. c8af35c Alternative (working) approach to binary compatibility for SubscriptionReceiveChannel by Roman Elizarov · 6 years ago
  74. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  75. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  76. a518edc Note memory semantics in Mutex doc by Vsevolod Tolstopyatov · 6 years ago
  77. 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 6 years ago
  78. e0b6db0 Leaking handles in awaitAll are fixed by Roman Elizarov · 6 years ago
  79. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  80. dbd9e1c Consistent naming of handler base classes and their concrete impls by Roman Elizarov · 6 years ago
  81. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  82. 76146bb Merge branch 'await-all' into develop by Roman Elizarov · 6 years ago
  83. cd00643 Delay bug fixes: by Vsevolod Tolstopyatov · 6 years ago
  84. 0406a9b Remove prev/next from common LockFreeLinkedList API by Roman Elizarov · 6 years ago
  85. 769d7dc Moved awaitAll/joinAll to common module by Roman Elizarov · 6 years ago
  86. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  87. 11d6b5b Hide declarations in internal package by Roman Elizarov · 6 years ago
  88. 2cdbfd7 Properly implement select clause for JS channels by Vsevolod Tolstopyatov · 6 years ago
  89. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago
  90. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  91. c1092d5 Remove CompletedExceptionally#exception by Vsevolod Tolstopyatov · 6 years ago
  92. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  93. 203abb0 awaitAll review and todos by Roman Elizarov · 6 years ago
  94. f0ef14e Start jobs during awaitAll call to properly handle lazily started coroutines by Vsevolod Tolstopyatov · 6 years ago
  95. 4b9a559 CompletedExceptionally now always has cause and exception became an alias to a cause. by Vsevolod Tolstopyatov · 6 years ago
  96. 480d8e9 Fix complaints of the latest compiler: actuals without expect by Ilya Gorbunov · 6 years ago
  97. f6430f4 Cleanup: by Vsevolod Tolstopyatov · 6 years ago
  98. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  99. 4aa18aa Introduce cancelling state for AbstractContinuation, improve exception handling, make tests stricter by Vsevolod Tolstopyatov · 6 years ago
  100. f3a5013 Decouple AbstractContinuation and CancellableContinuation from Job interface by Vsevolod Tolstopyatov · 6 years ago