aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
39 hoursVersion 1.8.1upstream-masterDmitry Khalanskiy
2024-04-25Fix the ticker channel example giving wrong results on the website (#4109)Dmitry Khalanskiy
2024-04-25Fix broken API reference links to the Project Reactor Javadoc (#4111)Dmitry Khalanskiy
2024-04-22fix the link to `Thread.uncaughtExceptionHandler`Victoria Petrakovich
2024-04-16fix: get rid of horizontal scrolling by splitting the comment and show more c...Victoria Petrakovich
2024-04-11Fix typo in coroutine-context-and-dispatchers.md (#3941)Johnny Lim
2024-04-03fix: remove `sampleStart` and `sampleEnd` comments from example in coroutine-...Victoria Petrakovich
2024-04-03chore: fix identation in example loadContributorsBlocking() (#4085)Victoria Petrakovich
2024-04-03Docs: reference to The Hitchhiker's Guide to the Galaxy (#4082)Victoria Petrakovich
2024-04-03Docs: avoid scrolling sample code; fix test description; add () to functions ...Victoria Petrakovich
2024-03-28Update Dokka to 1.9.20 (#4057)Oleg Yukhnevich
2024-03-25Fix `Flow.timeout` swallowing the channel closure exception (#4072)Dmitry Khalanskiy
2024-03-11Version 1.8.1-BetaDmitry Khalanskiy
2024-03-11Ensure that inline functions only access atomics from the same class (#4041)mvicsokolova
2024-03-08Potential workaround for #3820 (#4054)Vsevolod Tolstopyatov
2024-03-01Bump Kover version to `0.8.0-Beta` (#4055)Sergey Shanshin
2024-02-27Reduce the overall time spent on stress tests in stress mode (#3890)Vsevolod Tolstopyatov
2024-02-27Rework CompletionHandler to avoid subclassing a functional type (#4010)Dmitry Khalanskiy
2024-02-26Fix a bug that could leave the coroutine scheduler's PRNG in an invalid state...Simon Ogorodnik
2024-02-26Remove outdated ExperimentalTime annotation (#4046)Philip Wedemann
2024-02-15Merge pull request #4044 from Kotlin/masterDmitry Khalanskiy
2024-02-15Version 1.8.0Dmitry Khalanskiy
2024-02-15Disable DebugProbes.enableCreationStackTraces by default (#4028)Vsevolod Tolstopyatov
2024-02-15Merge pull request #4042 from Kotlin/dk-doc-improvementsDmitry Khalanskiy
2024-02-15Supply MDC context propagation with examples.Dmitry Khalanskiy
2024-02-15Revisit SupervisorScope, supervisorScope, and coroutineScope docsDmitry Khalanskiy
2024-02-15Don't say that job completion causes `CancellationException`Dmitry Khalanskiy
2024-02-15Reword the prompt cancellation guaranteeDmitry Khalanskiy
2024-02-15Improve the explanation of how `await` throws exceptionsDmitry Khalanskiy
2024-02-15Clarify that using `runBlocking` in `suspend` functions is allowedDmitry Khalanskiy
2024-02-15Ensure that flow operators propagate the cancellation exceptions (#4038)Dmitry Khalanskiy
2024-02-07Fix a build error on nightly compiler version (#4032)Dmitry Khalanskiy
2024-01-30Use dashes instead of asterisks for lists in KDoc (#4027)Dmitry Khalanskiy
2024-01-30Replace the rest of Gradle scripts with gradle.kts, extract test utilities to...Dmitry Khalanskiy
2024-01-30Separate test facilities into a separate module and clean upDmitry Khalanskiy
2024-01-30Perform a major cleanup of Gradle scripts after the translationDmitry Khalanskiy
2024-01-29Translate *.gradle to *.gradle.ktsDmitry Khalanskiy
2024-01-29Move *.gradle to *.gradle.ktsDmitry Khalanskiy
2024-01-29Re-structure DebugProbes documentation and mention classloading (#4024)Vsevolod Tolstopyatov
2024-01-25Update the copyright notices to the new requirements (#4016)Dmitry Khalanskiy
2024-01-23Merge pull request #4020 from Kotlin/bobova/fix-type-inferenceMargarita Bobova
2024-01-23Do not fail on nullable YarnRootExtension fields in GradleMargarita Bobova
2024-01-16Get rid of native-mt leftovers (#4013)Vsevolod Tolstopyatov
2024-01-15Simplify internal handling of suppressed exceptions (#4007)Dmitry Khalanskiy
2023-12-21Merge pull request #3999 from Kotlin/new_developDmitry Khalanskiy
2023-12-21Version 1.8.0-RC2Dmitry Khalanskiy
2023-12-21Merge remote-tracking branch 'origin/master' into developDmitry Khalanskiy
2023-12-21Work around #3968, start running integration tests for Native (#3996)Dmitry Khalanskiy
2023-12-21Document newFixedThreadPoolContext in common code (#3994)Dmitry Khalanskiy
2023-12-21Fix a compilation error due to deprecations (#3995)Dmitry Khalanskiy