summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-03Add self type path segmentMichael Williamson
2026-07-03Add upperCamelCaseToSnakeCase()Michael Williamson
2026-07-03Add upperCamelCaseToLowerCamelCase()Michael Williamson
2026-07-03Handle Rust identifiers that are keywordsMichael Williamson
2026-07-03Add call expressions to Rust ASTMichael Williamson
2026-07-03Add Rust path expressionsMichael Williamson
2026-07-03Qualify global pathsMichael Williamson
2026-07-03Support global Rust pathsMichael Williamson
2026-07-03Split out paths section of Rust ASTMichael Williamson
2026-07-03Add body to Rust functionsMichael Williamson
2026-07-03Add Java builder methods when field is optionMichael Williamson
2026-07-03Add block expression to Rust ASTMichael Williamson
2026-07-03Add expression statements to Rust ASTMichael Williamson
2026-07-03Add Rust bool literalsMichael Williamson
2026-07-02Add return type to functionsMichael Williamson
2026-07-02Add params to Rust functionsMichael Williamson
2026-07-02Add test specifically for writing empty Rust functionMichael Williamson
2026-07-02Add associated items to Rust inherent implsMichael Williamson
2026-07-02Support empty inherent impl in Rust ASTMichael Williamson
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