aboutsummaryrefslogtreecommitdiff
path: root/core/testdata
AgeCommit message (Expand)Author
2017-11-30Add missing test dataSimon Ogorodnik
2017-11-29Add test for wide range since kotlin versionsSimon Ogorodnik
2017-11-22Add new "suppress" per-package option.Chris Rankin
2017-11-21Fix suppressing of companion when it implements some interfaceSimon Ogorodnik
2017-11-21Auto-expand type-aliases excluded from documentationSimon Ogorodnik
2017-11-21Do not suppress Companions when it's extends/implements somethingSimon Ogorodnik
2017-11-21Fix find node by signature when referencing type parameterSimon Ogorodnik
2017-11-21Fix find node by signature when linking to extension with Type ParamSimon Ogorodnik
2017-11-20Support receiver referenceSimon Ogorodnik
2017-11-14Handle indent correctly, Add tests for assertTrue/False samplesSimon Ogorodnik
2017-11-05Fix Can't find node by signature in asJava modeSimon Ogorodnik
2017-11-02#228: Correctly render multiline indented code blocksSimon Ogorodnik
2017-10-09Correct test, due fix in kotlin-ide-commonSimon Ogorodnik
2017-06-26Workaround top-level java class name not match filenameSimon Ogorodnik
2017-06-22Wrap parameters in paragraphs for HTML formatSimon Ogorodnik
2017-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
2017-05-18Support reference-style markdown links in KDocSimon Ogorodnik
2017-05-18Fix invalid line breaks in table cells for markdown formatsSimon Ogorodnik
2017-05-15Fix linking to javadoc external static fieldsSimon Ogorodnik
2017-05-11Do not publish private companion object members in public only modeSimon Ogorodnik
2017-05-04Fix Markdown list spacing, ordering, and erroneous new linesAlex Waters
2017-05-02Fix missing whitespace around links and tokens in Markdown formatted textAlex Waters
2017-04-25Fix <String> escaping in samples for KWS HTML formatSimon Ogorodnik
2017-04-10Tweak kws html format to match output of old formatSimon Ogorodnik
2017-04-10Fix typo in html tag emph -> emSimon Ogorodnik
2017-03-29Implement assertion replacement templates for samplesSimon Ogorodnik
2017-03-20Fix p tag closing in HTML format'sSimon Ogorodnik
2017-03-20Create HTML based format for kotlin-websiteSimon Ogorodnik
2017-03-20Merge branch '0.9.14/KT-15497'Simon Ogorodnik
2017-03-09Fixed broken links to members of groupNode membersSimon Ogorodnik
2017-03-01Correct merging of different type namesake declarations between platformsSimon Ogorodnik
2017-03-01Fix testSimon Ogorodnik
2017-02-28Correct detecting platform for Extensions on external classesSimon Ogorodnik
2017-02-28Split data tags for kotlin-website formatSimon Ogorodnik
2017-02-27Merge branch 'semoro/multiplatform'Simon Ogorodnik
2017-02-27Platform and version requirements for packages.Simon Ogorodnik
2017-02-27Render functional type in parenthesis when it in receiver positionSimon Ogorodnik
2017-02-27Fix loosing of line breaks inside import list for kotlin-website-samples formatSimon Ogorodnik
2017-02-27Package platforms detected based on it's members, refactored multiplatform te...Simon Ogorodnik
2017-02-27Fix testSimon Ogorodnik
2017-02-24Merge remote-tracking branch 'origin/0.9.14/BlankLines'Dmitry Jemerov
2017-02-24Merge branch 'website-samples'Dmitry Jemerov
2017-02-24Don't show member extensions defined in other classes in the list of members ...Dmitry Jemerov
2017-02-24Omit platform of members when it's the same as the platform of the defining c...Dmitry Jemerov
2017-02-24Support 'dynamic' typeDmitry Jemerov
2017-02-23Don't show implied platforms in outputDmitry Jemerov
2017-02-23Merge declarations with the same signature defined for multiple platformsDmitry Jemerov
2017-02-23Allow specifying implicit platforms for each source rootDmitry Jemerov
2017-02-23Show platforms of a node in summary tableDmitry Jemerov
2017-02-23Refactor SinceKotlin support to a more general "platform" mechanismDmitry Jemerov