index
:
hobgoblin
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
org
Age
Commit message (
Expand
)
Author
2026-07-17
Handle results when encoding/decoding in Rust
Michael Williamson
2026-07-17
Add tuple expression to Rust AST
Michael Williamson
2026-07-17
Pass list of statements to generateEncodeFunction
Michael Williamson
2026-07-17
Add tuple type expression to Rust AST
Michael Williamson
2026-07-17
Add try propagation expression to Rust AST
Michael Williamson
2026-07-17
Add if expression to Rust AST
Michael Williamson
2026-07-17
Support nested structs in rust-transient-0
Michael Williamson
2026-07-17
Extract generateEncode/generateDecode for named types
Michael Williamson
2026-07-17
Support Int64 in rust-transient-0
Michael Williamson
2026-07-17
Extract generate{Encode,Decode}IntFunction
Michael Williamson
2026-07-17
Generate separate functions for primitive encode/decode
Michael Williamson
2026-07-14
Support struct with Int32 in rust-transient-0
Michael Williamson
2026-07-14
Support mutable lets in Rust AST
Michael Williamson
2026-07-14
Add mutable borrows to Rust AST
Michael Williamson
2026-07-14
Add array repeat expression to Rust AST
Michael Williamson
2026-07-14
Add integer literal to Rust AST
Michael Williamson
2026-07-14
Add visibility to Rust AST
Michael Williamson
2026-07-14
Add reference types to Rust AST
Michael Williamson
2026-07-14
Add borrow expressions to Rust AST
Michael Williamson
2026-07-14
Add simple let statements to Rust AST
Michael Williamson
2026-07-14
Fix handling of digits in UpperCamelCase strings
Michael Williamson
2026-07-14
Fix handling of digits in lowerCamelCase strings
Michael Williamson
2026-07-14
Combine Rust notions of paths
Michael Williamson
2026-07-14
Add struct expressions to Rust AST
Michael Williamson
2026-07-14
Add field expressions to Rust AST
Michael Williamson
2026-07-14
Support Rust function as item
Michael Williamson
2026-07-14
Add RustImplTraitType
Michael Williamson
2026-07-14
Derive Debug and PartialEq for generated Rust types
Michael Williamson
2026-07-14
Add attributes to Rust enums
Michael Williamson
2026-07-14
Support inputs in Rust attributes
Michael Williamson
2026-07-14
Add attributes to Rust structs
Michael Williamson
2026-07-14
Generate empty transient_0 module for rust
Michael Williamson
2026-07-14
Extract RustGenerator
Michael Williamson
2026-07-14
Add stubbed rust-transient-0 generator
Michael Williamson
2026-07-14
Add support for Bool to rust-types
Michael Williamson
2026-07-13
Avoid creating array of enum variants when decoding each value
Michael Williamson
2026-07-13
Add field initializers to Java AST
Michael Williamson
2026-07-13
Add static field declarations to Java AST
Michael Williamson
2026-07-13
Rename JavaMethodKind to JavaMemberKind
Michael Williamson
2026-07-13
Support array types in JavaTypeRef
Michael Williamson
2026-07-13
Throw exception when variant tag is unrecognised
Michael Williamson
2026-07-13
Add throw statement to Java AST
Michael Williamson
2026-07-12
Generate default case when decoding sum type
Michael Williamson
2026-07-12
Add default label for switch rules in Java AST
Michael Williamson
2026-07-12
Initialize list with expected capacity when decoding
Michael Williamson
2026-07-12
Use postfix increment in JavaTransient0Generator
Michael Williamson
2026-07-12
Add postfix expressions to Java AST
Michael Williamson
2026-07-12
Support sum types in Java transient-0
Michael Williamson
2026-07-12
Support case constants in Java AST
Michael Williamson
2026-07-11
Add switch statement to Java AST
Michael Williamson
[next]