aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/jvm/src/internal/StackTraceRecovery.kt
Commit message (Expand)AuthorAgeFilesLines
* Allow CopyableThrowable to modify exception message and document message iden...Vsevolod Tolstopyatov2021-06-211-1/+2
* Verify integrity of the recovered exception's message on both code pathsVsevolod Tolstopyatov2021-06-211-4/+9
* Revert displaying fake stack frames as method calls (#2695)dkhalanskyjb2021-05-131-8/+9
* Display artificial stack frames as calls to functions instead of text (#2461)dkhalanskyjb2021-04-071-9/+8
* Update copyright year (#2520)Vsevolod Tolstopyatov2021-02-041-1/+1
* Cleanup core module after update to Kotlin 1.4 (#2440)Vsevolod Tolstopyatov2020-12-111-1/+1
* Enable strict explicit mode (#1877)Vsevolod Tolstopyatov2020-03-271-2/+2
* Update copyright yearVsevolod Tolstopyatov2020-02-181-2/+2
* Optimize the size of the coroutines library in Android projects (#1282)Roman Elizarov2020-02-141-4/+8
* Make sure that exception recovery does not break exception messageRoman Elizarov2019-12-121-2/+3
* Make TimeoutCancellationException copyableVsevolod Tolstopyatov2019-10-281-0/+5
* Get rid of NonRecoverableThrowable, mention way to opt-out stacktrace… (#1420)Vsevolod Tolstopyatov2019-08-091-7/+4
* Use 'Class.forName($name).canonicalName' instead of '$name' in stacktrace rec...Vsevolod Tolstopyatov2019-08-091-4/+18
* Remove workaround for KT-28237Vsevolod Tolstopyatov2019-06-261-14/+2
* Change "create new" to "create a"Inego2019-04-211-1/+1
* Make JobCancellationException copyable in debug modeRoman Elizarov2019-03-051-14/+6
* Hide cancel(Throwable), introduce cancel(CancellationException)Roman Elizarov2019-03-011-1/+1
* Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov2019-01-281-0/+215