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
12 days
Parse type params for struct definition
Michael Williamson
12 days
Make type params on native type node optional
Michael Williamson
12 days
Introduce ConstructedStructType
Michael Williamson
12 days
Add visibility to type aliases in Rust AST
Michael Williamson
12 days
Add bounds to type params in Rust AST
Michael Williamson
12 days
Add params to type aliases in Rust AST
Michael Williamson
12 days
Add basic type aliases to Rust AST
Michael Williamson
12 days
Add function pointer types to Rust AST
Michael Williamson
13 days
Add lambda expression to Java AST
Michael Williamson
13 days
Add type parameters to Java interface declaration
Michael Williamson
2026-08-05
Type check generic native types
Michael Williamson
2026-08-04
Parse type params for native types
Michael Williamson
2026-08-02
Check that receiver of type-level args is type constructor
Michael Williamson
2026-08-02
Introduce NativeTypeConstructor for greater safety
Michael Williamson
2026-08-02
Check number of type-level args
Michael Williamson
2026-08-02
Check sum and variant are from the same namespace
Michael Williamson
2026-08-02
Check that sum variant is struct
Michael Williamson
2026-08-02
Handle exception properly
Michael Williamson
2026-08-02
Handle Box and Shared when determining constructibility
Michael Williamson
2026-08-02
Store source for sum types
Michael Williamson
2026-08-02
Generate proper errors when arbitrary value cannot be found
Michael Williamson
2026-08-02
Introduce SumVariant
Michael Williamson
2026-08-01
Add switch expression to Java AST
Michael Williamson
2026-08-01
Add greater than to Java AST
Michael Williamson
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
[next]