1. e64dad7 Revert "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years ago
  2. be25544 Remove renamed file after merge (leftover) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  3. f74e153 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 3 years, 3 months ago
  4. f5983c5 Clarify exception recovery documentation regarding suppressed exceptions (#2544) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  5. 88708a0 Removed JCenter from the tutorial (#2547) by Ian Brandt · 3 years, 3 months ago
  6. 052c9c9 update: rename basics.md to coroutines-basics.md (#2538) by koshachy · 3 years, 3 months ago
  7. bc85f51 update: update docs for the new WebHelp engine (#2393) by koshachy · 3 years, 4 months ago
  8. ba33cfc Fix typo in coroutines-basic-jvm.md by Vsevolod Tolstopyatov · 3 years, 3 months ago
  9. ad6211c Get rid of JCenter and kotlin-dev repository (#2530) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  10. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  11. dcb51f9 update: update docs for the new WebHelp engine (#2393) by koshachy · 3 years, 4 months ago
  12. 167c44e Update Knit to 0.2.3 (#2415) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  13. f49fbf6 Fix a typo in select-expression.md (#2385) by Masood Fallahpoor · 3 years, 6 months ago
  14. 727dd58 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 3 years, 7 months ago
  15. eb1b5db Fix doc references that differ only in case (function vs interface) (#2292) by Roman Elizarov · 3 years, 7 months ago
  16. 3f108cb Update shared-mutable-state-and-concurrency.md (#2309) by Masood Fallahpoor · 3 years, 7 months ago
  17. c92cec3 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 3 years, 7 months ago
  18. 401c05c Updated the docs on IDEA debugging (#2244) by koshachy · 3 years, 7 months ago
  19. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 3 years, 8 months ago
  20. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 3 years, 8 months ago
  21. 4c28f94 Update exception-handling.md (#2271) by Masood Fallahpoor · 3 years, 8 months ago
  22. a34a4fc Fix some sample outputs not being displayed in flow.md (#2201) by Masood Fallahpoor · 3 years, 9 months ago
  23. 6649745 Add missing 'the' (#2200) by Jan Söndermann · 3 years, 9 months ago
  24. a61c6cc Update typo in flow.md (#2199) by Shubham · 3 years, 9 months ago
  25. 807d628 Update flow.md (#2196) by Masood Fallahpoor · 3 years, 9 months ago
  26. abc6cd8 Feat: updated debugging coroutines in the documentation (#2191) by katia-energizer · 3 years, 10 months ago
  27. 9139c64 Add missing article (#2180) by Masood Fallahpoor · 3 years, 10 months ago
  28. 5705372 Increase timeout in the example to make sure it fails with threads (#2141) by Roman Elizarov · 3 years, 10 months ago
  29. 64571aa Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 3 years, 10 months ago
  30. ccdc563 Rename 'foo' function to 'simple' in flow docs (#2078) by Roman Elizarov · 3 years, 10 months ago
  31. 3744f8e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 3 years, 11 months ago
  32. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years ago
  33. 634b907 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 3 years, 11 months ago
  34. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years ago
  35. 9bbb669 Improve the docs and guide on flow cancellation (#2043) by Roman Elizarov · 4 years ago
  36. cdbdba9 Improve grammar in docs/basics (#2076) by Adam Howard · 4 years ago
  37. f13549a In all documentation "get the full code here" (#2076) by Adam Howard · 4 years ago
  38. 0e93a38 Fix word omission (#2071) by a³ · 4 years ago
  39. 1bd4349 Fixed val counter AtomicInteger in shared state example (#2063) by Roman Elizarov · 4 years ago
  40. 171fcc1 Fix typos in comments to ticker channels (#1987) by Vadim Semenov · 4 years, 1 month ago
  41. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 1 month ago
  42. 3250e47 Integration with RxJava3 (#1950) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  43. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 1 month ago
  44. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 2 months ago
  45. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 3 months ago
  46. bf9509d Optimize the size of the coroutines library in Android projects (#1282) by Roman Elizarov · 4 years, 3 months ago
  47. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 3 months ago
  48. 9be85a4 Replace "for" with "repeat" by Tatsuya Fujisaki · 4 years, 4 months ago
  49. 7abce10 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 5 months ago
  50. 445e026 Improve documentation by Vsevolod Tolstopyatov · 4 years, 6 months ago
  51. 83943ef Get rid of deprecated FlowCollector<*>.withContext by Vsevolod Tolstopyatov · 4 years, 7 months ago
  52. b6dd65c Remove outdated comment about canceling without a cause. by Marek Langiewicz · 4 years, 7 months ago
  53. e303e6b Clarify difference between runBlocking and coroutineScope by Vsevolod Tolstopyatov · 4 years, 8 months ago
  54. f605b26 Improve sentence grammar by adding 'an' by andrethiele · 4 years, 8 months ago
  55. 1f65af2 Fix example-flow-14 docs to show expected exception in text by Roman Elizarov · 4 years, 8 months ago
  56. c99704a Remove outdated reactive guide and add section about Reactive Streams to flow.md by Vsevolod Tolstopyatov · 4 years, 8 months ago
  57. bb714c5 Proofread of flow.md by Watson by David.Watson · 4 years, 9 months ago
  58. a73862f Flow docs: Fix calls to currentTimeMillis by Roman Elizarov · 4 years, 9 months ago
  59. 6dc1bd5 Update shared-mutable-state-and-concurrency.md by Aleksandr Blokh · 4 years, 9 months ago
  60. 3258e1f Flow docs (#1432) by Roman Elizarov · 4 years, 9 months ago
  61. a6da28e Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 10 months ago
  62. 897f02e Get rid of NonRecoverableThrowable, mention way to opt-out stacktrace… (#1420) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  63. 8ab2130 Fix typos and article use, reword phrases in "Composing Suspending functions" by Yanis Batura · 4 years, 10 months ago
  64. 28241eb coroutine-context-and-dispatchers.md: Improve article usage, fix typos, reword phrases for better readability by Yanis Batura · 4 years, 10 months ago
  65. d78084b Better docs on coroutines debugging property by Roman Elizarov · 4 years, 10 months ago
  66. 023ea30 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 10 months ago
  67. a8904e2 Channel.receiveOrNull becomes extension, internal receiveOrClosed added by Vsevolod Tolstopyatov · 4 years, 10 months ago
  68. db0ef0c Update copyright year to 2019 in all the knit-generated files by Roman Elizarov · 5 years ago
  69. 6130238 Fix grammar error in text on suspend functions by Petter Måhlén · 5 years ago
  70. 03b9bd1 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  71. a97fd43 Remove experimental warning from Channels docs by Denys M · 5 years ago
  72. d94652f Update "Shared mutable state and concurrency" guide with best practices by Roman Elizarov · 5 years ago
  73. da2cf23 spelling by Mike Nakhimovich · 5 years ago
  74. 86559c6 Update shared-mutable-state-and-concurrency.md by renzhi(任智) · 5 years ago
  75. e3030e3 fix: broken anchors by Pavel Semyonov · 5 years ago
  76. 563b7e5 Fix more typos; reword some phrases; add "job:" to textual output in … (#1154) by Yanis Batura · 5 years ago
  77. 8140cfe Fix typos and improve article usage in docs by Yanis Batura · 5 years ago
  78. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  79. 564a5a6 Change more "create new" to "create a" by Inego · 5 years ago
  80. 6da0ccd Change "create new" to "create a" by Inego · 5 years ago
  81. 596187e Fix more typos by Inego · 5 years ago
  82. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  83. e29b035 Remove unnecessary space by Yanis Batura · 5 years ago
  84. 1e9b60d Fix typo by Artem Yakshin · 5 years ago
  85. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago
  86. 9a81342 Merge remote-tracking branch 'origin/master' into develop by Vsevolod Tolstopyatov · 5 years ago
  87. 2fe443b grammatical tweaks by Aaron Stacy · 5 years ago
  88. 153e21f Update Channels docs to Koltin 1.3 by Ahmad El-Melegy · 5 years ago
  89. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 5 years ago
  90. e9123ca Improve CoroutineScope documentation: mention job convention, get rid of lateinit example, discourage manual implementation of the scope by Vsevolod Tolstopyatov · 5 years ago
  91. 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
  92. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  93. 36105c1 Merge branch 'master' into develop by Roman Elizarov · 5 years ago
  94. dbb75d8 Fix indentation of sampleStart/startEnd comments in doc sample by Roman Elizarov · 5 years ago
  95. 3f65e17 Merge pull request #967 from Kotlin/stacktrace-recovery-improvements by Vsevolod Tolstopyatov · 5 years ago
  96. f528898 Update documentation by Vsevolod Tolstopyatov · 5 years ago
  97. 841ae1b Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 5 years ago
  98. 4764e98 Add documentation about our compatibility policy and experimental annotations by Vsevolod Tolstopyatov · 5 years ago
  99. a68376c Add section about Android in debug agent readme by Vsevolod Tolstopyatov · 5 years ago
  100. 418ba80 Additional documentation section about debug mode and stacktrace recovery. by Vsevolod Tolstopyatov · 5 years ago