summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2026-07-12Support sum types in Java transient-0Michael Williamson
2026-07-11Support enums in Java transient-0Michael Williamson
2026-07-11Extract assertRoundTripEncoding()Michael Williamson
2026-07-11Support options in Java transient-0Michael Williamson
2026-07-10Support lists in Java transient-0Michael Williamson
2026-07-06Support strings in Java transient-0Michael Williamson
2026-07-06Add missing test for encoding nested structsMichael Williamson
2026-07-05Support bools in Java transient-0Michael Williamson
2026-07-05Update surefire plugin used by exampleMichael Williamson
2026-07-05Support nested structs in transient-0Michael Williamson
2026-07-05Support Int64 in java-transient-0Michael Williamson
2026-07-05Include type name in encode/decode method namesMichael Williamson
2026-07-05Adjust transient-0 example to be domain-neutralMichael Williamson
2026-07-05Use JUnit in Java transient-0 exampleMichael Williamson
2026-07-04Support encode/decode of Int32 and structsMichael Williamson
2026-07-04Execute example Java programsMichael Williamson
2026-07-03Implement From for Rust variantsMichael Williamson
2026-07-03Add constructor functions for Rust enum variantsMichael Williamson
2026-07-03Qualify global pathsMichael Williamson
2026-07-02Handle boxing in Rust outputMichael Williamson
2026-07-02Add inductive data types exampleMichael Williamson
2026-07-02Renumber enum example to be earlier, with other typesMichael Williamson
2026-07-02Generate add methods for Java builders when field has list typeMichael Williamson
2026-07-02Add example of using builderMichael Williamson
2026-07-02Support custom configs for native types in Rust types outputMichael Williamson
2026-07-02Split lang config from generator configMichael Williamson
2026-07-02Extend custom code example to include Rust types outputMichael Williamson
2026-07-02Add generation header to generated Rust filesMichael Williamson
2026-07-02Support native types in Rust types generatorMichael Williamson
2026-07-02Split native type example to example with/without custom configMichael Williamson
2026-07-02Support translating enums into Rust typesMichael Williamson
2026-07-02Support translating sums into Rust typesMichael Williamson
2026-06-30Fully qualify Rust type expressionsMichael Williamson
2026-06-30Test imports in Java output more thoroughlyMichael Williamson
2026-06-30Support lists in rust-typesMichael Williamson
2026-06-30Add trailing commaMichael Williamson
2026-06-30Write doc comment for Rust structsMichael Williamson
2026-06-30Test rust outputMichael Williamson
2026-06-27Generate Rust types for structsMichael Williamson
2026-06-26Add custom area for importsMichael Williamson
2026-06-19Make relative imports relative to parent namespaceMichael Williamson
2026-06-19Clarify name of native adapter classesMichael Williamson
2026-06-19Use UPPER_CASE for Java enum constantsMichael Williamson
2026-06-19Generate Java types for enumMichael Williamson
2026-06-16Add import exampleMichael Williamson
2026-06-13Add field to sum type in exampleMichael Williamson
2026-06-12Add TODO to remove config duplicationMichael Williamson
2026-06-12Add stubbed implementation of MatcherMichael Williamson
2026-06-12Add header to generated filesMichael Williamson
2026-06-08Add skeleton for java-precisely-matchers generatorMichael Williamson