aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/transformers
AgeCommit message (Expand)Author
2023-08-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
2023-08-14Refactor and document DisplaySourceSet, deprecate SelfRepresentingSingletonSe...Vsevolod Tolstopyatov
2023-08-08Fix and refactor Sample Transformer (#3102)Vadim Mishenev
2023-08-02Fix Kotlin Analysis API package name (#3100)Ignat Beresnev
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
2023-07-03Enhance typealias presentation (#3053)Vadim Mishenev
2023-05-17Update KGP to 1.8.20 (#2989)Vadim Mishenev
2023-04-25Tidy/remove unnecessary imports and suppressions (#2975)aSemy
2023-02-13Set default SinceKotlin version for Wasm platformIlya Gorbunov
2023-02-07Set default SinceKotlin version for Common to 1.0Ilya Gorbunov
2023-01-23Dispose `AnalysisEnvironment` (#2755)Vadim Mishenev
2022-12-16Display `SinceKotlin` everywhere (#2708)Vadim Mishenev
2022-11-26Fix OOME: Metaspace (#2678)Vadim Mishenev
2022-10-26Fix source link to the line with name (#2724)Vadim Mishenev
2022-09-26Fix source links in case of dri clashing (#2676)Vadim Mishenev
2022-09-12Open `processFunction` function (#2655)Ignat Beresnev
2022-09-02Underline `@param` tag key for more consistency (#2643)Ignat Beresnev
2022-08-29Display inherited extensions (#2625)Vadim Mishenev
2022-08-18Add deprecation details block (#2622)Ignat Beresnev
2022-08-10Support Var html tag for Javadoc (#2617)Andrey Tyrin
2022-08-05Add a distinct divider between function/property overloads (#2585)Ignat Beresnev
2022-08-03Apply the same style to all KDoc tags, including throws/see/parameters (#2587)Ignat Beresnev
2022-07-29Move source links into signature (#2476)Vadim Mishenev
2022-06-30Do not generate source links for synthetic elements (#2547)Ignat Beresnev
2022-06-08Support definitely non-nullable types (#2520)Vadim Mishenev
2022-05-31Bump Kotlin to 1.7.0-RC (#2508)Vadim Mishenev
2022-05-13Render quotes as blockquotes instead of code blocks. (#2496)TheOnlyTails
2022-05-06Skip `@Deprecated` documentables with HIDDEN level (#2486)Ignat Beresnev
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-04-26Fix reversed ordering of enum entries (#2469)Ignat Beresnev
2022-02-21Add option to merge implicit expect-actual declarations (#2316)Vadim Mishenev
2022-02-21Code cleanups (#2165)Goooler
2022-02-17Custom doctag extension (#2343)Ignat Beresnev
2022-02-15Convert interfaces to functional (#2360)Goooler
2022-02-09Add KotlinWebSite plugin to transform samples (#2349)Vadim Mishenev
2021-12-23Introduce documentedVisibilities setting (#2270)Ignat Beresnev
2021-12-23Allow filtering of property setter (#2220)Vadim Mishenev
2021-12-17Use sourceRoots as samples dirs by default (#2216)Vadim Mishenev
2021-12-07Support deeply nested description terms and detailsIgnat Beresnev
2021-12-06Description list support for JavaDocs (#2213)Ignat Beresnev
2021-10-29Allow package-level suppression (#2209)owengray-google
2021-10-18Bump Kotlin to 1.6.0-RC (#2189)vmishenev
2021-09-08Dark mode on samples (#2116)Marcin Aman
2021-08-27Restore language level to 1.4Marcin Aman
2021-08-26Bump compiler to 1.5.30, language level to 1.5Marcin Aman
2021-08-25Merge pull request #2066 from Kotlin/webhelp-like-frontendMarcin Aman
2021-08-25Manual highlighting webhelp (#2079)vmishenev
2021-08-12Replace arrays of primitive types on std arrays (#2051)vmishenev
2021-07-28Fix broken link in kotlinx.serialization (#2038)Marcin Aman