about summary refs log tree commit diff
path: root/users/glittershark/achilles/src/passes/hir
AgeCommit message (Collapse)AuthorFilesLines
2021-03-20 r/2296 feat(gs/achilles): Implement very basic monomorphizationGriffin Smith2-0/+318
Implement very basic monomorphization, by recording type variable instantiations when typechecking Call nodes and then using those in a new hir Visitor trait to copy the body of any generic decls for each possible set of instantiation of the type variables. Change-Id: Iab54030973e5d66e2b8bcd074b4cb6c001a90123 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2617 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI