index
:
hobgoblin
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-07-24
Extract mapErr
Michael Williamson
2026-07-24
Clarify method name
Michael Williamson
2026-07-19
Don't panic when UTF-8 data is invalid
Michael Williamson
2026-07-19
Add closure expressions to Rust AST
Michael Williamson
2026-07-19
Remove TODO
Michael Williamson
2026-07-19
Extract function to generate Rust unwrap()
Michael Williamson
2026-07-19
Use match expression to encode Option values
Michael Williamson
2026-07-19
Return single statement from generateEncode()
Michael Williamson
2026-07-19
Support sums in rust-transient-0
Michael Williamson
2026-07-19
Add tuple struct patterns to Rust AST
Michael Williamson
2026-07-19
Remove unused variable
Michael Williamson
2026-07-19
Support enums in rust-transient-0
Michael Williamson
2026-07-19
Add match expression to Rust AST
Michael Williamson
2026-07-19
Add literal patterns to Rust AST
Michael Williamson
2026-07-19
Add path patterns to Rust AST
Michael Williamson
2026-07-19
Use wildcard pattern when variable is unused
Michael Williamson
2026-07-19
Add wildcard patterns to Rust AST
Michael Williamson
2026-07-19
Add patterns to Rust AST
Michael Williamson
2026-07-18
Support options in rust-transient-0
Michael Williamson
2026-07-18
Support lists in rust-transient-0
Michael Williamson
2026-07-18
Add range to Rust AST
Michael Williamson
2026-07-18
Add iterator loop expressions to Rust AST
Michael Williamson
2026-07-18
Extract tryIntoOrUnwrap()
Michael Williamson
2026-07-18
Support String values in rust-transient-0
Michael Williamson
2026-07-18
Add vec repeat expression to Rust AST
Michael Williamson
2026-07-18
Support Bool values in rust-transient-0
Michael Williamson
2026-07-18
Implement precedence in Rust writer
Michael Williamson
2026-07-18
Add add operator to Rust AST
Michael Williamson
2026-07-18
Add equal and not equal operators to Rust AST
Michael Williamson
2026-07-18
Add dereference expression to Rust AST
Michael Williamson
2026-07-17
Support integer literal with explicit type in Rust AST
Michael Williamson
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
[next]