summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2026-07-14Add mutable borrows to Rust ASTMichael Williamson
2026-07-14Add array repeat expression to Rust ASTMichael Williamson
2026-07-14Add integer literal to Rust ASTMichael Williamson
2026-07-14Add visibility to Rust ASTMichael Williamson
2026-07-14Add reference types to Rust ASTMichael Williamson
2026-07-14Add borrow expressions to Rust ASTMichael Williamson
2026-07-14Add simple let statements to Rust ASTMichael Williamson
2026-07-14Fix handling of digits in UpperCamelCase stringsMichael Williamson
2026-07-14Fix handling of digits in lowerCamelCase stringsMichael Williamson
2026-07-14Combine Rust notions of pathsMichael Williamson
2026-07-14Add struct expressions to Rust ASTMichael Williamson
2026-07-14Add field expressions to Rust ASTMichael Williamson
2026-07-14Support Rust function as itemMichael Williamson
2026-07-14Add RustImplTraitTypeMichael Williamson
2026-07-14Derive Debug and PartialEq for generated Rust typesMichael Williamson
2026-07-14Add attributes to Rust enumsMichael Williamson
2026-07-14Support inputs in Rust attributesMichael Williamson
2026-07-14Add attributes to Rust structsMichael Williamson
2026-07-14Generate empty transient_0 module for rustMichael Williamson
2026-07-14Extract RustGeneratorMichael Williamson
2026-07-14Add stubbed rust-transient-0 generatorMichael Williamson
2026-07-14Add support for Bool to rust-typesMichael Williamson
2026-07-13Avoid creating array of enum variants when decoding each valueMichael Williamson
2026-07-13Add field initializers to Java ASTMichael Williamson
2026-07-13Add static field declarations to Java ASTMichael Williamson
2026-07-13Rename JavaMethodKind to JavaMemberKindMichael Williamson
2026-07-13Support array types in JavaTypeRefMichael Williamson
2026-07-13Throw exception when variant tag is unrecognisedMichael Williamson
2026-07-13Add throw statement to Java ASTMichael Williamson
2026-07-12Generate default case when decoding sum typeMichael Williamson
2026-07-12Add default label for switch rules in Java ASTMichael Williamson
2026-07-12Initialize list with expected capacity when decodingMichael Williamson
2026-07-12Use postfix increment in JavaTransient0GeneratorMichael Williamson
2026-07-12Add postfix expressions to Java ASTMichael Williamson
2026-07-12Support sum types in Java transient-0Michael Williamson
2026-07-12Support case constants in Java ASTMichael Williamson
2026-07-11Add switch statement to Java ASTMichael Williamson
2026-07-11Support enums in Java transient-0Michael Williamson
2026-07-11Add array access to Java ASTMichael Williamson
2026-07-11Support options in Java transient-0Michael Williamson
2026-07-11Make initializer optional for local variables in JavaMichael Williamson
2026-07-11Add if statements to Java ASTMichael Williamson
2026-07-10Support lists in Java transient-0Michael Williamson
2026-07-10Add add operator to Java ASTMichael Williamson
2026-07-10Add less than operator to Java ASTMichael Williamson
2026-07-10Add basic for statement to Java ASTMichael Williamson
2026-07-10Extract writeLocalVariableType()Michael Williamson
2026-07-10Handle boxing in builder methods for list fieldsMichael Williamson
2026-07-10Add enhanced for statement to Java ASTMichael Williamson
2026-07-07Reorder Java writer body to match AST declarationsMichael Williamson