summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2026-07-14Add visibility to Rust ASTMichael Williamson
2026-07-14Add reference types to Rust ASTMichael Williamson
2026-07-14Add borrow expressions to Rust ASTMichael Williamson
2026-07-14Add simple let statements to Rust ASTMichael Williamson
2026-07-14Fix handling of digits in UpperCamelCase stringsMichael Williamson
2026-07-14Fix handling of digits in lowerCamelCase stringsMichael Williamson
2026-07-14Combine Rust notions of pathsMichael Williamson
2026-07-14Add struct expressions to Rust ASTMichael Williamson
2026-07-14Add field expressions to Rust ASTMichael Williamson
2026-07-14Add RustImplTraitTypeMichael Williamson
2026-07-14Add attributes to Rust enumsMichael Williamson
2026-07-14Support inputs in Rust attributesMichael Williamson
2026-07-14Add attributes to Rust structsMichael Williamson
2026-07-14Convert Rust examples to use cargo testMichael Williamson
2026-07-14Rename java-junit to javaMichael Williamson
2026-07-14Remove support for java output in examplesMichael Williamson
2026-07-13Add field initializers to Java ASTMichael Williamson
2026-07-13Add static field declarations to Java ASTMichael Williamson
2026-07-13Rename JavaMethodKind to JavaMemberKindMichael Williamson
2026-07-13Support array types in JavaTypeRefMichael Williamson
2026-07-13Add throw statement to Java ASTMichael Williamson
2026-07-12Add default label for switch rules in Java ASTMichael Williamson
2026-07-12Add postfix expressions to Java ASTMichael Williamson
2026-07-12Support case constants in Java ASTMichael Williamson