1. e963ede Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  2. 06e85d5 Updated readme to help people unfamiliar with Gradle Fixes #539 by Dmitry Borodin · 6 years ago
  3. e7a0723 fix grammar typo by Adam Howard · 6 years ago
  4. 9da9485 Prevent leak of atomicFu dependency to published POM files by Roman Elizarov · 6 years ago
  5. 29eeb1a Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  6. f6e5742 Fix documentation by Vsevolod Tolstopyatov · 6 years ago
  7. 08dff2c Merge pull request #646 from Kotlin/version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  8. a3826a9 Merge branch 'no-unwrap' into version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  9. ec8cbd2 Short Dispatchers.Default.toString value ("DefaultDispatcher") by Roman Elizarov · 6 years ago
  10. 4e1efc8 Version 0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  11. 2ba458b Update atomicfu version by Vsevolod Tolstopyatov · 6 years ago
  12. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  13. 73bd3a9 Add more @InternalCoroutinesApi to internal package by Vsevolod Tolstopyatov · 6 years ago
  14. 1fba6d2 Minor perf improvement when scheduling delayed task by Roman Elizarov · 6 years ago
  15. 4b0f4de Never loose coroutines when CoroutineScheduler is closed by Roman Elizarov · 6 years ago
  16. 85725e8 Fixed rescheduling, synchronization & task disposal in EventLoop by Roman Elizarov · 6 years ago
  17. b5c9c9f Never unwrap 3rd party CancellationException by Roman Elizarov · 6 years ago
  18. 7764e43 Version 0.30.0 by Roman Elizarov · 6 years ago
  19. 54617b7 Fixed JDK16 tests & links in guide by Roman Elizarov · 6 years ago
  20. 8339511 Don't use AtomicBoolean in scheduler by Roman Elizarov · 6 years ago
  21. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  22. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  23. d9b4ab2 Replaced the hardcoded default value with the constant. by Paul Woitaschek · 6 years ago
  24. 45c0be9 Fixed tests after integration of async & supervisor branches by Roman Elizarov · 6 years ago
  25. 49f25a5 Supervisors guide by Vsevolod Tolstopyatov · 6 years ago
  26. 88e72f9 Exception unwrapping logic rework, do not unwrap cancellation exception if parent can handle exceptions by Vsevolod Tolstopyatov · 6 years ago
  27. 4fc0a11 Add test which indicates problem with supervision by Vsevolod Tolstopyatov · 6 years ago
  28. 60fd580 SupervisorCoroutine optimization by Vsevolod Tolstopyatov · 6 years ago
  29. 3e0ca9b Change contract of supervisorScope to align it with coroutineScope by Vsevolod Tolstopyatov · 6 years ago
  30. 21f171c Introduce SupervisorJob & supervisorScope by Roman Elizarov · 6 years ago
  31. b5d10d4 Make CoroutineStart.ATOMIC experimental as it covers important use-case with resource cleanup in finally block by Vsevolod Tolstopyatov · 6 years ago
  32. 938c5e9 More stable output for guide-exceptions-05.kt by Roman Elizarov · 6 years ago
  33. fac516f Get rid of awaitAll() in documentation, rewrite `currentScope` section by Vsevolod Tolstopyatov · 6 years ago
  34. b63fd82 Unpark event-loop thread only when it's necessary by Vsevolod Tolstopyatov · 6 years ago
  35. e29f497 Avoid OOM in thread-pool dispatchers, try to reflectively invoke setRemoveFutureOnCancel on executor instance and use default dispatcher if attempt failed by Vsevolod Tolstopyatov · 6 years ago
  36. 7ff678f Default delay improvements by Vsevolod Tolstopyatov · 6 years ago
  37. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  38. ffda1da Copy deprecated annotations on Job member to inheritors by Roman Elizarov · 6 years ago
  39. 18cc588 Restore binary compatibility of Executor.asCoroutineDispatcher by Roman Elizarov · 6 years ago
  40. 873e9a0 More permissive CoroutineSchedulerStressTest to avoid fails on slow Windows agents by Roman Elizarov · 6 years ago
  41. cbeef10 fix broken links for kotlin web site (#628) by Alexander Prendota · 6 years ago
  42. b590aa3 Omit brackets in Knit relative links by Vsevolod Tolstopyatov · 6 years ago
  43. 4cc0e29 Fix typo by Vsevolod Tolstopyatov · 6 years ago
  44. 49d2f6d Version 0.27.0 by Vsevolod Tolstopyatov · 6 years ago
  45. 5148d49 Add dokka workaround for Google Developer API by Vsevolod Tolstopyatov · 6 years ago
  46. aa38c17 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  47. 54afb19 Aligned to RxJava2 contract - Observable and Single returns non nullable type <T>. by Dmitry Borodin · 6 years ago
  48. e18b015 Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  49. 0a656ff Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  50. 8d6c1a9 Propagate cancellation on awaiting Completable and Listenable futures, provide ListenableFuture.asDeferred by Vsevolod Tolstopyatov · 6 years ago
  51. 25b4388 Merge pull request #588 from Kotlin/handle-exception-fix by Vsevolod Tolstopyatov · 6 years ago
  52. a180ff7 Add name parameter to Handler.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  53. a57d0c3 list all documentation files to include to kotlinlang.org website. by Eugene Petrenko · 6 years ago
  54. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  55. 852fae5 Reviewed and cleanup usage of "fail" word in comments and method names by Roman Elizarov · 6 years ago
  56. 1b22af7 Fix lost exception during cancellation in produce, fix integration with play services after rebase by Vsevolod Tolstopyatov · 6 years ago
  57. 5c44afb Implicitly add Job in CoroutineScope constructor if it is missing by Roman Elizarov · 6 years ago
  58. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  59. f307159 fix compilation by Vsevolod Tolstopyatov · 6 years ago
  60. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  61. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  62. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  63. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  64. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  65. 1d48a7c Allow to shutdown executor from withing worker thread by Vsevolod Tolstopyatov · 6 years ago
  66. f7a6334 Child fails on parent failure (not cancelled) by Roman Elizarov · 6 years ago
  67. ad84795 Slightly faster update to finishing state on completion by Roman Elizarov · 6 years ago
  68. f45ec8d Optimize Empty -> Failing state transition by Roman Elizarov · 6 years ago
  69. 118ee99 Integration module for Play Services Tasks API. by Alex Saveau · 6 years ago
  70. 167c451 Removed private handleExceptionViaJob (not needed and bad name) by Roman Elizarov · 6 years ago
  71. 2d8cad0 Docs for context/coroutineContext in AbstractCoroutine are fixed by Roman Elizarov · 6 years ago
  72. 35f082e Update API dump for protected onFailing by Roman Elizarov · 6 years ago
  73. f13cbae Get rid of references to deprecated AbstractCoroutine.onCancellation by Roman Elizarov · 6 years ago
  74. 7f11d0e Fix rebase artifact by Vsevolod Tolstopyatov · 6 years ago
  75. 9c8349d Remove Quasar integration module by Roman Elizarov · 6 years ago
  76. 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
  77. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  78. fcf9913 Remove NIO integration module by Roman Elizarov · 6 years ago
  79. f7c5249 TestBase: Support -Dtest.verbose=true to print expected indices by Roman Elizarov · 6 years ago
  80. 6b5318d Refactor AnimationModel to use structured concurrency refinement by Kingsley Adio · 6 years ago
  81. 33e7ce4 Removed "cancel parent" from TestBase exception handlers by Roman Elizarov · 6 years ago
  82. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  83. ff0aab8 Document JobSupport state-transition & notification time-line by Roman Elizarov · 6 years ago
  84. 6634ed7 Minor optimization in fast-path of JobSupport.tryMakeCompleting by Roman Elizarov · 6 years ago
  85. 7e23875 Fixed race between creation of a child & cancellation of parent job by Roman Elizarov · 6 years ago
  86. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  87. 99c28aa Fixed indexed references in the split guide docs by Roman Elizarov · 6 years ago
  88. 7db5553 Split main coroutines guide into multiple files by hadihariri · 6 years ago
  89. 87eaba8 Fixed cancellation of runBlocking event loon in the presence of delay (#589) by Roman Elizarov · 6 years ago
  90. 63e3896 Typo fixed by Roman Elizarov · 6 years ago
  91. 27dfa2a Remove Rx 1.x integration module by Roman Elizarov · 6 years ago
  92. 39a2c55 Fix typo in deprecation message of JavaFx dispatcher by Jonathan Cornaz · 6 years ago
  93. 55e5f3c Kotlin version 1.2.70 by Roman Elizarov · 6 years ago
  94. f284dfc Benchmarks improvements: by Vsevolod Tolstopyatov · 6 years ago
  95. ca0f12e Move CoroutineName to common module. by Vsevolod Tolstopyatov · 6 years ago
  96. 2dd5320 Cosmetic fixes by Vsevolod Tolstopyatov · 6 years ago
  97. 82547f6 Version 0.26.1 by Vsevolod Tolstopyatov · 6 years ago
  98. cec375d Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  99. 847eba7 Improve HandlerDispatcherTest, check that jobs are actually executed by Vsevolod Tolstopyatov · 6 years ago
  100. 8adbb70 Send async messages to the Android main looper by Jake Wharton · 6 years ago