summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-02Handle boxing in Rust outputMichael Williamson
2026-07-02Add inductive data types exampleMichael Williamson
2026-07-02Add isBox to typed enum variant definitionMichael Williamson
2026-07-02Parse sum variant boxingMichael Williamson
2026-07-02Add Java bool literalMichael Williamson
2026-07-02Add Bool as builtin typeMichael Williamson
2026-07-02Tokenize box keywordMichael Williamson
2026-07-02Generate Rust reference to sum typeMichael Williamson
2026-07-02Regenerate Java types from hobgoblinMichael Williamson
2026-07-02Generate unique name for element variableMichael Williamson
2026-07-02Avoid keyword collisions when generating Java namesMichael Williamson
2026-07-02Prefer JavaIdentifier.of()Michael Williamson
2026-07-02Renumber enum example to be earlier, with other typesMichael Williamson
2026-07-02Allow adding single elements using builderMichael Williamson
2026-07-02Generate add methods for Java builders when field has list typeMichael Williamson
2026-07-02Remove use of Stream when constructing matchersMichael Williamson
2026-07-02Add Java local variable declarationMichael Williamson
2026-07-02Extract generateBuilderMethodsForField()Michael 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-02Add fieldless enum variants to Rust ASTMichael Williamson
2026-07-02Support translating sums into Rust typesMichael Williamson
2026-07-02Add rust enumsMichael Williamson
2026-07-02Reorder rust writer code to match AST definitionsMichael Williamson
2026-07-02Extract generateStructDefinition()Michael Williamson
2026-07-02Generate Rust type paths properlyMichael Williamson
2026-07-02Add crate path segmentMichael 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-30Extract generateRustTypeExpression(Type)Michael Williamson
2026-06-30Add trailing commaMichael Williamson
2026-06-30Support Rust type paths with generic argsMichael Williamson
2026-06-30Write doc comment for Rust structsMichael Williamson
2026-06-30Use builder for Rust structsMichael Williamson
2026-06-30De-duplicate writeWithSeparatorMichael Williamson
2026-06-30Test rust outputMichael Williamson
2026-06-30Extract verifyOutputMichael Williamson
2026-06-30Early exit if Java output path doesn't existMichael Williamson
2026-06-30Extract verifyJavaOutputMichael Williamson
2026-06-27Generate Rust types for structsMichael Williamson
2026-06-27Add lowerCamelCaseToSnakeCaseMichael Williamson
2026-06-27Add skeleton for Rust types generatorMichael Williamson
2026-06-27Set Java version to 25Michael Williamson