| Age | Commit message (Expand) | Author |
|---|---|---|
| 2026-05-18 | Extract JavaTypeRef.ref() | Michael Williamson |
| 2026-05-18 | Extract JavaTypeRef.primitive() | Michael Williamson |
| 2026-05-18 | Add empty Builder to structs | Michael Williamson |
| 2026-05-18 | Extract generateStructDefinition() | Michael Williamson |
| 2026-05-17 | Use JavaTypeRef.INT | Michael Williamson |
| 2026-05-17 | Add string as native type | Michael Williamson |
| 2026-05-17 | Add Java return statement node | Michael Williamson |
| 2026-05-17 | Add body to Java method nodes | Michael Williamson |
| 2026-05-17 | Add params to Java method node | Michael Williamson |
| 2026-05-17 | Add body to Java record node | Michael Williamson |
| 2026-05-17 | Introduce DocComment | Michael Williamson |
| 2026-05-10 | Use docs comments in java-types output | Michael Williamson |
| 2026-05-10 | Parse doc comment for sum definitions | Michael Williamson |
| 2026-05-10 | Parse doc comment for struct definitions | Michael Williamson |
| 2026-05-10 | Tokenize doc comments | Michael Williamson |
| 2026-05-10 | Add doc comment to sum definition nodes | Michael Williamson |
| 2026-05-10 | Add list example | Michael Williamson |
| 2026-05-10 | Add doc comment to struct definition nodes | Michael Williamson |
| 2026-05-08 | Support List in java-types | Michael Williamson |
| 2026-05-08 | Add List to context | Michael Williamson |
| 2026-05-08 | Type check constructed types | Michael Williamson |
| 2026-05-06 | Remove name() from Type | Michael Williamson |
| 2026-05-06 | Add ConstructedNativeType | Michael Williamson |
| 2026-05-06 | Introduce JavaClassBodyDeclaration | Michael Williamson |
| 2026-05-03 | Use isUntypedTypeLevelReferenceNode() | Michael Williamson |
| 2026-05-03 | Extract UntypedNodeMatchers | Michael Williamson |
| 2026-05-03 | Rename scalar type to native type | Michael Williamson |
| 2026-05-03 | Parse constructed types | Michael Williamson |
| 2026-05-03 | Tokenize comma | Michael Williamson |
| 2026-05-03 | Tokenize square brackets | Michael Williamson |
| 2026-05-03 | Add methods to Java classes | Michael Williamson |
| 2026-05-03 | Support writing empty Java class declarations | Michael Williamson |
| 2026-05-03 | Add tests for writing Java interface declarations | Michael Williamson |
| 2026-05-03 | Create separate lang package | Michael Williamson |
| 2026-05-02 | Create generators from config | Michael Williamson |
| 2026-05-02 | Add example for sum types | Michael Williamson |
| 2026-05-02 | Java: Generate sealed interface for sum types | Michael Williamson |
| 2026-05-02 | Have record implement interface if variant of sum | Michael Williamson |
| 2026-05-02 | Split writing of Java nodes from generation | Michael Williamson |
| 2026-05-02 | Store Java package name as list of strings | Michael Williamson |
| 2026-04-28 | Type check sum definitions | Michael Williamson |
| 2026-04-28 | Add TypedSumDefinitionNode | Michael Williamson |
| 2026-04-28 | Reorder methods | Michael Williamson |
| 2026-04-28 | Add SumType | Michael Williamson |
| 2026-04-28 | Parse sum types | Michael Williamson |
| 2026-04-28 | Add UntypedSumDefinitionNode | Michael Williamson |
| 2026-04-28 | Tokenize variant keyword | Michael Williamson |
| 2026-04-28 | Tokenize sum keyword | Michael Williamson |
| 2026-04-26 | Declare types ahead of defining them | Michael Williamson |
| 2026-04-26 | Hack together basic Java types generator | Michael Williamson |
