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