summaryrefslogtreecommitdiff
path: root/src/test/java/org/zwobble
AgeCommit message (Collapse)Author
2026-08-05Type check generic native typesMichael Williamson
2026-08-04Parse type params for native typesMichael Williamson
2026-08-02Check that receiver of type-level args is type constructorMichael Williamson
2026-08-02Introduce NativeTypeConstructor for greater safetyMichael Williamson
2026-08-02Check number of type-level argsMichael Williamson
2026-08-02Check sum and variant are from the same namespaceMichael Williamson
2026-08-02Check that sum variant is structMichael Williamson
2026-08-02Handle exception properlyMichael Williamson
2026-08-02Handle Box and Shared when determining constructibilityMichael Williamson
2026-08-02Store source for sum typesMichael Williamson
2026-08-02Generate proper errors when arbitrary value cannot be foundMichael Williamson
2026-08-02Introduce SumVariantMichael Williamson
2026-08-01Add switch expression to Java ASTMichael Williamson
2026-08-01Add greater than to Java ASTMichael Williamson
2026-08-01Add class literal to Java ASTMichael Williamson
2026-08-01Use Box type instead of box keywordMichael Williamson
2026-08-01Escape Rust stringsMichael Williamson
2026-08-01Escape Java stringsMichael Williamson
2026-07-31Support circular importsMichael Williamson
2026-07-31Make all Java classes finalMichael Williamson
2026-07-31Handle singleton structs in RustMichael Williamson
2026-07-31Support singleton structsMichael Williamson
2026-07-30Do not write to code file if header is missingMichael Williamson
2026-07-30Add tests for custom area behaviour of CodeWriterMichael Williamson
2026-07-27Add multiplication to Java ASTMichael Williamson
2026-07-27Reorder tests to match AST definitionsMichael Williamson
2026-07-26Add instanceof operator to Java ASTMichael Williamson
2026-07-26Extract JavaPattern from JavaCasePatternMichael Williamson
2026-07-26Add logical and to Java ASTMichael Williamson
2026-07-26Distinguish sum variant from untagged value in java-transient-0Michael Williamson
2026-07-26Check transient-0 output across implementationsMichael Williamson
2026-07-26Write java-transient-0 outputMichael Williamson
2026-07-26Add TestProcessRunner.addEnvVar()Michael Williamson
2026-07-26Support any length of stdout/stderr in test subprocessMichael Williamson
2026-07-26Put record components and constructor params on separate linesMichael Williamson
2026-07-26Add string literals to Rust ASTMichael Williamson
2026-07-26Allow multiple bounds for Rust trait object typeMichael Williamson
2026-07-26Add index expressions to Rust ASTMichael Williamson
2026-07-26Add less than operator to Rust ASTMichael Williamson
2026-07-25Add type cases to Rust ASTMichael Williamson
2026-07-25Support trait object types in Rust ASTMichael Williamson
2026-07-25Add block as Java statementMichael Williamson
2026-07-24Create separate errors package for type checkerMichael Williamson
2026-07-24Throw error on duplicate variable nameMichael Williamson
2026-07-19Add closure expressions to Rust ASTMichael Williamson
2026-07-19Add tuple struct patterns to Rust ASTMichael Williamson
2026-07-19Add match expression to Rust ASTMichael Williamson
2026-07-19Add literal patterns to Rust ASTMichael Williamson
2026-07-19Add path patterns to Rust ASTMichael Williamson
2026-07-19Add wildcard patterns to Rust ASTMichael Williamson