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
/
org
/
zwobble
Age
Commit message (
Expand
)
Author
2026-08-01
Add class literal to Java AST
Michael Williamson
2026-08-01
Use Box type instead of box keyword
Michael Williamson
2026-08-01
Escape Rust strings
Michael Williamson
2026-08-01
Escape Java strings
Michael Williamson
2026-07-31
Support circular imports
Michael Williamson
2026-07-31
Make all Java classes final
Michael Williamson
2026-07-31
Handle singleton structs in Rust
Michael Williamson
2026-07-31
Support singleton structs
Michael Williamson
2026-07-30
Do not write to code file if header is missing
Michael Williamson
2026-07-30
Add tests for custom area behaviour of CodeWriter
Michael Williamson
2026-07-27
Add multiplication to Java AST
Michael Williamson
2026-07-27
Reorder tests to match AST definitions
Michael Williamson
2026-07-26
Add instanceof operator to Java AST
Michael Williamson
2026-07-26
Extract JavaPattern from JavaCasePattern
Michael Williamson
2026-07-26
Add logical and to Java AST
Michael Williamson
2026-07-26
Distinguish sum variant from untagged value in java-transient-0
Michael Williamson
2026-07-26
Check transient-0 output across implementations
Michael Williamson
2026-07-26
Write java-transient-0 output
Michael Williamson
2026-07-26
Add TestProcessRunner.addEnvVar()
Michael Williamson
2026-07-26
Support any length of stdout/stderr in test subprocess
Michael Williamson
2026-07-26
Put record components and constructor params on separate lines
Michael Williamson
2026-07-26
Add string literals to Rust AST
Michael Williamson
2026-07-26
Allow multiple bounds for Rust trait object type
Michael Williamson
2026-07-26
Add index expressions to Rust AST
Michael Williamson
2026-07-26
Add less than operator to Rust AST
Michael Williamson
2026-07-25
Add type cases to Rust AST
Michael Williamson
2026-07-25
Support trait object types in Rust AST
Michael Williamson
2026-07-25
Add block as Java statement
Michael Williamson
2026-07-24
Create separate errors package for type checker
Michael Williamson
2026-07-24
Throw error on duplicate variable name
Michael Williamson
2026-07-19
Add closure expressions to Rust AST
Michael Williamson
2026-07-19
Add tuple struct patterns to Rust AST
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
Add wildcard patterns to Rust AST
Michael Williamson
2026-07-19
Add patterns to Rust AST
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
Add vec repeat expression to Rust AST
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
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
[next]