summaryrefslogtreecommitdiff
path: root/src/test/java
AgeCommit message (Expand)Author
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
2026-07-19Add patterns to Rust ASTMichael Williamson
2026-07-18Add range to Rust ASTMichael Williamson
2026-07-18Add iterator loop expressions to Rust ASTMichael Williamson
2026-07-18Add vec repeat expression to Rust ASTMichael Williamson
2026-07-18Implement precedence in Rust writerMichael Williamson
2026-07-18Add add operator to Rust ASTMichael Williamson
2026-07-18Add equal and not equal operators to Rust ASTMichael Williamson
2026-07-18Add dereference expression to Rust ASTMichael Williamson
2026-07-17Support integer literal with explicit type in Rust ASTMichael Williamson
2026-07-17Add tuple expression to Rust ASTMichael Williamson
2026-07-17Add tuple type expression to Rust ASTMichael Williamson
2026-07-17Add try propagation expression to Rust ASTMichael Williamson
2026-07-17Add if expression to Rust ASTMichael Williamson
2026-07-14Support mutable lets in Rust ASTMichael Williamson
2026-07-14Add mutable borrows to Rust ASTMichael Williamson
2026-07-14Add array repeat expression to Rust ASTMichael Williamson
2026-07-14Add integer literal to Rust ASTMichael Williamson