about summary refs log tree commit diff
path: root/tvix/eval/src/compiler/import.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-24 r/6650 fix(tvix/eval): fix b/281 by adding Value::CatchableAdam Joseph1-6/+6
2023-06-21 r/6341 fix(tvix/eval): use realpaths for import cachesterni1-0/+1
2023-03-13 r/5983 fix(tvix/eval): emit warnings from builtins.import againVincent Ambo1-4/+3
2023-03-13 r/5964 refactor(tvix/eval): flatten call stack of VM using generatorsVincent Ambo1-76/+88
2023-01-04 r/5581 refactor(tvix/eval): streamline construction of globals/builtinsVincent Ambo1-0/+105