Commits
Click on a commit to change the comparison rangeDelete the old backend11 days ago
by Alex-Fischman Change core_relations::Value to Value everywhere11 days ago
by Alex-Fischman Make PrimitiveLike auto-impl ExternalFunction so users only need one trait11 days ago
by Alex-Fischman Rename Primitive to PrimitiveWithId and move it to typechecking.rs11 days ago
by Alex-Fischman Rename PrimitiveLike to Primitive11 days ago
by Alex-Fischman Move Function to lib.rs, delete function folder11 days ago
by Alex-Fischman Add doc comment for IntoSort11 days ago
by Alex-Fischman Remove unused helpers11 days ago
by Alex-Fischman Remove smallvec dependency11 days ago
by Alex-Fischman Make the backend and functions private, move tests that need them into lib.rs11 days ago
by Alex-Fischman SerializedNode::Function bugfix10 days ago
by Alex-Fischman Fix test_subsumed tests10 days ago
by Alex-Fischman Cleanup: don't use &Value9 days ago
by Alex-Fischman Fix TODO in eval_expr9 days ago
by Alex-Fischman Add back RunReport9 days ago
by Alex-Fischman Rename to just Extractor9 days ago
by Alex-Fischman Do RunReport unions by reference instead of functionally9 days ago
by Alex-Fischman