snix/tvix/eval/src
Vincent Ambo 12acb1e237 refactor(tvix/eval): add initialised arg to declare_phantom
There are more upcomming uses of declare_phantom where this will come
in handy to avoid some code bloat.

Change-Id: I75cad8caf14511c519ab2f56e87e99bcbf0a082e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6467
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2022-09-11 12:04:27 +00:00
..
builtins fix(tvix/eval): fix doc comment syntax where applicable 2022-09-10 21:57:13 +00:00
compiler refactor(tvix/eval): add initialised arg to declare_phantom 2022-09-11 12:04:27 +00:00
tests feat(tvix/eval): thunk binary operations and select expressions 2022-09-08 20:17:26 +00:00
value fix(tvix/eval): reintroduce 'InvalidAttribuetName' error variant 2022-09-10 21:57:13 +00:00
chunk.rs fix(tvix/eval): fix doc comment syntax where applicable 2022-09-10 21:57:13 +00:00
errors.rs fix(tvix/eval): reintroduce 'InvalidAttribuetName' error variant 2022-09-10 21:57:13 +00:00
eval.rs feat(tvix/eval): conditionally use tracing/disassembling observers 2022-09-10 21:57:13 +00:00
lib.rs chore(tvix/eval): clean up remains of previous disassembler impl 2022-09-09 21:14:56 +00:00
main.rs fix(tvix/eval): always add history entries in REPL 2022-09-10 21:57:13 +00:00
observer.rs feat(tvix/eval): implement OpTailCall 2022-09-10 21:57:13 +00:00
opcode.rs fix(tvix/eval): fix doc comment syntax where applicable 2022-09-10 21:57:13 +00:00
upvalues.rs refactor(tvix/eval): introduce UpvalueCarrier trait 2022-09-06 14:58:52 +00:00
vm.rs fix(tvix/eval): avoid forcing with-target until absolutely necessary 2022-09-11 12:04:27 +00:00
warnings.rs feat(tvix/eval): implement "formals" function parameters 2022-09-11 10:32:10 +00:00