aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Kotlin/KotlinLanguageService.kt
AgeCommit message (Expand)Author
2017-02-27Render functional type in parenthesis when it in receiver positionSimon Ogorodnik
2017-02-24Support 'dynamic' typeDmitry Jemerov
2017-02-16KT-16262 Dokka does not render suspending function types properlySimon Ogorodnik
2016-12-06KT-14818 Render function type argument names in generated documentation (#116)Simon Ogorodnik
2016-11-24Type alias supportSimon Ogorodnik
2016-01-12generate signature-based anchors for overloads; use signature instead of name...Dmitry Jemerov
2016-01-05render multiple type parameter constraints according to current Kotlin syntaxDmitry Jemerov
2016-01-04separate groups for annotations and exceptions in the members listDmitry Jemerov
2016-01-04cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R...Dmitry Jemerov
2016-01-04kotlin-for-upsource 1.0-beta-5179; update the FQ name of annotation used to m...Dmitry Jemerov
2015-12-28update for Kotlin beta 4Dmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov