1. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  2. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  3. 0f94304 Fix lost exception from dispatched withContext on cancelled job by Roman Elizarov · 6 years ago
  4. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  5. a3826a9 Merge branch 'no-unwrap' into version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  6. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  7. b5c9c9f Never unwrap 3rd party CancellationException by Roman Elizarov · 6 years ago
  8. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  9. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  10. d9b4ab2 Replaced the hardcoded default value with the constant. by Paul Woitaschek · 6 years ago
  11. 45c0be9 Fixed tests after integration of async & supervisor branches by Roman Elizarov · 6 years ago
  12. 88e72f9 Exception unwrapping logic rework, do not unwrap cancellation exception if parent can handle exceptions by Vsevolod Tolstopyatov · 6 years ago
  13. 4fc0a11 Add test which indicates problem with supervision by Vsevolod Tolstopyatov · 6 years ago
  14. 60fd580 SupervisorCoroutine optimization by Vsevolod Tolstopyatov · 6 years ago
  15. 3e0ca9b Change contract of supervisorScope to align it with coroutineScope by Vsevolod Tolstopyatov · 6 years ago
  16. 21f171c Introduce SupervisorJob & supervisorScope by Roman Elizarov · 6 years ago
  17. b5d10d4 Make CoroutineStart.ATOMIC experimental as it covers important use-case with resource cleanup in finally block by Vsevolod Tolstopyatov · 6 years ago
  18. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  19. ffda1da Copy deprecated annotations on Job member to inheritors by Roman Elizarov · 6 years ago
  20. e18b015 Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  21. 0a656ff Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  22. 25b4388 Merge pull request #588 from Kotlin/handle-exception-fix by Vsevolod Tolstopyatov · 6 years ago
  23. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  24. 852fae5 Reviewed and cleanup usage of "fail" word in comments and method names by Roman Elizarov · 6 years ago
  25. 1b22af7 Fix lost exception during cancellation in produce, fix integration with play services after rebase by Vsevolod Tolstopyatov · 6 years ago
  26. 5c44afb Implicitly add Job in CoroutineScope constructor if it is missing by Roman Elizarov · 6 years ago
  27. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  28. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  29. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  30. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  31. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  32. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  33. f7a6334 Child fails on parent failure (not cancelled) by Roman Elizarov · 6 years ago
  34. ad84795 Slightly faster update to finishing state on completion by Roman Elizarov · 6 years ago
  35. f45ec8d Optimize Empty -> Failing state transition by Roman Elizarov · 6 years ago
  36. 167c451 Removed private handleExceptionViaJob (not needed and bad name) by Roman Elizarov · 6 years ago
  37. 2d8cad0 Docs for context/coroutineContext in AbstractCoroutine are fixed by Roman Elizarov · 6 years ago
  38. f13cbae Get rid of references to deprecated AbstractCoroutine.onCancellation by Roman Elizarov · 6 years ago
  39. 409ed26 Handle exception thrown by user-defined exception handler via global exception handler, so such exception can't break coroutines machinery by Vsevolod Tolstopyatov · 6 years ago
  40. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  41. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  42. ff0aab8 Document JobSupport state-transition & notification time-line by Roman Elizarov · 6 years ago
  43. 6634ed7 Minor optimization in fast-path of JobSupport.tryMakeCompleting by Roman Elizarov · 6 years ago
  44. 7e23875 Fixed race between creation of a child & cancellation of parent job by Roman Elizarov · 6 years ago
  45. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  46. 63e3896 Typo fixed by Roman Elizarov · 6 years ago
  47. ca0f12e Move CoroutineName to common module. by Vsevolod Tolstopyatov · 6 years ago
  48. 2dd5320 Cosmetic fixes by Vsevolod Tolstopyatov · 6 years ago
  49. ede2923 Fixed race in a new Job with listeners between start & cancel by Roman Elizarov · 6 years ago
  50. 3de2be4 Fixed CoroutineScope.plus operator by Andrew Mikhaylov · 6 years ago
  51. 44d28cd Make WithTimeoutOrNullTest.testInnerTimeout less likely to fail under load by Roman Elizarov · 6 years ago
  52. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  53. fa9586b Fixed sporadic test crashes related to withTimeout and children by Roman Elizarov · 6 years ago
  54. 687e482 Decreased number of ops on BasicOperationsTest.testSimpleSendReceive by Roman Elizarov · 6 years ago
  55. 67912f9 Revert "Removed legacy onFinishing handler support from JobSupport" by Roman Elizarov · 6 years ago
  56. b209e9b Removed legacy onFinishing handler support from JobSupport by Roman Elizarov · 6 years ago
  57. 5bce5c5 Fix typo by Alex Saveau · 6 years ago
  58. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  59. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  60. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  61. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  62. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  63. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  64. c430e07 Invoke handler using invokeIt to avoid JS bugs by Vsevolod Tolstopyatov · 6 years ago
  65. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  66. f5e67ba Introduce IO dispatcher to offload blocking I/O-intensive tasks by Roman Elizarov · 6 years ago
  67. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  68. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  69. bbe6d8a Add workaround for K/N bug by Vsevolod Tolstopyatov · 6 years ago
  70. 988eb26 Implement withTimeoutOrNull via withTimeout to avoid timing bugs and races. by Vsevolod Tolstopyatov · 6 years ago
  71. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  72. c758169 Handle job exception via PerformOp by Vsevolod Tolstopyatov · 6 years ago
  73. b4a9cd3 Decrease SendReceiveStressTest constant for JS on Windows by Vsevolod Tolstopyatov · 6 years ago
  74. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  75. 8a01815 More stable testUnbiasedNegativeTimeout by Roman Elizarov · 6 years ago
  76. 563da40 Stylistic updates to exception handling rework by Roman Elizarov · 6 years ago
  77. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  78. c9afb67 Optimize exceptions list in JobSupport, invoke onJobException in active -> cancelled path, update documentation by Vsevolod Tolstopyatov · 6 years ago
  79. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  80. 3bda22c JobSupport stylistic improvements: by Vsevolod Tolstopyatov · 6 years ago
  81. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  82. 37e45cd Implement yield() for experimental scheduler by Vsevolod Tolstopyatov · 6 years ago
  83. 7f2ed2f Report exception on cancellation in AbstractContinuation, do not swallow exceptions on cancellation in rx1 by Vsevolod Tolstopyatov · 6 years ago
  84. 08bda30 Ignore resume on cancelled continuation by Roman Elizarov · 6 years ago
  85. 705ba56 Documentation for Kotlin/Native support by Roman Elizarov · 6 years ago
  86. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  87. 5f73827 Get rid of compiler bugs workarounds by Vsevolod Tolstopyatov · 6 years ago
  88. 7bd983f Fix linearizability in AbstractChannel#sendSuspend, add infrastructure to inject custom execution into linearizability checker by Vsevolod Tolstopyatov · 6 years ago
  89. 6d24aab Materialize an exception for Job onCancelling handlers by Vsevolod Tolstopyatov · 6 years ago
  90. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  91. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago
  92. 7cb5cc2 [tests] ARRAY_10 should have capacity of 10 by Vsevolod Tolstopyatov · 6 years ago
  93. 222f3f2 Removed suspendCoroutineOrReturn use in preparation for Kotlin 1.3 by Roman Elizarov · 6 years ago
  94. d1c8a3c added note about FIFO order of `Mutex.lock()` by Geoff · 6 years ago
  95. b10287e Change order of handlers in JobSupport and CancellableContinuation by Vsevolod Tolstopyatov · 6 years ago
  96. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  97. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  98. a5473ce Update license file, example of new license template by Vsevolod Tolstopyatov · 6 years ago
  99. 167ca63 Implement CopyOnWriteList on JS, add reproducer for #412 by Vsevolod Tolstopyatov · 6 years ago
  100. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago