about summary refs log tree commit diff
path: root/tvix/eval/src/compiler/mod.rs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06 r/4654 fix(tvix/eval): account for stack offset when pushing a `with` scopeVincent Ambo1-1/+4
2022-09-06 r/4653 feat(tvix/eval): implement capture of self-recursive upvaluesVincent Ambo4