- 729fc24 Fix AbstractKotlinCompile.ownModuleName usage (#2567) by Yahor Berdnikau · 11 months ago
- 54840e0 Fix a typo in polymorphism.md (#2562) by Shreck Ye · 11 months ago
- 8b58c60 Align Kotlin Native targets with Kotlin documentation (#2560) by Loïc Lamarque · 11 months ago
- 41c0bb1 Minor, move decodeDuration logic to a function reference (#2550) by Alexander Udalov · 11 months ago
- 8a3ed23 Add kebab-case naming strategy (#2531) by Emil Kantis · 11 months ago
- b3f6e0f Add value class support to the ProtoBufSchemaGenerator (#2542) by Felipe Rotilho · 12 months ago
- c10428e Slightly improve error messages thrown from serializer<T>() function (#2533) by Leonid Startsev · 12 months ago
- cd9f8b0 Implement ClassDiscriminatorMode.ALL, .NONE, and .POLYMORPHIC (#2532) by Leonid Startsev · 1 year ago
- ad9ddd1 Do not try to coerce input values for properties (#2530) by Leonid Startsev · 1 year ago
- afebbcb Reorder and filter mavenLocal() for more reproducible builds (#2527) by Leonid Startsev · 1 year, 1 month ago
- d8b98b5 Fix: Hocon polymorphic serialization (#2151) by Matt · 1 year, 1 month ago
- b994572 Make empty objects and arrays collapsed in pretty print mode (#2506) by Leonid Startsev · 1 year, 1 month ago
- 7c62a79 Remove metaInfo usage (#2519) by Ilya Goncharov · 1 year, 1 month ago
- e997d3e Prepare 1.6.2 release (#2515) by Leonid Startsev · 1 year, 1 month ago
- 4a5648b Add Wasm WASI target (#2510) by igoriakovlev · 1 year, 1 month ago
- 31d779f Enable error loglevel for partial linkage messages (#2507) by Stanislav Ruban · 1 year, 1 month ago
- 8b8c4f8 Bring back linuxArm32Hfp target because it is deprecated, but not removed yet. (#2505) by Leonid Startsev · 1 year, 1 month ago
- 79bbd4c Prepare 1.6.1 release (#2503) by Leonid Startsev · 1 year, 1 month ago
- b2a05a4 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 1 month ago
- cf71e08 Fix TaggedDecoder nullable decoding (#2456) by Phillip Schichtel · 1 year, 2 months ago
- d5bc7f7 Run knit on README.md after ba38b7099e502c16efd30386d18174e3a7aefb3a by Leonid Startsev · 1 year, 2 months ago
- b44f03f Fix IllegalAccessException (#2469) by Leonid Startsev · 1 year, 2 months ago
- 919062f Suppress experimental expect/actual warning for verifyKotlinModule task (#2482) by Leonid Startsev · 1 year, 2 months ago
- fe10d6a Add Gradle properties for disabling project's TC integration (#2483) by Leonid Startsev · 1 year, 2 months ago
- bfbe6a9 Cbor: check if inline value classes is marked as @ByteString (#2466) by eater · 1 year, 2 months ago
- 7d4bb2a Improve polymorphic deserialization optimization: (#2481) by Leonid Startsev · 1 year, 2 months ago
- cf57414 Add a flag to allow parser to accept trailing commas. (#2480) by Leonid Startsev · 1 year, 2 months ago
- 6ac4902 Build improvements: Kotlin 1.9.20-RC, default target hierarchy, bump Okio (#2473) by Leonid Startsev · 1 year, 2 months ago
- e684f47 Fix JPMS verification task for K2 by Alexander.Likhachev · 1 year, 3 months ago
- ba38b70 README: Hide old Gradle plugin instructions, clear up setup flow (#2470) by Sebastian Aigner · 1 year, 3 months ago
- a675cb3 Add protobuf conformance tests (#2404) by Doğaç Eldenk · 1 year, 3 months ago
- 79ecba6 Update MissingFieldException documentation (#2465) by Vsevolod Tolstopyatov · 1 year, 3 months ago
- 9dab3f4 Update Minecraft Wiki link to new domain after fork (#2453) by Misode · 1 year, 3 months ago
- 7b75e39 Get rid of @Suppress("INVISIBLE_REFERENCE") for usage of internal declarations (#2444) by Leonid Startsev · 1 year, 3 months ago
- 681982c Add tomlkt to list of community formats (#2442) by Peanuuutz · 1 year, 3 months ago
- 7d287c8 Support decoding maps with boolean keys (#2440) by Leonid Startsev · 1 year, 3 months ago
- 01fcfee Respect overriden language version when creating verifyModule task (#2437) by Leonid Startsev · 1 year, 3 months ago
- 2b3645f Remove obsolete unnecessary suppression (#2443) by Leonid Startsev · 1 year, 3 months ago
- 6707f19 Actualize ContextualSerializer KDoc: serializersModule was renamed to serializersModuleOf (#2439) by Leonid Startsev · 1 year, 4 months ago
- 7ae7a23 Add support of WASM target to mainline (#2410) by igoriakovlev · 1 year, 4 months ago
- c2303d9 Updated code examples and documentation to mention where `@Serializable` annotation can be applied directly to the types. (#2397) by Leonid Startsev · 1 year, 4 months ago
- f4c3a70 Mute "expect/actual classes are experimental" warning (#2427) by Nikita Bobko · 1 year, 4 months ago
- 8baa04b Prepare 1.6.0 release (#2414) by Leonid Startsev · 1 year, 4 months ago
- 79867f1 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 4 months ago
- 77af2c9 Fix incorrect descriptor in advanced JsonDecoder/Encoder example (#2415) by Leonid Startsev · 1 year, 4 months ago
- ef923de Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 4 months ago
- a7109d8 Fix negative enums in protobuf not serializing & de-serializing (#2400) by Doğaç Eldenk · 1 year, 5 months ago
- 1e88d42 Rename JsonLexer.kt file to avoid confusion — we do not have this class anymore, it was split to ReaderJsonLexer and StringJsonLexer. by Leonid Startsev · 1 year, 5 months ago
- e55f807 Test & fix several exception messages from Json parser by Leonid Startsev · 1 year, 5 months ago
- 7bf105e Mark @SerialName, @Required and @Transient with @MustBeDocumented (#2407) by Vsevolod Tolstopyatov · 1 year, 5 months ago
- e68f08e Use JavaCompile.destinationDirectory instead of the whole task (#2405) by Leonid Startsev · 1 year, 5 months ago
- ed1b057 Update Knit to 0.5.0-Beta (#2402) by Vsevolod Tolstopyatov · 1 year, 5 months ago
- 6602fe4 Use kotlin version as a build number while building in kotlin user projects (#2396) by Margarita Bobova · 1 year, 5 months ago
- d83496d Merge branch 'dev' into master by Leonid Startsev · 1 year, 5 months ago
- 72d88fc Prepare 1.6.0-RC release (#2391) by Leonid Startsev · 1 year, 5 months ago
- e3b7e2b Clarify plugin releases in README by Sebastian Aigner · 1 year, 5 months ago
- 416e20a Add annotations from expect entity to actual entity. Required after KT-58551 (#2388) by Margarita Bobova · 1 year, 5 months ago
- f023988 Added annotation for named companion objects (#2381) by Sergey Shanshin · 1 year, 5 months ago
- 093321f Follow-up for #2379 — actually remove org.intellij.lang.annotations from JS and Native (#2390) by Leonid Startsev · 1 year, 5 months ago
- adf350b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 5 months ago
- b0189e7 Remove obsolete no longer supported kotlin.mpp.enableCompatibilityMetadataVariant that will be promoted to ERROR as part of KT-55891 (#2389) by Stanislav Erokhin · 1 year, 5 months ago
- 8b231ff Properly fix Java 8 API compatibility (#2350) by Björn Kautler · 1 year, 5 months ago
- 271034b Remove obsolete no longer supported kotlin.mpp.enableCompatibilityMetadataVariant that will be promoted to ERROR as part of KT-55891 (#2380) by Vsevolod Tolstopyatov · 1 year, 5 months ago
- 8e47ea2 Rename clashed files to fix per-file compilation for JS target by Artem Kobzar · 1 year, 5 months ago
- b5c8c15 Changed actual FormatLanguage annotation for JS and native (#2379) by Sergey Shanshin · 1 year, 5 months ago
- 4af0f30 Rename clashed files to fix per-file compilation for JS target by Artem Kobzar · 1 year, 5 months ago
- 245030b Update to Kotlin 1.9.0: (#2364) by Leonid Startsev · 1 year, 5 months ago
- e41097e Fix missing backticks in MapEntrySerializer documentation (#2373) by Simon Marquis · 1 year, 5 months ago
- e3bcb64 Use forgotten 'mode' in 'parameterizedTest' (#2367) by Leonid Startsev · 1 year, 5 months ago
- d53588a Actualize Protobuf documentation (#2355) by Leonid Startsev · 1 year, 6 months ago
- 3191884 Fix error triggered by 'consume leading class discriminator' polymorphic parsing optimization: (#2362) by Leonid Startsev · 1 year, 6 months ago
- b8de86f Support Serializer for Nothing on the JS target (#2330) by Shreck Ye · 1 year, 6 months ago
- b0af403 docs(CONTRIBUTING.md): enhance guidelines clarity and grammar (#2361) by Henok Woldesenbet · 1 year, 6 months ago
- 782b9f3 Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345) by Leonid Startsev · 1 year, 6 months ago
- a87b0f1 Manually apply the `java` plugin (#2356) by Sebastian Sellmair · 1 year, 6 months ago
- 9056f30 docs: Fix missing call to endStructure() (#2351) by Pavel Vasin · 1 year, 6 months ago
- 5bba108 Fix beginStructure in JsonTreeDecoder when inner structure descriptor is same as outer (#2346) by Ugljesa Jovanovic · 1 year, 6 months ago
- fd75d35 Bump compatibility-validator version to 0.13.2 (#2349) by Leonid Startsev · 1 year, 6 months ago
- d192d24 Fix Kotlin user projects build (#2341) by Abduqodiri Qurbonzoda · 1 year, 6 months ago
- 39918cb Update user projects config: adapt build script to new TeamCity variables (#2342) by Margarita Bobova · 1 year, 6 months ago
- ba7d17a Suppress org.intellij.lang.annotations from Dokka output. by Leonid Startsev · 1 year, 6 months ago
- e73e5e7 Increase visibility of the json-okio integration module: add it to the Dokka generated website by Leonid Startsev · 1 year, 6 months ago
- caa194b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 6 months ago
- 3e54de5 Actualize 'serializer not found' platform-specific message (#2339) by Leonid Startsev · 1 year, 6 months ago
- 5fb55ff Update json5k, which now supports Kotlin/Native (#2335) by Adam · 1 year, 6 months ago
- 7d597c1 Remove deprecated K/N targets for 1.9.20 (#2325) by Alexander Shabalin · 1 year, 7 months ago
- a269f97 Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2328) by Sergey Shanshin · 1 year, 7 months ago
- 881e7a9 Fixed regression with serialization using list parametrized with contextual types (#2331) by Sergey Shanshin · 1 year, 7 months ago
- 780f43e Remove erroneous external-generated serializer for generic class (#2316) by Leonid Startsev · 1 year, 7 months ago
- 9b35e6f Rename Serializers.kt to SerializersJs.kt to support JS per-file compilation (#2315) by Artem Kobzar · 1 year, 7 months ago
- 84d4af0 Update releasing docs for the API reference (#2307) by Ignat Beresnev · 1 year, 7 months ago
- 776e3c1 Fix typo in JsonElementSerializer (#2314) by Vinccool96 · 1 year, 7 months ago
- 0515f5b Fix incorrect spelling of documentation tag (#2310) by Pavel Vasin · 1 year, 7 months ago
- 7a35a2d Add documentation for JsonNamingStrategy to the Json guide (#2305) by Leonid Startsev · 1 year, 7 months ago
- f76d073 Add support to decode numeric literals containing an exponent (#2227) by Roberto Blázquez · 1 year, 7 months ago
- 06aabd2 Fix outdated buildClassSerialDescriptor documentation (#2306) by Leonid Startsev · 1 year, 7 months ago
- f833852 Prepare 1.5.1 release (#2297) by Leonid Startsev · 1 year, 8 months ago
- a27e86f Function to retrieve KSerializer by KClass and type arguments serializers (#2291) by Sergey Shanshin · 1 year, 8 months ago
- 5a8795a Added FormatLanguage annotation to JSON (#2234) by Sergey Shanshin · 1 year, 8 months ago
- 40eb277 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 8 months ago