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
/
test
/
java
Age
Commit message (
Expand
)
Author
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
Add tuple expression to Rust AST
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-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
Add RustImplTraitType
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
Convert Rust examples to use cargo test
Michael Williamson
2026-07-14
Rename java-junit to java
Michael Williamson
2026-07-14
Remove support for java output in examples
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
Add throw statement to Java AST
Michael Williamson
2026-07-12
Add default label for switch rules in Java AST
Michael Williamson
2026-07-12
Add postfix expressions to Java AST
Michael Williamson
2026-07-12
Support case constants in Java AST
Michael Williamson
2026-07-11
Add switch statement to Java AST
Michael Williamson
2026-07-11
Add array access to Java AST
Michael Williamson
2026-07-11
Make initializer optional for local variables in Java
Michael Williamson
2026-07-11
Add if statements to Java AST
Michael Williamson
2026-07-10
Add add operator to Java AST
Michael Williamson
2026-07-10
Add less than operator to Java AST
Michael Williamson
2026-07-10
Add basic for statement to Java AST
Michael Williamson
2026-07-10
Add enhanced for statement to Java AST
Michael Williamson
2026-07-07
Reorder Java writer body to match AST declarations
Michael Williamson
2026-07-07
Don't store custom areas directly in AST
Michael Williamson
2026-07-05
Add ternary conditional to Java AST
Michael Williamson
2026-07-05
Add equality operators to Java AST
Michael Williamson
2026-07-05
Add cast to Java AST
Michael Williamson
[next]