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
Age
Commit message (
Collapse
)
Author
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
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
[next]