Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-20 | r/5708 feat(tvix/eval): let builtin macro capture external state | Vincent Ambo | 1 | -26/+98 |
2023-01-20 | r/5707 refactor(tvix/eval): directly return builtin tuples from macro | Vincent Ambo | 1 | -2/+2 |
2023-01-06 | r/5597 fix(tvix/eval): VM & Builtin* types have to be public | Vincent Ambo | 1 | -4/+4 |
2022-12-21 | r/5468 fix(tvix/builtin-macros): parse multi-line docstrings correctly | Vincent Ambo | 1 | -3/+17 |
2022-11-08 | r/5269 feat(tvix/eval): Add docstrings as documentation for builtins | Griffin Smith | 1 | -2/+38 |
2022-11-08 | r/5268 feat(tvix/eval): Give names to builtin arguments | Griffin Smith | 1 | -20/+45 |
2022-11-08 | r/5267 refactor(tvix/eval): Be clearer about public interface | Griffin Smith | 1 | -3/+3 |
2022-11-08 | r/5263 feat(tvix/eval): Add a proc-macro for defining builtins | Griffin Smith | 1 | -0/+143 |